diff options
author | 2025-03-12 15:04:55 +0000 | |
---|---|---|
committer | 2025-03-12 15:04:55 +0000 | |
commit | 04e78391e35fdb939355fd81209fd4636d963d1e (patch) | |
tree | 540ceb99b812e8eaad8fc26a5b868e822209f164 | |
parent | 3fd89b71ef6867aa9a01891ee97af67d25528096 (diff) |
Release policy/pap4.1.1
-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 ba101339..109e8c94 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.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>pap-main</artifactId> diff --git a/packages/policy-pap-docker/pom.xml b/packages/policy-pap-docker/pom.xml index d4b3ebf0..38f7e7d9 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.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>policy-pap-docker</artifactId> diff --git a/packages/policy-pap-tarball/pom.xml b/packages/policy-pap-tarball/pom.xml index 2b03a323..b41801f8 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.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>policy-pap-tarball</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index 3c036c4b..a50268fa 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.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>pap-packages</artifactId> @@ -35,7 +35,7 @@ <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> <packaging>pom</packaging> diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 75e88e78..a00e7c4c 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>pap-performance</artifactId> <build> diff --git a/testsuites/pom.xml b/testsuites/pom.xml index b760ad5a..b386dae4 100644 --- a/testsuites/pom.xml +++ b/testsuites/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>policy-pap</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>pap-testsuites</artifactId> diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index 8a33262f..7e78c565 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.pap</groupId> <artifactId>pap-testsuites</artifactId> - <version>4.1.1-SNAPSHOT</version> + <version>4.1.1</version> </parent> <artifactId>pap-stability</artifactId> <build> |