diff options
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 29c398f6a8..d3332ec385 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> @@ -68,7 +68,7 @@ <goal>single</goal> </goals> </execution> - + </executions> </plugin> |