summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/pom.xml
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-03-10 11:28:52 -0500
committertalasila <talasila@research.att.com>2017-03-10 11:29:01 -0500
commit67b5754042200ea7e114963edb23244128dbb6fe (patch)
tree49f9c6478a47a0865c869d573b740c49cd185623 /ecomp-sdk/pom.xml
parentb43c2aecd36a738bc1ddb45d15eadbd8893373d1 (diff)
1.1.0-SNAPSHOT is updated in poms
Change-Id: I421ba5299aa0b9f2ae470d2e030f3a8b3219d539 Signed-off-by: talasila <talasila@research.att.com>
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. -->