Skip to content

Commit 6f9379a

Browse files
committed
jPOS release 2.1.2
[ci skip]
1 parent 759ae1e commit 6f9379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subprojects {
1212
apply plugin: 'pmd'
1313

1414
group = 'org.jpos'
15-
version = '2.1.2-SNAPSHOT'
15+
version = '2.1.2'
1616
[ compileJava, compileTestJava, javadoc ]*.options*.encoding = 'UTF-8'
1717
def isSnapshot = version.contains("SNAPSHOT")
1818
def mavenCentralRepo = isSnapshot ?

0 commit comments

Comments
 (0)