diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2017-11-28 16:13:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-28 16:13:50 +0000 |
commit | b13f7441660b17c92891a9a50222d51be2551693 (patch) | |
tree | 56467af476a70399eebad999fdb7296cdf9a2e2c /bootstrap | |
parent | 021bae9ecbb5c6838424f79907bde5df1ec83922 (diff) | |
parent | d9fefcca22f201a4e581560d6c9212445028c7bf (diff) |
Merge "Bump patch version" into amsterdamv1.1.1
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap/pom.xml | 4 |
1 files changed, 2 insertions, 2 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> |