diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:38:41 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:38:41 -0500 |
commit | 1565be2e406cac067eebc9604f27f762124622cf (patch) | |
tree | 0f9eb116f97a936a6658f2ff3a06c28c41466640 /dnsdesig | |
parent | de5d4b4c2fa42066a0e5afca4a7ff6e3a101c6d0 (diff) |
Roll to version 1.0.1-SNAPSHOT
Roll to next release version
Change-Id: I1f84397358db86596bf404e3fec5d283ebf296b5
Issue-ID: CCSDK-141
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dnsdesig')
-rw-r--r-- | dnsdesig/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dnsdesig/pom.xml b/dnsdesig/pom.xml index def1fe1..9306540 100644 --- a/dnsdesig/pom.xml +++ b/dnsdesig/pom.xml @@ -23,7 +23,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.platform</groupId> <artifactId>plugins</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> @@ -31,7 +31,7 @@ limitations under the License. <artifactId>dnsdesig</artifactId> <name>dnsdesig</name> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.1-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <!-- name from the setup.py file --> |