aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-02-04 14:29:41 +0100
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2021-02-04 14:29:44 +0100
commitcf0a4eb1def584cb9d982dbeac9b278e51502797 (patch)
treec17dc20217ce409a6508c84e293bfcbaddc77c74
parent460858625b19d51b601337576efcd170e3095c6c (diff)
Change version to 1.0.41.0.4
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: Ide6d9d89f3dd840e10b210b2f962a1fe090ca644 Issue-ID: INT-1844
-rw-r--r--Changelog.md7
-rw-r--r--deployment/pom.xml2
-rw-r--r--httpserver/pom.xml4
-rw-r--r--netconfsimulator/pom.xml4
-rw-r--r--pnfsimulator/integration/pom.xml4
-rw-r--r--pnfsimulator/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
8 files changed, 14 insertions, 15 deletions
diff --git a/Changelog.md b/Changelog.md
index 0219f19..8c2c175 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -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]
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 4674ba1..354e80c 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -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>
diff --git a/httpserver/pom.xml b/httpserver/pom.xml
index a1f0bab..b0468f4 100644
--- a/httpserver/pom.xml
+++ b/httpserver/pom.xml
@@ -27,11 +27,11 @@
<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>
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 420321a..c173343 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -27,11 +27,11 @@
<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>
diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml
index d3a4161..e732525 100644
--- a/pnfsimulator/integration/pom.xml
+++ b/pnfsimulator/integration/pom.xml
@@ -27,12 +27,12 @@
<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>
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index 19563e2..15112e4 100644
--- a/pnfsimulator/pom.xml
+++ b/pnfsimulator/pom.xml
@@ -27,11 +27,11 @@
<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
--- 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>
diff --git a/version.properties b/version.properties
index c13587b..8bd09ad 100644
--- a/version.properties
+++ b/version.properties
@@ -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