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