diff options
author | Patrick Brady <pb071s@att.com> | 2018-05-22 10:42:55 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-05-22 10:42:59 -0700 |
commit | 84d0a254bd9fd2779a116edc1901260bd2c7d11e (patch) | |
tree | b759f0d844873cab3b99d69fb0595ac4e59aee6a /appc-config/appc-config-audit | |
parent | 07fcbfcd2e65135556fce021748aa6c338cf710d (diff) |
Increment version for new branch
Change from version 1.3.0-SNAPSHOT to
1.4.0-SNAPSHOT and update version file.
Change-Id: I6b54c3e3b97c3ef0a554fb173d0dd261ca2107d3
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-ID: APPC-916
Diffstat (limited to 'appc-config/appc-config-audit')
-rw-r--r-- | appc-config/appc-config-audit/features/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-config-audit/installer/pom.xml | 4 | ||||
-rw-r--r-- | appc-config/appc-config-audit/pom.xml | 2 | ||||
-rw-r--r-- | appc-config/appc-config-audit/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml index 1a6cafd68..f55d4d960 100644 --- a/appc-config/appc-config-audit/features/pom.xml +++ b/appc-config/appc-config-audit/features/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-config-audit-features</artifactId> <name>Config Audit Plugin - Features</name> diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml index 79f86a019..cf4ed1e7e 100644 --- a/appc-config/appc-config-audit/installer/pom.xml +++ b/appc-config/appc-config-audit/installer/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-config-audit-installer</artifactId> @@ -53,7 +53,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit-provider</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml index c05148c9d..199a1784a 100644 --- a/appc-config/appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-config</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <packaging>pom</packaging> diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml index 5d4ce3f5b..964e5972f 100644 --- a/appc-config/appc-config-audit/provider/pom.xml +++ b/appc-config/appc-config-audit/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc</groupId> <artifactId>appc-config-audit</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </parent> <artifactId>appc-config-audit-provider</artifactId> <packaging>bundle</packaging> |