diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-02-25 15:49:45 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-02-25 15:49:45 +0000 |
commit | c5ebd4a2786f0ed5eee4f317f10aad330ab4f042 (patch) | |
tree | 029c2b8986ecb341468622728e1351e57eeaa921 | |
parent | 590d98aa180f925834137446014a3417c70a2fa4 (diff) |
Release policy/parent3.4.4
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 84a81a19..10634c3d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index d337f85c..76b42be2 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.4.4-SNAPSHOT</version> + <version>3.4.4</version> </parent> <artifactId>policy-parent-resources</artifactId> |