aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-03-06 06:46:42 -0800
committerChrisC <cc697w@intl.att.com>2017-03-06 06:46:42 -0800
commite5cd0e12039cee90a731a3def3d4b04878ad4f89 (patch)
tree4d3d1e5290b35a15658a6251b6576066e840e685
parentd79e716dfd7ba6d9fc0f4a89a9b9bda807f1d3c4 (diff)
Prepare for Release 1.0.0
Change-Id: I54ab6edea94e61dd5dbfdb945bda2f51b5d8fc39 Signed-off-by: ChrisC <cc697w@intl.att.com>
-rw-r--r--asdc-controller/pom.xml2
-rw-r--r--packages/arquillian-unit-tests/pom.xml2
-rw-r--r--version.properties4
3 files changed, 4 insertions, 4 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 6cad519..75665bc 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -64,7 +64,7 @@
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>0.9.0</version>
+ <version>1.0.0</version>
<exclusions>
<exclusion> <!-- declare the exclusion here -->
<groupId>org.slf4j</groupId>
diff --git a/packages/arquillian-unit-tests/pom.xml b/packages/arquillian-unit-tests/pom.xml
index 7302d0d..4ca15fb 100644
--- a/packages/arquillian-unit-tests/pom.xml
+++ b/packages/arquillian-unit-tests/pom.xml
@@ -256,7 +256,7 @@
<dependency>
<groupId>org.openecomp.sdc</groupId>
<artifactId>sdc-distribution-client</artifactId>
- <version>0.9.0</version>
+ <version>1.0.0</version>
<scope>test</scope>
</dependency>
diff --git a/version.properties b/version.properties
index 1b8f7de..cdcd1e9 100644
--- a/version.properties
+++ b/version.properties
@@ -2,8 +2,8 @@
# Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )
# because they are used in Jenkins, whose plug-in doesn't support
-major=0
-minor=9
+major=1
+minor=0
patch=0
base_version=${major}.${minor}.${patch}