diff options
author | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:25 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-04-28 16:00:25 +0100 |
commit | e2c54eab98d9586f6f63a4fbbae5c72fb269222f (patch) | |
tree | 32c92a4089aadf392a5ed738c8947dcce3ae32b0 /pom.xml | |
parent | d195b68ed0a6e8a62c04a70e1349e2693ff4ef7e (diff) |
Update snapshot and/or references of policy/api to latest snapshots
policy/api updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4089
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: Ia04701c92ff14ba783ae59884192ee35fc2309cd
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -28,13 +28,13 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.3</version> + <version>3.5.4-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.policy.api</groupId> <artifactId>policy-api</artifactId> - <version>2.6.3-SNAPSHOT</version> + <version>2.6.4-SNAPSHOT</version> <packaging>pom</packaging> @@ -42,8 +42,8 @@ <description>Code that define our external API.</description> <properties> - <policy.common.version>1.10.3</policy.common.version> - <policy.models.version>2.6.3</policy.models.version> + <policy.common.version>1.10.4-SNAPSHOT</policy.common.version> + <policy.models.version>2.6.4-SNAPSHOT</policy.models.version> </properties> <modules> |