diff options
author | ml636r <ml6364@att.com> | 2018-05-11 17:49:40 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-26 19:54:47 +0300 |
commit | c3faa49849665b4e84c058e9ac1bf12c280299ba (patch) | |
tree | a913db304fd283c20e620170a4a5a13d393662a5 | |
parent | 5c2e47c7d7648dfdc35436b4f2730475945709bd (diff) |
update version
apdate master version to 1.4.0
in pom and version properties
Change-Id: Ia020661a8ddc0c5a31250a6756e4f90a014d88d8
Issue-ID: SDC-1370
Signed-off-by: Michael Lando <ml636r@att.com>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ <artifactId>sdc-tosca</artifactId> <name>sdc-sdc-tosca</name> <description>SDC Tosca Parser JAR file for use by consumers</description> - <version>1.3.5-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> diff --git a/version.properties b/version.properties index a24b0ee..d709d86 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=3 -patch=5 +minor=4 +patch=0 base_version=${major}.${minor}.${patch} |