diff options
author | liamfallon <liam.fallon@est.tech> | 2023-11-08 13:29:59 -0600 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2023-11-08 13:29:59 -0600 |
commit | 2aba4493688e3dcd4a4b78de1092eac8ae287b74 (patch) | |
tree | c04a14081c84ad10e8932029e165300eebff820b /integration | |
parent | d88650009ab96ed0f634af72ea0ffcffb411ff6e (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-4854
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ifbd6baa3d06ad618b1d856866497958c8857e746
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 6a8bb25e..952b993b 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.0.2-SNAPSHOT</version> + <version>4.0.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.0.2</version.parent.resources> + <version.parent.resources>4.0.3-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> |