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-config/appc-config-audit | |
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-config/appc-config-audit')
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml index e523d2476..7c7107361 100644 --- a/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-config-audit</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml b/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml index 9b6f8c8a2..df70e5971 100644 --- a/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-config-audit</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml index cae665d1f..bae976d59 100644 --- a/appc-config/appc-config-audit/features/pom.xml +++ b/appc-config/appc-config-audit/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit-feature-aggregator</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml index cf4741387..e3eb2be5b 100644 --- a/appc-config/appc-config-audit/installer/pom.xml +++ b/appc-config/appc-config-audit/installer/pom.xml @@ -31,7 +31,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit-installer</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> <name>Config Component Audit - Installer</name> <packaging>pom</packaging> <properties> @@ -57,7 +57,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit-provider</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml index 27ab4dd5a..d7be3e325 100644 --- a/appc-config/appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/pom.xml @@ -83,5 +83,5 @@ </modules> </profile> </profiles> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml index 84294969d..5f0e720ba 100644 --- a/appc-config/appc-config-audit/provider/pom.xml +++ b/appc-config/appc-config-audit/provider/pom.xml @@ -124,5 +124,5 @@ </plugins> </build> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.2-SNAPSHOT</version> </project> |