summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-sdk/pom.xml')
-rw-r--r--ecomp-sdk/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index 36090115..790e926c 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -5,7 +5,7 @@
<artifactId>ecompSDK-project</artifactId>
<packaging>pom</packaging>
<!-- NOTE This value will not be picked from the property tag below, pass it as -Drelease.version="" when doing mvn deploy -->
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>Ecomp Portal SDK Project (parent)</name>
<url>https://wiki/display/EcompPortal</url>
<scm>
@@ -25,7 +25,7 @@
<properties>
<encoding>UTF-8</encoding>
- <sdk-internal.version>1610.3.10</sdk-internal.version>
+ <sdk-internal.version>1.1.0-SNAPSHOT</sdk-internal.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Tests usually require some setup that maven cannot do, so skip. -->