Upgrade version to 1.0.0 10/124110/5 1.0.0
authorRenu Kumari <renu.kumari@bell.ca>
Mon, 13 Sep 2021 17:34:15 +0000 (13:34 -0400)
committerputhuparambil.aditya <aditya.puthuparambil@bell.ca>
Tue, 14 Sep 2021 11:07:57 +0000 (12:07 +0100)
- 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

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index fa44f35..58dc934 100755 (executable)
--- 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>
 
         <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>
index e117b4e..8e37a76 100644 (file)
@@ -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}