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

Commit baaa9e9

Browse files
committed
Prepared 0.2.1 release
1 parent 41eae60 commit baaa9e9

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Changelog.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
cmvn master:
1+
cmvn 0.2.1 - 2016-03-07:
2+
3+
* Fixed configuration file read/write error by downgrading yamlbeans.
4+
5+
cmvn 0.2.0 - 2016-03-04:
26

37
* Much improved cmndline interface
48
* Rewrite of internal handling of cmvn project

Readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Configured Maven (Cmvn) - User Manual
22
:author: Tobias Roeser
3-
:cmvn-version: 0.1.9-SNAPSHOT
4-
:cmvn-release-version: 0.1.8
3+
:cmvn-version: 0.2.1
4+
:cmvn-release-version: 0.2.1
55
:toc:
66
:toc-placement: preamble
77

cmvncommon.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
-val: CMVN_VERSION=0.2.1-SNAPSHOT
2-
-val: CMVN_OSGI_VERSION=0.2.1.ALPHA
1+
-val: CMVN_VERSION=0.2.1
2+
-val: CMVN_OSGI_VERSION=0.2.1.FINAL
33
-val: CMVN_COMPATIBLE_OSGI_VERSION=0.1.0
44
-val: SCALA_BIN_VERSION=2.11
55
-val: SCALA_VERSION=$${SCALA_BIN_VERSION}.7

0 commit comments

Comments
 (0)