Update EJBCA version from 6.15.2.5 to 7.4.3.2 80/121280/1
authorJoanna Jeremicz <joanna.jeremicz@nokia.com>
Wed, 12 May 2021 09:12:08 +0000 (11:12 +0200)
committerJoanna Jeremicz <joanna.jeremicz@nokia.com>
Wed, 12 May 2021 09:12:08 +0000 (11:12 +0200)
Bump project version to 1.0.6
Update changelog

Issue-ID: OOM-2649
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I59b9794f0e602fcc6b6a658b1e146cfd13751f87

Changelog.md
deployment/pom.xml
httpserver/pom.xml
netconfsimulator/pom.xml
pnfsimulator/integration/pom.xml
pnfsimulator/pom.xml
pom.xml
sanitycheck/pnfsimulator-secured/certservice/docker-compose-certservice-ejbca.yml
version.properties

index 6fc918f..1fd7f9c 100644 (file)
@@ -34,3 +34,9 @@ All notable changes to this project will be documented in this file.
 ### Changed
  - httpserver to be consistent with DFC csit/integration test cases
    - https://jira.onap.org/browse/DCAEGEN2-2536
+## [1.0.6]
+### Changed
+ - Update EJBCA version from `6.15.2.5` to `7.4.3.2`
+   - https://jira.onap.org/browse/OOM-2649
index 1fc91fc..48b06f0 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.6-SNAPSHOT</version>
     </parent>
     <artifactId>onboarding-package</artifactId>
     <build>
index b775a83..c8fabba 100644 (file)
   <parent>
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
     <artifactId>integration-pnf-simulator</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>httpserver</artifactId>
-  <version>1.0.5-SNAPSHOT</version>
+  <version>1.0.6-SNAPSHOT</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 3dcb3c1..2f06d9e 100644 (file)
   <parent>
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
     <artifactId>integration-pnf-simulator</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconfsimulator</artifactId>
-  <version>1.0.5-SNAPSHOT</version>
+  <version>1.0.6-SNAPSHOT</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 8790a98..cb74e98 100644 (file)
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.6-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>pnf-simulator-integration</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
     <name>pnf-simulator-integration</name>
 
     <repositories>
index d31a8b8..701254c 100644 (file)
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.5-SNAPSHOT</version>
+        <version>1.0.6-SNAPSHOT</version>
     </parent>
 
     <artifactId>pnfsimulator</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
 
     <name>pnfsimulator</name>
 
diff --git a/pom.xml b/pom.xml
index cfc23e7..4ed78d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
 
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
     <artifactId>integration-pnf-simulator</artifactId>
-    <version>1.0.5-SNAPSHOT</version>
+    <version>1.0.6-SNAPSHOT</version>
     <modules>
         <module>pnfsimulator</module>
         <module>httpserver</module>
index a400eb9..149d531 100644 (file)
@@ -10,7 +10,7 @@ networks:
 
 services:
   ejbca:
-    image: primekey/ejbca-ce:6.15.2.5
+    image: primekey/ejbca-ce:7.4.3.2
     hostname: cahostname
     container_name: oomcert-ejbca
     ports:
index b1060f9..ef5e58d 100644 (file)
@@ -1,6 +1,6 @@
 major=1
 minor=0
-patch=5
+patch=6
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT