diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-20 14:54:33 -0800 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-11-29 14:46:23 +0000 |
commit | 88ba5c39ad0cdba90265802947a46713d6c4711c (patch) | |
tree | 5c6088d19150d43f28aae6ed88a0b91282732a0e | |
parent | 2c28eaa42db36901421727c57b1450c29d49fbf8 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Ib53fe774c6f02cc8092eda32c7bb4d8483726516
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -21,7 +21,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.dcaegen2</groupId> + <groupId>org.onap</groupId> <artifactId>dcaegen2</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> @@ -30,7 +30,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>cdapbroker</artifactId> <name>dcaegen2-platform-cdapbroker</name> - <version>4.0.10</version> + <version>4.1.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/version.properties b/version.properties index 26af12a..63f7e0d 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=4 -minor=0 -patch=10 +minor=1 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |