We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f238c commit 99486f6Copy full SHA for 99486f6
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>cz.webstones</groupId>
6
<artifactId>Words</artifactId>
7
- <version>1.13.0-SNAPSHOT</version>
+ <version>1.13.0-RELEASE</version>
8
<packaging>jar</packaging>
9
10
<name>Words</name>
src/main/java/cz/webstones/words/Service.java
@@ -41,7 +41,7 @@ public class Service {
41
42
private static final Logger LOGGER = Logger.getLogger(Service.class.getName());
43
44
- public static final String VERSION = "Words 1.13.0 snapshot";
+ public static final String VERSION = "Words 1.13.0";
45
public static final String SETUP_FNAME = "setup.properties";
46
private static final String HISTORY_FNAME = "history.properties";
47
private static final String APP_DATA_DIR = "WordsData";
0 commit comments