Skip to content
This repository was archived by the owner on Jun 25, 2018. It is now read-only.

Commit ea00d67

Browse files
committed
Prepared bug-fix release.
1 parent 9604ef9 commit ea00d67

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmvncommon.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-val: CMVN_VERSION=0.1.4-SNAPSHOT
1+
-val: CMVN_VERSION=0.1.4
22

33
property: maven.compiler.source=1.6
44
property: maven.compiler.target=1.6

de.tototec.tools.cmvn/src/main/java/de/tototec/tools/cmvn/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
public abstract class Config {
55

66
public static String cmvnVersion() {
7-
return "0.1.4-SNAPSHOT";
7+
return "0.1.4";
88
}
99

1010
}

make-source-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
CMVN_PACK=cmvn-src-0.1.3
3+
CMVN_PACK=cmvn-src-0.1.4
44
RELEASE_DIR=source-release
55
CMVN_DIR=${RELEASE_DIR}/${CMVN_PACK}
66

0 commit comments

Comments
 (0)