diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2025-01-27 14:44:11 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2025-01-27 14:44:11 +0000 |
commit | b8b644df9c728423ff3a71f9b59f6cfdd1a2ba4f (patch) | |
tree | 5b14402efebbf2713527ab396957d33635c155d1 | |
parent | 09e6cbf186f060e87aafdac1acea1075d61e80d3 (diff) |
Release policy/common3.1.0
-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 bc4366d3..99f97ad2 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>capabilities</artifactId> diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 73d14367..3b96aaca 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>common-parameters</artifactId> diff --git a/gson/pom.xml b/gson/pom.xml index 670be375..2be6f585 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>gson</artifactId> <description>Common Utilities</description> diff --git a/message-bus/pom.xml b/message-bus/pom.xml index 29f813c4..9105a1a8 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>message-bus</artifactId> diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index dfa35742..7f8a76f4 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>policy-endpoints</artifactId> @@ -31,7 +31,7 @@ <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.0</version> <packaging>pom</packaging> diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index ba1e19e7..21508aff 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>spring-utils</artifactId> diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 56a6a2b0..97597e49 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>utils-test</artifactId> diff --git a/utils/pom.xml b/utils/pom.xml index 45498924..9fa4c4c7 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.0-SNAPSHOT</version> + <version>3.1.0</version> </parent> <artifactId>utils</artifactId> |