We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff385aa commit 040b0bcCopy full SHA for 040b0bc
java-examples/keyword-extraction/pom.xml
@@ -12,7 +12,7 @@
12
<properties>
13
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
15
- <weblyzard-api.version>0.2.1.2-SNAPSHOT</weblyzard-api.version>
+ <weblyzard-api.version>0.2.1.2</weblyzard-api.version>
16
<jaxb.version>2.3.0</jaxb.version>
17
</properties>
18
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>com.weblyzard.api</groupId>
7
<artifactId>weblyzard-api</artifactId>
8
- <version>0.2.1.2-SNAPSHOT</version>
+ <version>0.2.1.2</version>
9
<packaging>jar</packaging>
10
11
<name>com.weblyzard.api.weblyzard-api</name>
0 commit comments