diff options
Diffstat (limited to 'sliPluginUtils')
-rwxr-xr-x | sliPluginUtils/features/pom.xml | 2 | ||||
-rwxr-xr-x | sliPluginUtils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | sliPluginUtils/pom.xml | 4 | ||||
-rwxr-xr-x | sliPluginUtils/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml index 0ed4b0e..46a8b04 100755 --- a/sliPluginUtils/features/pom.xml +++ b/sliPluginUtils/features/pom.xml @@ -8,7 +8,7 @@ <parent> <artifactId>sliPluginUtils</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <name>SliPluginUtils Plugin - Features</name> diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml index cae4261..5562535 100755 --- a/sliPluginUtils/installer/pom.xml +++ b/sliPluginUtils/installer/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>sliPluginUtils</artifactId> <groupId>org.openecomp.sdnc.core</groupId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>sliPluginUtils-installer</artifactId> <name>SLI Plugin Utilities - Karaf Installer</name> diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index 4feabcd..d94e361 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -3,7 +3,7 @@ <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sliPluginUtils</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> <packaging>pom</packaging> <modelVersion>4.0.0</modelVersion> @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sdnc-core</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <name>Service Logic Interface Plugin Utilities</name> <description>A package of static utility functions to be used when developing SLI plugins</description> diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index d7e2042..c7468e9 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sliPluginUtils</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <name>SliPluginUtils Plugin - Provider</name> |