aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/mocks/sniroemulator/pom.xml2
-rw-r--r--version-manifest/pom.xml2
-rw-r--r--version.properties8
3 files changed, 6 insertions, 6 deletions
diff --git a/test/mocks/sniroemulator/pom.xml b/test/mocks/sniroemulator/pom.xml
index b2902fe9a..11b556d34 100644
--- a/test/mocks/sniroemulator/pom.xml
+++ b/test/mocks/sniroemulator/pom.xml
@@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.integration</groupId>
<artifactId>sniroemulator</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>sniroemulator</name>
<description>onap sniro emulator project based on Spring Boot</description>
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index 163b7f1e4..20a7210fb 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -8,7 +8,7 @@
</parent>
<groupId>org.onap.integration</groupId>
<artifactId>version-manifest</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>ONAP Version Manifest and Maven Plugin</name>
<url>https://www.onap.org</url>
diff --git a/version.properties b/version.properties
index 34fcd9b11..49e2720ae 100644
--- a/version.properties
+++ b/version.properties
@@ -3,12 +3,12 @@
# 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
-major_version=0
-minor_version=1
-patch_version=1
+major_version=1
+minor_version=0
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}
# Release must be completed with GIT information # in Jenkins
release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT