diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2019-07-15 02:38:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-07-15 02:38:34 +0000 |
commit | 79d328a980651e07b2d84dbe29246f852a1ccc9e (patch) | |
tree | 0cceee8c46b1b82478197f10d1384076c3c77180 | |
parent | 20d8093fd688f0385b7bb9b8e4b09ff60ef23f26 (diff) | |
parent | cae7837221b1f313b7047ac5135522a82f1aebc9 (diff) |
Merge "JJB alignment across DCAE components - DCAE restconf"
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -21,12 +21,12 @@ limitations under the License. <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>1.2.0</version> + <version>2.0.0</version> <relativePath/> </parent> <groupId>org.onap.dcaegen2.collectors.restconf</groupId> <artifactId>restconfcollector</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <name>dcaegen2-collectors-restconf</name> <description>RestConfCollector</description> <properties> diff --git a/version.properties b/version.properties index 00ef564..755adf7 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=2 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT |