We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9aa1b commit 05acac6Copy full SHA for 05acac6
build.gradle
@@ -15,7 +15,7 @@ subprojects {
15
apply plugin: 'project-report'
16
17
group = 'org.jpos'
18
- version = '2.1.10'
+ version = '2.1.11-SNAPSHOT'
19
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'
20
def isSnapshot = version.contains("SNAPSHOT")
21
def mavenCentralRepo = isSnapshot ?
0 commit comments