Hi Mukul, I had exactly this problem a couple weeks ago. The problem is that the Maven GIT SCM provider is not correctly rewriting your artifact version.
You need to upgrade the maven-release-plugin to version 2.5 in your pom.xml, which will bring in a new version of the Maven GIT SCM provider. Mark Adamcin http://adamcin.net/ On Fri, Apr 4, 2014 at 4:15 PM, Mukul Sharma <[email protected]>wrote: > Hello, > > I've been trying to publish the latest version of cloudtest-plugin ( > https://wiki.jenkins-ci.org/display/JENKINS/SOASTA+CloudTest+Plugin) for > the past few days but its not working. > > Maven is not checking in any changes to pom.xml file. > > Also, even though the process seems to be successful, the plugin never > makes it to the server. > > I've attached the log files. Can someone please take a look and let me > know whats wrong? > > Thanks, > > Mukul > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
