diff options
author | saul.gill <saul.gill@est.tech> | 2023-12-11 11:40:18 +0000 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2023-12-11 11:40:18 +0000 |
commit | 39e24f8e35c42a2cc8e5e36b7ecb13e5c643e7ac (patch) | |
tree | 3e7b2acb3c7ce40194ed7a12d2e50d3907a386da | |
parent | d2824a57c75c36fcf4ea73d2f1594b77ae6be952 (diff) |
Update snapshot and/or references of policy/parent to latest snapshots
policy/parent updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4907
Signed-off-by: saul.gill <saul.gill@est.tech>
Change-Id: I40cbab341a31ff4781237e339f7dd39cff0476f3
-rw-r--r-- | integration/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2af220cf..8bd36b21 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -38,7 +38,7 @@ <properties> <java.version>17</java.version> <!-- Note Well: For RELEASE/SNAPSHOT always set to the project version --> - <version.parent.resources>4.1.0</version.parent.resources> + <version.parent.resources>4.1.1-SNAPSHOT</version.parent.resources> <jacoco.dataFile>${project.basedir}/../target/code-coverage/jacoco-ut.exec</jacoco.dataFile> <repo.npm>https://nexus3.onap.org/repository/npm.public/npm/-/</repo.npm> <docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry> @@ -30,7 +30,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 34e39508..5e774d58 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.0-SNAPSHOT</version> + <version>4.1.1-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> diff --git a/version.properties b/version.properties index b0ccfcd7..c01968bb 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |