diff options
author | 2025-04-23 08:53:26 +0000 | |
---|---|---|
committer | 2025-04-23 08:53:26 +0000 | |
commit | 5d752d58238535833b2b67159dd7fc180fdac97f (patch) | |
tree | ab0cd795f275ee6d84e0f816169131217e6f69c8 | |
parent | 1b1686e0f8edfe36cb7b0649884ba6c188ceec9b (diff) |
Release policy/pap4.1.2
-rw-r--r-- | main/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-pap-docker/pom.xml | 2 | ||||
-rw-r--r-- | packages/policy-pap-tarball/pom.xml | 2 | ||||
-rw-r--r-- | packages/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | testsuites/performance/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/pom.xml | 2 | ||||
-rw-r--r-- | testsuites/stability/pom.xml | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/main/pom.xml b/main/pom.xml index 6239be3a..e9a826e6 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>pap-main</artifactId> diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index 1e3a93b9..bed26e39 100644 --- a/packages/policy-pap-docker/pom.xml +++ b/packages/policy-pap-docker/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-packages</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>policy-pap-docker</artifactId> diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 0fe7a9c2..9a423d25 100644 --- a/packages/policy-pap-tarball/pom.xml +++ b/packages/policy-pap-tarball/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-packages</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>policy-pap-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 165764bc..963ae4b1 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>pap-packages</artifactId> @@ -35,7 +35,7 @@ <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> <packaging>pom</packaging> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 85fc9dd5..67a2742c 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>pap-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index b5610852..2137201b 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>pap-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index aa2f2b57..125c1ed6 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>pap-stability</artifactId> <build> |