summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/sdk-app/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/sdk-app/pom.xml')
-rw-r--r--ecomp-sdk/sdk-app/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml
index 9e20347e..c6f3cc30 100644
--- a/ecomp-sdk/sdk-app/pom.xml
+++ b/ecomp-sdk/sdk-app/pom.xml
@@ -11,7 +11,7 @@
<artifactId>ep-sdk-app</artifactId>
<!-- This version number is appended to the distribution (war and zip).
There is an implicit mapping between this string and the epsdk.version. -->
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>war</packaging>
<name>Ecomp SDK Webapp</name>
<description>Ecomp SDK Webapp based on the Ecomp SDK</description>
@@ -21,7 +21,7 @@
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.0.0</epsdk.version>
+ <epsdk.version>1.1.0-SNAPSHOT</epsdk.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip by default; turn on like this: mvn -Dskipassembly=false