Skip to content

Commit

Permalink
Bump versions, prepare for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwellnerbou committed Jun 9, 2016
1 parent 5f264d7 commit 143955c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'maven'
apply plugin: 'maven-publish'

group = 'de.wellnerbou'
version = '2.2'
version = '2.3'

description = """git-changelog"""

Expand Down Expand Up @@ -55,7 +55,7 @@ publishing {
}

dependencies {
compile ('org.eclipse.jgit:org.eclipse.jgit:4.0.3.201509231615-r')
compile ('org.eclipse.jgit:org.eclipse.jgit:4.3.1.201605051710-r')
compile 'com.google.guava:guava:18.0'
compile 'commons-cli:commons-cli:1.3.1'
testCompile "junit:junit:4.11"
Expand Down

0 comments on commit 143955c

Please sign in to comment.