summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2017-11-28 16:13:50 +0000
committerGerrit Code Review <gerrit@onap.org>2017-11-28 16:13:50 +0000
commitb13f7441660b17c92891a9a50222d51be2551693 (patch)
tree56467af476a70399eebad999fdb7296cdf9a2e2c
parent021bae9ecbb5c6838424f79907bde5df1ec83922 (diff)
parentd9fefcca22f201a4e581560d6c9212445028c7bf (diff)
Merge "Bump patch version" into amsterdamv1.1.1
-rw-r--r--bootstrap/pom.xml4
-rw-r--r--cloud_init/pom.xml4
-rw-r--r--pom.xml6
-rw-r--r--scripts/pom.xml4
-rw-r--r--version.properties2
5 files changed, 10 insertions, 10 deletions
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml
index 3155704..efeed2b 100644
--- a/bootstrap/pom.xml
+++ b/bootstrap/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>deployments</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>bootstrap</artifactId>
<name>dcaegen2-deployments-bootstrap</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/cloud_init/pom.xml b/cloud_init/pom.xml
index eb21204..e9cbd6f 100644
--- a/cloud_init/pom.xml
+++ b/cloud_init/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>deployments</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>cloud_init</artifactId>
<name>dcaegen2-deployments-cloud_init</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/pom.xml b/pom.xml
index 001555e..96319de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
<artifactId>deployments</artifactId>
<name>dcaegen2-deployments</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>
@@ -149,9 +149,9 @@ limitations under the License.
<MVN_RAWREPO_BASEURL_UPLOAD>${onap.nexus.rawrepo.baseurl.upload}</MVN_RAWREPO_BASEURL_UPLOAD>
<MVN_RAWREPO_BASEURL_DOWNLOAD>${onap.nexus.rawrepo.baseurl.download}</MVN_RAWREPO_BASEURL_DOWNLOAD>
<MVN_RAWREPO_SERVERID>${onap.nexus.rawrepo.serverid}</MVN_RAWREPO_SERVERID>
- <MVN_DOCKERREGISTRY_SNAPSHOT>${onap.nexus.dockerregistry.snapshot}</MVN_DOCKERREGISTRY_SNAPSHOT>
+ <MVN_DOCKERREGISTRY_amsterdam>${onap.nexus.dockerregistry.snapshot}</MVN_DOCKERREGISTRY_amsterdam>
<MVN_DOCKERREGISTRY_RELEASE>${onap.nexus.dockerregistry.release}</MVN_DOCKERREGISTRY_RELEASE>
- <MVN_DOCKERREGISTRY_SNAPSHOT_SERVERID>${onap.nexus.dockerregistry.snapshot.serverid}</MVN_DOCKERREGISTRY_SNAPSHOT_SERVERID>
+ <MVN_DOCKERREGISTRY_amsterdam_SERVERID>${onap.nexus.dockerregistry.snapshot.serverid}</MVN_DOCKERREGISTRY_amsterdam_SERVERID>
<MVN_DOCKERREGISTRY_RELEASE_SERVERID>${onap.nexus.dockerregistry.release.serverid}</MVN_DOCKERREGISTRY_RELEASE_SERVERID>
<MVN_PYPISERVER_BASEURL>${onap.nexus.pypiserver.baseurl}</MVN_PYPISERVER_BASEURL>
<MVN_PYPISERVER_SERVERID>${onap.nexus.pypiserver.serverid}</MVN_PYPISERVER_SERVERID>
diff --git a/scripts/pom.xml b/scripts/pom.xml
index f72a9a0..243ac66 100644
--- a/scripts/pom.xml
+++ b/scripts/pom.xml
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>deployments</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>scripts</artifactId>
<name>dcaegen2-deployments-scripts</name>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</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..11ad59d 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=1
minor=1
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT