Skip to content

Commit

Permalink
Dropping Java 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed May 2, 2016
1 parent daed7d9 commit 38eabb0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: java
jdk:
- openjdk6
- openjdk7
- oraclejdk7
- oraclejdk8
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Changelog of Violation Comments to Bitbucket Server Plugin.
## Unreleased
### No issue

**Adding changelog plugin**


[89ae5c79195866d](https://github.com/jenkinsci/violation-comments-to-stash-plugin/commit/89ae5c79195866d) Tomas Bjerre *2016-04-23 17:01:56*

**Adding serialVersionUID to config classes**


Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 38eabb0

Please sign in to comment.