aboutsummaryrefslogtreecommitdiffstats
path: root/ONAP-PAP-REST/pom.xml
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-05-30 11:12:54 -0400
committerJim Hahn <jrh3@att.com>2019-05-31 09:47:33 -0400
commit81db61d122e8176bc7237f149d7815bf4979ed97 (patch)
tree6fd6cb7cbb9d152ca01e2ee4ecffa83b012d1199 /ONAP-PAP-REST/pom.xml
parent6bc4e95261ed8ec8bc931696e3674ee5ec54d542 (diff)
Bump engine to version 1.5.0
Fixed license date. Change-Id: I711fb4e91afdb3813bc04b16265f584d80ac8e5d Issue-ID: POLICY-1747 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'ONAP-PAP-REST/pom.xml')
-rw-r--r--ONAP-PAP-REST/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/ONAP-PAP-REST/pom.xml b/ONAP-PAP-REST/pom.xml
index 043d1ac74..4b383a418 100644
--- a/ONAP-PAP-REST/pom.xml
+++ b/ONAP-PAP-REST/pom.xml
@@ -28,8 +28,11 @@
<parent>
<groupId>org.onap.policy.engine</groupId>
<artifactId>PolicyEngineSuite</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.5.0-SNAPSHOT</version>
</parent>
+ <properties>
+ <hibernate.version>4.3.10.Final</hibernate.version>
+ </properties>
<build>
<plugins>
<plugin>
@@ -288,8 +291,4 @@
<version>8.5.9</version>
</dependency>
</dependencies>
- <properties>
- <hibernate.version>4.3.10.Final</hibernate.version>
- <projectversion>2.0.2</projectversion>
- </properties>
</project>