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-inbound/appc-interfaces-service | |
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-inbound/appc-interfaces-service')
7 files changed, 7 insertions, 7 deletions
diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index 740addb17..6200424d3 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -165,5 +165,5 @@ <artifactId>commons-io</artifactId> </dependency> </dependencies> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml index f95e420b1..f726d7be9 100644 --- a/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-interfaces-service</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml index c0d3b2616..7de00fe5e 100644 --- a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-interfaces-service</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-inbound/appc-interfaces-service/features/pom.xml b/appc-inbound/appc-interfaces-service/features/pom.xml index d419a038d..9783507af 100644 --- a/appc-inbound/appc-interfaces-service/features/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-interfaces-service-feature-aggregator</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-inbound/appc-interfaces-service/installer/pom.xml b/appc-inbound/appc-interfaces-service/installer/pom.xml index 84a876157..aa5a1eb7e 100644 --- a/appc-inbound/appc-interfaces-service/installer/pom.xml +++ b/appc-inbound/appc-interfaces-service/installer/pom.xml @@ -153,5 +153,5 @@ </plugins> </build> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-interfaces-service/model/pom.xml b/appc-inbound/appc-interfaces-service/model/pom.xml index 90a45ecc5..0a131ec1f 100644 --- a/appc-inbound/appc-interfaces-service/model/pom.xml +++ b/appc-inbound/appc-interfaces-service/model/pom.xml @@ -175,5 +175,5 @@ <artifactId>ietf-yang-types</artifactId> </dependency> </dependencies> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> diff --git a/appc-inbound/appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/pom.xml index 2870b2f1f..c28585423 100644 --- a/appc-inbound/appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/pom.xml @@ -113,5 +113,5 @@ </plugins> </pluginManagement> </build> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> |