Change-Id: I54ab6edea94e61dd5dbfdb945bda2f51b5d8fc39
Signed-off-by: ChrisC <cc697w@intl.att.com>
                <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>
 
                <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>
 
 
 # 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