summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-03-07 16:40:38 -0500
committertalasila <talasila@research.att.com>2017-03-07 16:40:51 -0500
commitb43c2aecd36a738bc1ddb45d15eadbd8893373d1 (patch)
treeffa01794248a575e153df3e2cdec31178babbb16 /ecomp-sdk
parent3e7cc4ebe41646e0c788065aab2b6b8356be4c05 (diff)
staging release 1.0.0
Change-Id: I57a66486f2dddba807b3df6083ce4ffcf0ff7e52 Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-sdk')
-rw-r--r--ecomp-sdk/pom.xml2
-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.xml2
-rw-r--r--ecomp-sdk/sdk-workflow/pom.xml2
-rw-r--r--ecomp-sdk/thirdparty/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index 4949a513..36090115 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-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>Ecomp Portal SDK Project (parent)</name>
<url>https://wiki/display/EcompPortal</url>
<scm>
diff --git a/ecomp-sdk/quantum/pom.xml b/ecomp-sdk/quantum/pom.xml
index c0d3d0fb..2ae9388e 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ecompSDK-core</artifactId>
diff --git a/ecomp-sdk/sdk-analytics/pom.xml b/ecomp-sdk/sdk-analytics/pom.xml
index 91e9c26b..7e3e8d9f 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ecompSDK-analytics</artifactId>
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml
index ab463b93..9e20347e 100644
--- a/ecomp-sdk/sdk-app/pom.xml
+++ b/ecomp-sdk/sdk-app/pom.xml
@@ -21,7 +21,7 @@
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.0.0-SNAPSHOT</epsdk.version>
+ <epsdk.version>1.0.0</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 cd0da6c6..696f81bf 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<artifactId>ecompSDK-workflow</artifactId>
diff --git a/ecomp-sdk/thirdparty/pom.xml b/ecomp-sdk/thirdparty/pom.xml
index 6583835b..f98fed21 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-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<!-- GroupId is inherited from parent -->