Skip to content

Commit

Permalink
moved development to 2.0.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed May 28, 2015
1 parent 6e5f790 commit 1ea904c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ allprojects {
apply plugin: 'maven'

group = 'org.jpos.ee'
version = '2.0.8'
version = '2.0.9-SNAPSHOT'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion libraries.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
jposVersion = '2.0.1-SNAPSHOT'
jposVersion = '2.0.+'
slf4jVersion = '1.7.10'
logbackVersion = '1.1.2'
hibernateVersion = '4.3.8.Final'
Expand Down

0 comments on commit 1ea904c

Please sign in to comment.