diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 13:46:34 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-07 13:46:44 -0700 |
commit | e2e0a4d84335a28550da2a2d977602218f743319 (patch) | |
tree | 1ec0fdb090a58cff73b3c78028baf3b2c32da672 | |
parent | 935ad375aab3c58a1ea245d2d20c49fc20941388 (diff) |
Revert "Bump master branch to version 3.0.0"
This reverts commit 2655a8b7e55b540422071af9792c28e6faa1396c.
This change was only merged to master branch in gerrit, but
somehow got applied to beijing branch in git. Reverting.
Change-Id: I49cb8fe2dcfe2d43e49d9f33c8c5c48ea03355cb
Issue-ID: INT-504
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-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 2b9722819..89fb1b170 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>3.0.0-SNAPSHOT</version> + <version>2.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 ddc6dd849..af0373d50 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # 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=3 +major_version=2 minor_version=0 patch_version=0 |