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

Commit

Permalink
Prepared 0.1.6 Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 19, 2011
1 parent 59d3c49 commit 4f7b565
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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.5-SNAPSHOT
-val: CMVN_VERSION=0.1.6

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.5-SNAPSHOT";
return "0.1.6";
}

}
7 changes: 4 additions & 3 deletions make-source-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

CMVN_PACK=cmvn-src-0.1.4
RELEASE_DIR=source-release
CMVN_PACK=cmvn-src-0.1.6
RELEASE_DIR=repo-releases
CMVN_DIR=${RELEASE_DIR}/${CMVN_PACK}

mkdir -p ${RELEASE_DIR}
Expand All @@ -11,7 +11,8 @@ rm -r ${CMVN_DIR}.zip

svn export . ${CMVN_DIR}

rm -r ${CMVN_DIR}/releases
#rm -r ${CMVN_DIR}/releases
rm ${CMVN_DIR}/make-source-release.sh

( cd ${RELEASE_DIR} && zip -r ${CMVN_PACK}.zip ${CMVN_PACK} )
rm -r ${CMVN_DIR}

0 comments on commit 4f7b565

Please sign in to comment.