aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenu Kumari <renu.kumari@bell.ca>2021-09-13 13:34:15 -0400
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>2021-09-14 12:07:57 +0100
commite88e801112bb513b08ee95314abd1ec1a4e8a168 (patch)
tree69193443419a69cb9a865bea1ba166ea32444074
parent9d23ab1ec04b0b3d37b18527d38c29612f23ac34 (diff)
Upgrade version to 1.0.01.0.0
- Upgraded version to 1.0.0 - changed cps version to 2.0.0 - Added dummy csit test script for review jobs Issue-ID: CPS-613 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: Ie33da1dbad738ebefb035ad6a3466e0bc319725c
-rwxr-xr-xpom.xml7
-rw-r--r--version.properties4
2 files changed, 5 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index fa44f35..58dc934 100755
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
<groupId>org.onap.cps</groupId>
<artifactId>cps-temporal</artifactId>
- <version>0.0.2-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>cps-temporal</name>
<description>CPS Temporal Service</description>
@@ -46,8 +46,7 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<minimum-coverage>0.8</minimum-coverage>
<!-- Application dependencies versions -->
- <!--cps.version need to be changed to released Istanbul version-->
- <cps.version>1.1.0</cps.version>
+ <cps.version>2.0.0</cps.version>
<mapstruct.version>1.4.2.Final</mapstruct.version>
</properties>
@@ -136,7 +135,7 @@
<dependency>
<groupId>org.onap.cps</groupId>
<artifactId>cps-events</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${cps.version}</version>
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
diff --git a/version.properties b/version.properties
index e117b4e..8e37a76 100644
--- a/version.properties
+++ b/version.properties
@@ -19,9 +19,9 @@
# 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 this
-major=0
+major=1
minor=0
-patch=1
+patch=0
base_version=${major}.${minor}.${patch}