diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-11-12 13:59:01 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-12 13:59:04 -0800 |
commit | 54a9d524b6f7f5ddb76be9c9e51e9a9f88874964 (patch) | |
tree | 8be57ae2d08104c5dd0816fbd735309dcf03c4ca | |
parent | ba94e59cfe685b6ca43346ce8a734dc762ae6566 (diff) |
Increment version number
Change to version 1.5.0-SNAPSHOT
Change-Id: Ib00755d28512092a30e01546fd5579df2a4074be
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
-rw-r--r-- | CdtProxyService/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/CdtProxyService/pom.xml b/CdtProxyService/pom.xml index b91cbba..4005240 100644 --- a/CdtProxyService/pom.xml +++ b/CdtProxyService/pom.xml @@ -28,7 +28,7 @@ <groupId>org.onap.appc.cdt</groupId> <artifactId>cdt-proxy-service</artifactId> <name>CdtProxyService</name> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>jar</packaging> <properties> <java.version>1.8</java.version> @@ -25,7 +25,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <modelVersion>4.0.0</modelVersion> <groupId>org.onap.appc.cdt</groupId> <artifactId>config-design-tool</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-config-design-tool</name> diff --git a/version.properties b/version.properties index 055e6b4..0c2ba15 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ # because they are used in Jenkins, whose plug-in doesn't support release_name=1 -sprint_number=4 +sprint_number=5 feature_revision=0 base_version=${release_name}.${sprint_number}.${feature_revision} |