summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os/pom.xml
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-28 14:45:42 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-28 14:46:17 -0400
commita69e02953a1efe5b32b5e455f3377153a6103ebc (patch)
treef7414ba265d9f4aad15a52e86e2f755f908e014e /ecomp-sdk/epsdk-app-os/pom.xml
parent224487bc124df7988442a60d72d4aa106697306b (diff)
Release version 1.3.0 of Portal/SDK
Issue: PORTAL-89 Change-Id: I6ec93759b8139e70a0a576c43256e00966e0e4d4 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-os/pom.xml')
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml
index 108cd4c9..d74c785d 100644
--- a/ecomp-sdk/epsdk-app-os/pom.xml
+++ b/ecomp-sdk/epsdk-app-os/pom.xml
@@ -6,14 +6,14 @@
This is NOT the Portal - but it is developed and supported by the Portal team. -->
<groupId>org.onap.portal.sdk</groupId>
<artifactId>epsdk-app-os</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.0</version>
<packaging>war</packaging>
<name>ECOMP SDK Webapp for OpenSource</name>
<description>ECOMP SDK Web Application for public release</description>
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.3.0-SNAPSHOT</epsdk.version>
+ <epsdk.version>1.3.0</epsdk.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. -->