Prepare for Release 1.0.0 63/5363/1
authorChrisC <cc697w@intl.att.com>
Mon, 6 Mar 2017 14:46:42 +0000 (06:46 -0800)
committerChrisC <cc697w@intl.att.com>
Mon, 6 Mar 2017 14:46:42 +0000 (06:46 -0800)
Change-Id: I54ab6edea94e61dd5dbfdb945bda2f51b5d8fc39
Signed-off-by: ChrisC <cc697w@intl.att.com>
asdc-controller/pom.xml
packages/arquillian-unit-tests/pom.xml
version.properties

index 6cad519..75665bc 100644 (file)
@@ -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>
index 7302d0d..4ca15fb 100644 (file)
                <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>
 
index 1b8f7de..cdcd1e9 100644 (file)
@@ -2,8 +2,8 @@
 # Note that these variables cannot be structured (e.g. : version.release or version.snapshot etc... )\r
 # because they are used in Jenkins, whose plug-in doesn't support\r
 \r
-major=0\r
-minor=9\r
+major=1\r
+minor=0\r
 patch=0\r
 \r
 base_version=${major}.${minor}.${patch}\r