diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-11-27 22:52:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-27 22:52:04 +0000 |
commit | bb58bbcf2ca2a6309a29dfb68349fd8479724733 (patch) | |
tree | 744fa4b7debc12eb36351a020d2cadef9122447d | |
parent | 3e6e3ad4a36ff979e72e6dfef4af1f32e404c0ec (diff) | |
parent | 0830457555532163ba5debd1c7548159abee2002 (diff) |
Merge "Bump minor version"
-rw-r--r-- | bootstrap/pom.xml | 4 | ||||
-rw-r--r-- | cloud_init/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | scripts/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 3155704..3f39a70 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.1.0-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.1.0-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..f198ef2 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.1.0-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.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>deployments</artifactId> <name>dcaegen2-deployments</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <packaging>pom</packaging> diff --git a/scripts/pom.xml b/scripts/pom.xml index f72a9a0..fd0a293 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.1.0-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.1.0-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..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}
|