diff options
author | waynedunican <wayne.dunican@est.tech> | 2025-01-27 15:48:58 +0000 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2025-01-27 15:48:58 +0000 |
commit | a02b24c3808c0ad49d66b25d59bf2f76463a1c8e (patch) | |
tree | 7b22acd124a5f6047e53e2b60acd247d700db983 | |
parent | 7bdc822f3d41d1adfb06d310636af1fcacdda0ad (diff) |
policy/common updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-5255
Change-Id: I65c2a572b3a6fe130d1f327059b52a6fa236d326
Signed-off-by: waynedunican <wayne.dunican@est.tech>
-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 | 4 | ||||
-rw-r--r-- | spring-utils/pom.xml | 2 | ||||
-rw-r--r-- | utils-test/pom.xml | 2 | ||||
-rw-r--r-- | utils/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/capabilities/pom.xml b/capabilities/pom.xml index bc4366d3..4584c782 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.1-SNAPSHOT</version> </parent> <artifactId>capabilities</artifactId> diff --git a/common-parameters/pom.xml b/common-parameters/pom.xml index 73d14367..78aa2132 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.1-SNAPSHOT</version> </parent> <artifactId>common-parameters</artifactId> diff --git a/gson/pom.xml b/gson/pom.xml index 670be375..322c1616 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.1-SNAPSHOT</version> </parent> <artifactId>gson</artifactId> <description>Common Utilities</description> diff --git a/message-bus/pom.xml b/message-bus/pom.xml index 29f813c4..ecc0ab0f 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.1-SNAPSHOT</version> </parent> <artifactId>message-bus</artifactId> diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index dfa35742..eb88455d 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.1-SNAPSHOT</version> </parent> <artifactId>policy-endpoints</artifactId> @@ -25,13 +25,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>5.1.0</version> + <version>5.1.1-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.common</groupId> <artifactId>common-modules</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.1.1-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/spring-utils/pom.xml b/spring-utils/pom.xml index ba1e19e7..fb917149 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.1-SNAPSHOT</version> </parent> <artifactId>spring-utils</artifactId> diff --git a/utils-test/pom.xml b/utils-test/pom.xml index 56a6a2b0..8fd1448d 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.1-SNAPSHOT</version> </parent> <artifactId>utils-test</artifactId> diff --git a/utils/pom.xml b/utils/pom.xml index 45498924..49a388b3 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.1-SNAPSHOT</version> </parent> <artifactId>utils</artifactId> diff --git a/version.properties b/version.properties index bc48f0ac..5142fa8a 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |