<maven.compiler.source>1.8</maven.compiler.source>
                <module.ajsc.namespace.name>ActiveAndAvailableInventory-CloudNetwork</module.ajsc.namespace.name>
                <module.ajsc.namespace.version>v1</module.ajsc.namespace.version>
+               <nexusproxy>https://nexus.openecomp.org</nexusproxy>
         <ajscRuntimeVersion>2.0.0</ajscRuntimeVersion>
 
                <!-- This will be the Absolute Root of the Project and should contain NO 
               <repository>
                          <id>ecomp-releases</id>
                           <name>ECOMP Release Repository</name>
-                         <url>https://nexus.openecomp.org/content/repositories</url>
+                         <url>${nexusproxy}/content/repositories/releases/</url>
                   </repository>
+               <repository>
+                   <id>ecomp-staging</id>
+                   <name>ECOMP Staging Repository</name>
+                   <url>${nexusproxy}/content/repositories/staging/</url>
+               </repository>
                   <repository>
                          <id>ecomp-snapshots</id>
                           <name>ECOMP Snapshot Repository</name>
                        </execution>
                        </executions>
                </plugin>        
+               <plugin>
+                   <groupId>org.sonatype.plugins</groupId>
+                   <artifactId>nexus-staging-maven-plugin</artifactId>
+                   <version>1.6.7</version>
+                   <extensions>true</extensions>
+                   <configuration>
+                       <nexusUrl>${nexusproxy}</nexusUrl>
+                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                       <serverId>ecomp-staging</serverId>
+                   </configuration>
+               </plugin>
        </plugins>
 </build>
 
 
 # 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_version=1702
+major_version=1
 minor_version=0
 load_number=0
-release_revision=0
 
 base_version=${major_version}.${minor_version}.${load_number}
 
 # Release must be completed with GIT information # in Jenkins
-release_version=${base_version}-${release_revision}
+release_version=${base_version}
 snapshot_version=${base_version}-SNAPSHOT