Skip to content

Commit

Permalink
New development version is 2.1.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Feb 21, 2023
1 parent 6c7e86f commit eb135f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ subprojects {
apply plugin: 'project-report'

group = 'org.jpos'
version = '2.1.8'
version = '2.1.9-SNAPSHOT'
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'
def isSnapshot = version.contains("SNAPSHOT")
def mavenCentralRepo = isSnapshot ?
Expand Down

0 comments on commit eb135f5

Please sign in to comment.