Preparing for maven staging releases 93/1693/1
authorPatrick Brady <pb071s@att.com>
Mon, 6 Mar 2017 20:06:38 +0000 (12:06 -0800)
committerPatrick Brady <pb071s@att.com>
Mon, 6 Mar 2017 20:07:51 +0000 (12:07 -0800)
Changing version in version.properties file to 1.0.0.
Adding maven staging plugin to pom file.

Change-Id: Ifeee32f8af6f0b07dd9782629b1c4fe939a07840
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index c3f0aed..4ad304f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     </pluginRepositories>
     <build>
         <plugins>
+            <!--maven staging 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>
             <!-- blackduck maven plugin -->
             <plugin>
                 <groupId>com.blackducksoftware.integration</groupId>
         <name>OpenECOMP</name>
     </organization>
     <version>1.0.0-SNAPSHOT</version>
-</project>
\ No newline at end of file
+</project>
index 7092503..feea708 100644 (file)
@@ -3,9 +3,9 @@
 # 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
 
-release_name=0
+release_name=1
 sprint_number=0
-feature_revision=1
+feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}