aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-10-06 09:48:12 -0400
committerTommy Carpenter <tommy@research.att.com>2017-10-06 09:48:48 -0400
commit70c3c869fb7be5155545ba8c3e863f073247fb3d (patch)
tree6c15274fa7bd45a97ab3a62e24b911b648943d7a
parent84cc523968fa7308eb758a11288008f71661c118 (diff)
Update build to proper version
Issue-ID: DCAEGEN2-60 Change-Id: Ia5eb45da7cef9b79a004ddae43e8c905534591dd Signed-off-by: Tommy Carpenter <tommy@research.att.com>
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 7395527..aaeca9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,15 +21,15 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.oparent</groupId>
- <artifactId>oparent</artifactId>
+ <groupId>org.onap.dcaegen2</groupId>
+ <artifactId>dcaegen2</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo -->
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>configbinding</artifactId>
<name>dcaegen2-platform-configbinding</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.2.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/version.properties b/version.properties
index 73415a7..07578e5 100644
--- a/version.properties
+++ b/version.properties
@@ -1,5 +1,5 @@
major=1
-minor=1
+minor=2
patch=0
base_version=${major}.${minor}.${patch}
release_version=${base_version}