diff options
author | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-07-11 09:46:59 +0100 |
---|---|---|
committer | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-07-12 07:06:06 +0100 |
commit | cae7837221b1f313b7047ac5135522a82f1aebc9 (patch) | |
tree | 8da0968e6b2f9e58b42a4a81be1307c2e6478e90 | |
parent | 69d6b8580efc61f4c4423d0039a0a28206b09b85 (diff) |
JJB alignment across DCAE components - DCAE restconf
Issue-ID: DCAEGEN2-1578
Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com>
Change-Id: Id87f8bcbe908e5fe76d1058d175547e8a9b882b4
-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 |