Change version to 1.0.4 83/117483/1 1.0.4
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 4 Feb 2021 13:29:41 +0000 (14:29 +0100)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 4 Feb 2021 13:29:44 +0000 (14:29 +0100)
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Ide6d9d89f3dd840e10b210b2f962a1fe090ca644
Issue-ID: INT-1844

Changelog.md
deployment/pom.xml
httpserver/pom.xml
netconfsimulator/pom.xml
pnfsimulator/integration/pom.xml
pnfsimulator/pom.xml
pom.xml
version.properties

index 0219f19..8c2c175 100644 (file)
@@ -20,10 +20,9 @@ All notable changes to this project will be documented in this file.
    - https://jira.onap.org/browse/INT-1805
 
 ## [1.0.3]
+   
+## [1.0.4]
 
 ###  Fix
- - Fix integration test 
+- Fix integration test
    - https://jira.onap.org/browse/INT-1844
-
-
-## [1.0.4]
index 4674ba1..354e80c 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
     <artifactId>onboarding-package</artifactId>
     <build>
index a1f0bab..b0468f4 100644 (file)
   <parent>
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
     <artifactId>integration-pnf-simulator</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>httpserver</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 420321a..c173343 100644 (file)
   <parent>
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
     <artifactId>integration-pnf-simulator</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
   </parent>
 
   <artifactId>netconfsimulator</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.4-SNAPSHOT</version>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index d3a4161..e732525 100644 (file)
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
     <artifactId>pnf-simulator-integration</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <name>pnf-simulator-integration</name>
 
     <repositories>
index 19563e2..15112e4 100644 (file)
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
         <artifactId>integration-pnf-simulator</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.4-SNAPSHOT</version>
     </parent>
 
     <artifactId>pnfsimulator</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
 
     <name>pnfsimulator</name>
 
diff --git a/pom.xml b/pom.xml
index ddf7558..dc8e4af 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.2-SNAPSHOT</version>
+    <version>1.0.4-SNAPSHOT</version>
     <modules>
         <module>pnfsimulator</module>
         <module>httpserver</module>
index c13587b..8bd09ad 100644 (file)
@@ -1,6 +1,6 @@
 major=1
 minor=0
-patch=2
+patch=4
 base_version=${major}.${minor}.${patch}
 release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT