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

Commit

Permalink
Prepared bug-fix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 11, 2011
1 parent 9604ef9 commit ea00d67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmvncommon.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-val: CMVN_VERSION=0.1.4-SNAPSHOT
-val: CMVN_VERSION=0.1.4

property: maven.compiler.source=1.6
property: maven.compiler.target=1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public abstract class Config {

public static String cmvnVersion() {
return "0.1.4-SNAPSHOT";
return "0.1.4";
}

}
2 changes: 1 addition & 1 deletion make-source-release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

CMVN_PACK=cmvn-src-0.1.3
CMVN_PACK=cmvn-src-0.1.4
RELEASE_DIR=source-release
CMVN_DIR=${RELEASE_DIR}/${CMVN_PACK}

Expand Down

0 comments on commit ea00d67

Please sign in to comment.