summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk
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
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')
-rw-r--r--ecomp-sdk/pom.xml4
-rw-r--r--ecomp-sdk/quantum/pom.xml2
-rw-r--r--ecomp-sdk/sdk-analytics/pom.xml2
-rw-r--r--ecomp-sdk/sdk-app/pom.xml4
-rw-r--r--ecomp-sdk/sdk-workflow/pom.xml2
-rw-r--r--ecomp-sdk/thirdparty/pom.xml2
6 files changed, 8 insertions, 8 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. -->
diff --git a/ecomp-sdk/quantum/pom.xml b/ecomp-sdk/quantum/pom.xml
index 2ae9388e..2243be3d 100644
--- a/ecomp-sdk/quantum/pom.xml
+++ b/ecomp-sdk/quantum/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-core</artifactId>
diff --git a/ecomp-sdk/sdk-analytics/pom.xml b/ecomp-sdk/sdk-analytics/pom.xml
index 7e3e8d9f..5209c94f 100644
--- a/ecomp-sdk/sdk-analytics/pom.xml
+++ b/ecomp-sdk/sdk-analytics/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-analytics</artifactId>
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
diff --git a/ecomp-sdk/sdk-workflow/pom.xml b/ecomp-sdk/sdk-workflow/pom.xml
index 696f81bf..79f3067a 100644
--- a/ecomp-sdk/sdk-workflow/pom.xml
+++ b/ecomp-sdk/sdk-workflow/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-workflow</artifactId>
diff --git a/ecomp-sdk/thirdparty/pom.xml b/ecomp-sdk/thirdparty/pom.xml
index f98fed21..6729cd5f 100644
--- a/ecomp-sdk/thirdparty/pom.xml
+++ b/ecomp-sdk/thirdparty/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<!-- GroupId is inherited from parent -->