aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-09-15 10:03:32 +0100
committerliamfallon <liam.fallon@est.tech>2021-09-15 10:15:05 +0100
commit068aea18d2eb95d27be5c5763835d6974d6df85a (patch)
treee3c9a34b878c9d3bb2c6ca124911675a75c6243d /models-examples/pom.xml
parent2c3f332404646e5da013f5e37b4705f52140d0c0 (diff)
Bump policy-models to 2.5.1-SNAPSHOT
Issue-ID: POLICY-3587 Change-Id: Idca2237777c1f7bda3fab89934dc97b9360fbc3d Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'models-examples/pom.xml')
-rw-r--r--models-examples/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/models-examples/pom.xml b/models-examples/pom.xml
index 71b245a2c..242d11602 100644
--- a/models-examples/pom.xml
+++ b/models-examples/pom.xml
@@ -24,14 +24,14 @@
<parent>
<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models</artifactId>
- <version>2.5.0-SNAPSHOT</version>
+ <version>2.5.1-SNAPSHOT</version>
</parent>
<artifactId>policy-models-examples</artifactId>
<name>${project.artifactId}</name>
<description>Various examples of policy type and policy models in various formats</description>
-
+
<properties>
<!-- There is no code in this sub-module, only holds interfaces. So skip sonar. -->
<sonar.skip>true</sonar.skip>