diff options
author | ChrisC <cc697w@intl.att.com> | 2017-03-13 05:01:04 -0700 |
---|---|---|
committer | ChrisC <cc697w@intl.att.com> | 2017-03-13 05:01:04 -0700 |
commit | 1ba1d1997d862b4da9235bd8f8c62ac2b28115a7 (patch) | |
tree | 13ab45f9705b5e8e1e7068e0bb3725c7b06c8fac /packages/deliveries | |
parent | 5dd5647cca17a9939919027008e175f6d5d819f7 (diff) |
Update to version 1.1.0
Change-Id: Id054e7a04ce88450c3cfe108c8259c4d287681c8
Signed-off-by: ChrisC <cc697w@intl.att.com>
Diffstat (limited to 'packages/deliveries')
-rw-r--r-- | packages/deliveries/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml index 5f20b187ce..679cebdafe 100644 --- a/packages/deliveries/pom.xml +++ b/packages/deliveries/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.mso</groupId> <artifactId>packages</artifactId> - <version>0.0.4-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.mso.packages</groupId> @@ -29,7 +29,7 @@ <artifactId>maven-assembly-plugin</artifactId> <version>2.6</version> <executions> - + <!-- MSO DB PACKS --> <execution> <configuration> @@ -67,7 +67,7 @@ <goal>single</goal> </goals> </execution> - + </executions> </plugin> |