diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-08 10:44:30 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-08 13:11:12 -0500 |
commit | 9e4d48f1b10ab1ca3913277f46e884c4663593cd (patch) | |
tree | 9e1c65bfd7ad1fd1d732d75faf61427c8a7feeae /controlloop/templates/template.demo | |
parent | 8c3455d2a0a62bf1b099578f0acadc26a68ba919 (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 'controlloop/templates/template.demo')
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index 5d90b8d59..d14a20f78 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.drools-applications.controlloop.templates</groupId> <artifactId>templates</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> </parent> <artifactId>template.demo</artifactId> |