Skip to content

Commit 040b0bc

Browse files
removed -SNAPSHOT for release.
1 parent ff385aa commit 040b0bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

java-examples/keyword-extraction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
15-
<weblyzard-api.version>0.2.1.2-SNAPSHOT</weblyzard-api.version>
15+
<weblyzard-api.version>0.2.1.2</weblyzard-api.version>
1616
<jaxb.version>2.3.0</jaxb.version>
1717
</properties>
1818

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.weblyzard.api</groupId>
77
<artifactId>weblyzard-api</artifactId>
8-
<version>0.2.1.2-SNAPSHOT</version>
8+
<version>0.2.1.2</version>
99
<packaging>jar</packaging>
1010

1111
<name>com.weblyzard.api.weblyzard-api</name>

0 commit comments

Comments
 (0)