Add version.properties for beijing release 53/50753/2
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 6 Jun 2018 18:01:59 +0000 (11:01 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Wed, 6 Jun 2018 18:07:16 +0000 (11:07 -0700)
Add version.properties file for beijing release

Issue-ID: AAF-330
Change-Id: Idddddfb2cb38975874698e1604c64f3a34307975
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
sms-client/java/pom.xml
sms-client/java/version.properties [new file with mode: 0644]

index f618277..6609285 100644 (file)
     </dependencies>
     <build>
         <plugins>
+            <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <configuration>
+                                       <skip>false</skip>
+                               </configuration>
+                       </plugin>
+            <plugin>
+                               <groupId>org.sonatype.plugins</groupId>
+                               <artifactId>nexus-staging-maven-plugin</artifactId>
+                               <extensions>true</extensions>
+                               <configuration>
+                                       <nexusUrl>${nexusproxy}</nexusUrl>
+                                       <stagingProfileId>176c31dfe190a</stagingProfileId>
+                                       <serverId>ecomp-staging</serverId>
+                               </configuration>
+                       </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
diff --git a/sms-client/java/version.properties b/sms-client/java/version.properties
new file mode 100644 (file)
index 0000000..b07122b
--- /dev/null
@@ -0,0 +1,9 @@
+major=2
+minor=0
+patch=0
+
+base_version=${major}.${minor}.${patch}
+
+# Release must be completed with git revision # in Jenkins
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file