diff options
author | wr148d <wr148d@att.com> | 2020-05-11 15:26:07 -0400 |
---|---|---|
committer | wr148d <wr148d@att.com> | 2020-05-11 15:26:28 -0400 |
commit | eafe21c9a3dcfe1e440e6ee9943260877cfa619d (patch) | |
tree | 8763318a9e3f861ef103c5c0b53018906f0cc8e2 | |
parent | edd2cadab90eaf47d54b7855a82b75bc3a9b06c4 (diff) |
Update version from 1.5.1-SNAPSHOT to 1.5.2-SNAPSHOT1.5.2
Issue-ID: AAI-2896
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I82158e4f96e2ae6217b363d2decbd7c378bccf87
-rw-r--r-- | common/pom.xml | 2 | ||||
-rw-r--r-- | distribution/pom.xml | 2 | ||||
-rw-r--r-- | httpserver/pom.xml | 2 | ||||
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | portal/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 26 |
7 files changed, 19 insertions, 19 deletions
diff --git a/common/pom.xml b/common/pom.xml index 728b959..747b45d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/distribution/pom.xml b/distribution/pom.xml index 5bc3d1b..fb0db50 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/httpserver/pom.xml b/httpserver/pom.xml index 9573bdc..f68d559 100644 --- a/httpserver/pom.xml +++ b/httpserver/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/integration/pom.xml b/integration/pom.xml index 0d5de56..94bc018 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -27,7 +27,7 @@ <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> <packaging>pom</packaging> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> <name>aai-esr-gui</name> <modules> diff --git a/portal/pom.xml b/portal/pom.xml index 67f0cbe..428e318 100644 --- a/portal/pom.xml +++ b/portal/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.aai.esr-gui</groupId> <artifactId>aai-esr-gui</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>portal</artifactId> diff --git a/version.properties b/version.properties index 1ae00ac..45a2df9 100644 --- a/version.properties +++ b/version.properties @@ -1,13 +1,13 @@ -# Versioning variables
-# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
-# because they are used in Jenkins, whose plug-in doesn't support
-
-major=1
-minor=5
-patch=1
-
-base_version=${major}.${minor}.${patch}
-
-# Release must be completed with git revision # in Jenkins
-release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
+# Versioning variables +# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... ) +# because they are used in Jenkins, whose plug-in doesn't support + +major=1 +minor=5 +patch=2 + +base_version=${major}.${minor}.${patch} + +# Release must be completed with git revision # in Jenkins +release_version=${base_version} +snapshot_version=${base_version}-SNAPSHOT |