Skip to content

Commit

Permalink
removed -SNAPSHOT for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertWeichselbraun committed Oct 24, 2018
1 parent ff385aa commit 040b0bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java-examples/keyword-extraction/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<weblyzard-api.version>0.2.1.2-SNAPSHOT</weblyzard-api.version>
<weblyzard-api.version>0.2.1.2</weblyzard-api.version>
<jaxb.version>2.3.0</jaxb.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.weblyzard.api</groupId>
<artifactId>weblyzard-api</artifactId>
<version>0.2.1.2-SNAPSHOT</version>
<version>0.2.1.2</version>
<packaging>jar</packaging>

<name>com.weblyzard.api.weblyzard-api</name>
Expand Down

0 comments on commit 040b0bc

Please sign in to comment.