diff options
Diffstat (limited to 'dataChange')
-rwxr-xr-x | dataChange/features/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/installer/pom.xml | 2 | ||||
-rwxr-xr-x | dataChange/model/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/pom.xml | 4 | ||||
-rwxr-xr-x | dataChange/provider/pom.xml | 2 |
5 files changed, 8 insertions, 8 deletions
diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index 9405e5a5..5b0af30d 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-features</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>jar</packaging> diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml index adc2d147..44816716 100755 --- a/dataChange/installer/pom.xml +++ b/dataChange/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <artifactId>dataChange-installer</artifactId> <name>dataChange - Karaf Installer</name> diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml index 244d3200..60349b64 100755 --- a/dataChange/model/pom.xml +++ b/dataChange/model/pom.xml @@ -4,11 +4,11 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-model</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <packaging>bundle</packaging> diff --git a/dataChange/pom.xml b/dataChange/pom.xml index 768969c0..2e218245 100755 --- a/dataChange/pom.xml +++ b/dataChange/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> <properties> <feature-name>dataChange</feature-name> diff --git a/dataChange/provider/pom.xml b/dataChange/provider/pom.xml index 14827833..fe46b7d0 100755 --- a/dataChange/provider/pom.xml +++ b/dataChange/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.2-SNAPSHOT</version> </parent> <artifactId>dataChange-provider</artifactId> <packaging>bundle</packaging> |