summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-11-08 10:44:30 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-11-08 13:11:12 -0500
commit9e4d48f1b10ab1ca3913277f46e884c4663593cd (patch)
tree9e1c65bfd7ad1fd1d732d75faf61427c8a7feeae /pom.xml
parent8c3455d2a0a62bf1b099578f0acadc26a68ba919 (diff)
Upgrade policy parent and common1.3.3
Upgrading to policy parent 2.0.1 release and common 1.3.3 to fix dmaap license issue 1.1.9 Upgrading to drools-pdp release 1.3.3 Also upgrading to 1.3.3 SNAPSHOT for release. Issue-ID: POLICY-1229 Change-Id: Iaf4b2126c1b708ccf9655e410831c78dc0249838 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 56eaa74a8..4471a58a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,13 +24,13 @@
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<relativePath />
</parent>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>drools-applications</artifactId>
- <version>1.3.2-SNAPSHOT</version>
+ <version>1.3.3-SNAPSHOT</version>
<name>policy-drools-applications</name>
<packaging>pom</packaging>
@@ -58,8 +58,8 @@
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
<!-- Project common dependency versions -->
- <version.policy.common>1.3.2</version.policy.common>
- <version.policy.drools-pdp>1.3.2</version.policy.drools-pdp>
+ <version.policy.common>1.3.3</version.policy.common>
+ <version.policy.drools-pdp>1.3.3</version.policy.drools-pdp>
</properties>
<build>