diff options
-rw-r--r-- | version-manifest/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index daa957ed9..9b45b5ecf 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>2.0.0-SNAPSHOT</version> + <version>2.0.1-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 af0373d50..ef301a4a0 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=2 minor_version=0 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} |