diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-11-16 10:40:46 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-11-16 10:42:23 -0800 |
commit | ade26b786a5497e52d26bbe4a96cccaa030d729b (patch) | |
tree | da4e00c63f24e668e734ebf27f1a608ff46e5dda /appc-provider | |
parent | 3907d1f192dd83cf45c6e28982d644c0049d092e (diff) |
Increment version number
Changing from version 1.4.1-SNAPSHOT to 1.4.2-SNAPSHOT
Change-Id: I0f0fc2912bd1ed384c62f17a06aafe44835e10ab
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1212
Diffstat (limited to 'appc-provider')
-rw-r--r-- | appc-provider/appc-provider-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/features-appc-provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/onap-appc-provider/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/appc-provider-model/pom.xml | 2 | ||||
-rw-r--r-- | appc-provider/pom.xml | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml index 49e41331f..1ccfd38fd 100644 --- a/appc-provider/appc-provider-bundle/pom.xml +++ b/appc-provider/appc-provider-bundle/pom.xml @@ -33,7 +33,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-bundle</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>appc-provider-bundle</name> diff --git a/appc-provider/appc-provider-features/features-appc-provider/pom.xml b/appc-provider/appc-provider-features/features-appc-provider/pom.xml index 3d8109460..37788d547 100644 --- a/appc-provider/appc-provider-features/features-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/features-appc-provider/pom.xml @@ -8,7 +8,7 @@ <groupId>org.onap.appc</groupId> <artifactId>features-appc-provider</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name>appc-provider features repo</name> diff --git a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml index 479a0c202..453de8265 100644 --- a/appc-provider/appc-provider-features/onap-appc-provider/pom.xml +++ b/appc-provider/appc-provider-features/onap-appc-provider/pom.xml @@ -9,7 +9,7 @@ <groupId>org.onap.appc</groupId> <artifactId>onap-appc-provider</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name>onap-appc-provider</name> diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml index 1825828c1..7af4bc45b 100644 --- a/appc-provider/appc-provider-features/pom.xml +++ b/appc-provider/appc-provider-features/pom.xml @@ -29,7 +29,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-features</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>appc-provider-features</name> diff --git a/appc-provider/appc-provider-installer/pom.xml b/appc-provider/appc-provider-installer/pom.xml index 2b0dda7e8..f2660bb29 100644 --- a/appc-provider/appc-provider-installer/pom.xml +++ b/appc-provider/appc-provider-installer/pom.xml @@ -29,7 +29,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-provider-installer</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>APPC Provider - Karaf Installer</name> diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml index b2a9c24e7..2e420a4a1 100644 --- a/appc-provider/appc-provider-model/pom.xml +++ b/appc-provider/appc-provider-model/pom.xml @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider-model</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>bundle</packaging> <name>appc-provider-model</name> diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml index caa5806d4..9729d25fc 100644 --- a/appc-provider/pom.xml +++ b/appc-provider/pom.xml @@ -28,7 +28,7 @@ </parent> <groupId>org.onap.appc</groupId> <artifactId>appc-provider</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>APPC Provider</name> <description>The app-c service provider </description> |