Skip to content

Commit

Permalink
Downgraded jgit to support Java 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
trautonen committed Nov 28, 2015
1 parent bd92092 commit 914faab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -3,9 +3,7 @@ language: java
sudo: false

jdk:
- oraclejdk7
# - openjdk7
# - openjdk6
- openjdk6

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -49,7 +49,7 @@
<properties>
<httpclient.version>4.5</httpclient.version>
<jackson.version>2.6.1</jackson.version>
<jgit.version>4.0.1.201506240215-r</jgit.version>
<jgit.version>3.7.1.201504261725-r</jgit.version>
<maven.version>3.0</maven.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssa</maven.build.timestamp.format>
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down

0 comments on commit 914faab

Please sign in to comment.