aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-05-16 09:39:24 +0000
committerliamfallon <liam.fallon@est.tech>2019-05-16 09:39:24 +0000
commit0237fe0bc3745362f0f4e7e380f68fe041f88b0e (patch)
treeb24623da834c0ced24a0dddab4f8d6ce3de9155e /packages
parent3d6b63ab652520348e6132832244827247b46604 (diff)
Step snapshot version of drools-pdp
Issue-ID: POLICY-1630 Change-Id: Ia77856077ae89f839aa930101c2002ac25f79595 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/base/pom.xml2
-rw-r--r--packages/docker/pom.xml2
-rw-r--r--packages/install/pom.xml2
-rw-r--r--packages/pom.xml30
4 files changed, 18 insertions, 18 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml
index afafa6f1..5fcd0285 100644
--- a/packages/base/pom.xml
+++ b/packages/base/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</parent>
<artifactId>base</artifactId>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index e27b8ef3..d15922e1 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -25,7 +25,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</parent>
<artifactId>docker</artifactId>
diff --git a/packages/install/pom.xml b/packages/install/pom.xml
index 40e4d96f..10b62d81 100644
--- a/packages/install/pom.xml
+++ b/packages/install/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.onap.policy.drools-pdp</groupId>
<artifactId>packages</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.1-SNAPSHOT</version>
</parent>
<artifactId>install-drools</artifactId>
diff --git a/packages/pom.xml b/packages/pom.xml
index 1a6aa6ff..88ea6e04 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -20,23 +20,23 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
+ <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>org.onap.policy.drools-pdp</groupId>
- <artifactId>drools-pdp</artifactId>
- <version>1.4.0-SNAPSHOT</version>
- </parent>
+ <parent>
+ <groupId>org.onap.policy.drools-pdp</groupId>
+ <artifactId>drools-pdp</artifactId>
+ <version>1.4.1-SNAPSHOT</version>
+ </parent>
- <artifactId>packages</artifactId>
- <packaging>pom</packaging>
+ <artifactId>packages</artifactId>
+ <packaging>pom</packaging>
- <name>Policy Packages</name>
- <description>ONAP Policy Drools PDP Installation Packages</description>
+ <name>Policy Packages</name>
+ <description>ONAP Policy Drools PDP Installation Packages</description>
- <modules>
- <module>base</module>
- <module>install</module>
- <module>docker</module>
- </modules>
+ <modules>
+ <module>base</module>
+ <module>install</module>
+ <module>docker</module>
+ </modules>
</project>