diff options
author | saul.gill <saul.gill@est.tech> | 2024-04-25 10:19:58 +0100 |
---|---|---|
committer | saul.gill <saul.gill@est.tech> | 2024-04-25 10:19:58 +0100 |
commit | 0a81d82da41d20cac4b2ec2304547eeaaeb3ab95 (patch) | |
tree | 4b0696198149b442402a1f411a1059fc482ffb14 | |
parent | 48c0c0dc572b65ad6de4761e45f63e6adc45407e (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-4970
Change-Id: Ic6c34cd2d75688059bd80e4efd4d2ff2c75664c7
Signed-off-by: saul.gill <saul.gill@est.tech>
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-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 |
5 files changed, 6 insertions, 6 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 3d8e11fd..313e4272 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 6423564e..1e8997fc 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.2-SNAPSHOT</version> + <version>4.1.3-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.2</version.parent.resources> + <version.parent.resources>4.1.3-SNAPSHOT</version.parent.resources> <version.parent.checkstyle>4.1.2-SNAPSHOT</version.parent.checkstyle> <jacoco.destFile>${project.build.directory}/code-coverage/jacoco-ut.exec</jacoco.destFile> <!-- Default Sonar configuration --> @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index f44996a0..873a85da 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.2-SNAPSHOT</version> + <version>4.1.3-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> diff --git a/version.properties b/version.properties index dd2ef931..68aaed8b 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=4 minor=1 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |