aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpom.xml7
-rw-r--r--releases/1.0.0-container.yaml9
-rw-r--r--version.properties4
3 files changed, 14 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 9415e06..947eb87 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.1-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/releases/1.0.0-container.yaml b/releases/1.0.0-container.yaml
new file mode 100644
index 0000000..2db28fd
--- /dev/null
+++ b/releases/1.0.0-container.yaml
@@ -0,0 +1,9 @@
+distribution_type: container
+container_release_tag: 1.0.0
+project: cps/cps-temporal
+log_dir: cps-cps-temporal-maven-docker-stage-master/211/
+ref: e88e801112bb513b08ee95314abd1ec1a4e8a168
+tag_release: true
+containers:
+ - name: 'cps-temporal'
+ version: '1.0.0-20210914T113903Z' \ No newline at end of file
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}