diff options
author | Patrick Brady <patrick.brady@att.com> | 2018-12-05 12:28:21 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2018-12-05 12:28:33 -0800 |
commit | c00a13c3b17ea0862c52c4bd54032728111d8819 (patch) | |
tree | 0b06cb6b25c31f1f60aa4e53734f6abc64e161bb /appc-metric | |
parent | ddad47af6facb7ab7cd40d3838473045b5e7182f (diff) |
Increment version numbers
Change from version 1.4.3-SNAPSHOT to 1.4.4-SNAPSHOT
after release.
Change-Id: Ib26ad80e63d2b61865ff9bd669259c849851c162
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1269
Diffstat (limited to 'appc-metric')
-rw-r--r-- | appc-metric/appc-metric-bundle/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-features/features-appc-metric/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-features/onap-appc-metric/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-features/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/appc-metric-installer/pom.xml | 2 | ||||
-rw-r--r-- | appc-metric/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-metric/appc-metric-bundle/pom.xml b/appc-metric/appc-metric-bundle/pom.xml index 3488bed54..948cc44cb 100644 --- a/appc-metric/appc-metric-bundle/pom.xml +++ b/appc-metric/appc-metric-bundle/pom.xml @@ -102,5 +102,5 @@ </plugins> </build> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </project> diff --git a/appc-metric/appc-metric-features/features-appc-metric/pom.xml b/appc-metric/appc-metric-features/features-appc-metric/pom.xml index cfaeee5d8..bff9b1cb4 100644 --- a/appc-metric/appc-metric-features/features-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/features-appc-metric/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-metric</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml index 0ee104188..6f5498ae1 100644 --- a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-metric</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> <packaging>feature</packaging> <name></name> diff --git a/appc-metric/appc-metric-features/pom.xml b/appc-metric/appc-metric-features/pom.xml index 2fe56004f..c7c10f330 100644 --- a/appc-metric/appc-metric-features/pom.xml +++ b/appc-metric/appc-metric-features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-metric-feature-aggregator</artifactId> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> <packaging>pom</packaging> <name></name> diff --git a/appc-metric/appc-metric-installer/pom.xml b/appc-metric/appc-metric-installer/pom.xml index 2b0a143fb..9a877771e 100644 --- a/appc-metric/appc-metric-installer/pom.xml +++ b/appc-metric/appc-metric-installer/pom.xml @@ -152,5 +152,5 @@ </plugins> </build> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </project> diff --git a/appc-metric/pom.xml b/appc-metric/pom.xml index 530c9abea..c136cffd5 100644 --- a/appc-metric/pom.xml +++ b/appc-metric/pom.xml @@ -42,5 +42,5 @@ <module>appc-metric-installer</module> </modules> - <version>1.4.3-SNAPSHOT</version> + <version>1.4.4-SNAPSHOT</version> </project> |