diff options
author | 2025-03-11 15:47:07 +0000 | |
---|---|---|
committer | 2025-03-11 15:47:07 +0000 | |
commit | 7aff61ff05ce7e8599757c5374de51c106cca5dc (patch) | |
tree | dab1969f54a7b91f8a0b487ebd6c39f62732b221 | |
parent | d6be2ca11160e066e0849adcb01c742d6700531d (diff) |
Release policy/common3.1.1
-rw-r--r-- | capabilities/pom.xml | 2 | ||||
-rw-r--r-- | common-parameters/pom.xml | 2 | ||||
-rw-r--r-- | gson/pom.xml | 2 | ||||
-rw-r--r-- | message-bus/pom.xml | 2 | ||||
-rw-r--r-- | policy-endpoints/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | spring-utils/pom.xml | 2 | ||||
-rw-r--r-- | utils-test/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 |
9 files changed, 9 insertions, 9 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml index 4584c782..25026785 100644 --- a/capabilities/pom.xml +++ b/capabilities/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>capabilities</artifactId> diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 78aa2132..ae6b50b4 100644 --- a/common-parameters/pom.xml +++ b/common-parameters/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>common-parameters</artifactId> diff --git a/gson/pom.xml b/gson/pom.xml index 322c1616..9597b823 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>gson</artifactId> <description>Common Utilities</description> diff --git a/message-bus/pom.xml b/message-bus/pom.xml index ecc0ab0f..b454ed5c 100644 --- a/message-bus/pom.xml +++ b/message-bus/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>message-bus</artifactId> diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index d9e1e323..df08fcc3 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>policy-endpoints</artifactId> @@ -33,7 +33,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> <packaging>pom</packaging> diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index fb917149..3054aa67 100644 --- a/spring-utils/pom.xml +++ b/spring-utils/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>spring-utils</artifactId> diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 8fd1448d..ac80cf19 100644 --- a/utils-test/pom.xml +++ b/utils-test/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>utils-test</artifactId> diff --git a/utils/pom.xml b/utils/pom.xml index 49a388b3..44a5c74b 100644 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.1</version> </parent> <artifactId>utils</artifactId> |