diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.sdc.dcae-d.fe</groupId> <artifactId>dcae_fe</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.2.1-SNAPSHOT</version> <packaging>war</packaging> <name>dcae-d fe application</name> <description>DCAE FE</description> @@ -426,4 +426,4 @@ <url>dav:${nexus.proxy}${sitePath}</url> </site> </distributionManagement> -</project>
\ No newline at end of file +</project> diff --git a/version.properties b/version.properties index 190988d..2a07fcd 100644 --- a/version.properties +++ b/version.properties @@ -6,8 +6,9 @@ major=1 minor=3 patch=2 +subpatch=1 -base_version=${major}.${minor}.${patch} +base_version=${major}.${minor}.${patch}.${subpatch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |