The problem is a issue of consistency. You didn't commit your changes to the POM files back to M2 hence it is impossible to checkout the *exact* M2 source code that the distribution represents.
My suggestion to you would be : if you check with svnversion you should have a single number as the result. i.e no local changes and your local checkout is up to date, from there you can build the artifacts. Even better: Check all your changes in. Check out a fresh version Ensure you have a clean mvn repo Build it. Verify it is then correct Tag that checkout as M2 Checkout the M2 tag Ensure you have a clean mvn repo Build it. Verify it is *STILL* correct finally delete all the spurious M2 tags. On 30/10/2007, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > Martin, > > Not sure I understood you. The only modifications I did was to update > the POMs to remove SNAPSHOT from the version. > > Regards, > > Rajith > > On 10/30/07, Martin Ritchie <[EMAIL PROTECTED]> wrote: > > Hey, Sorry for the delay. > > > > Rajith, your svn checkout wasn't up to date and had local modifications :( > > > > #Thu Oct 25 21:51:20 EDT 2007 > > qpid.version=1.0-incubating-M2 > > qpid.svnversion=588263\:588396M > > qpid.name=Qpid Broker > > #Thu Oct 25 21:51:29 EDT 2007 > > qpid.version=1.0-incubating-M2 > > qpid.svnversion=588263\:588396M > > qpid.name=Qpid Client > > #Thu Oct 25 21:51:08 EDT 2007 > > qpid.version=1.0-incubating-M2 > > qpid.svnversion=588263\:588396M > > qpid.name=Qpid Common Utilities > > > > > > > > > > > > On 29/10/2007, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > > > Is everybody happy with the RC? > > > Can the interested parties please voice their concerns before end of > > > day today (EST). > > > > > > If I don't hear anything, I am going to start the vote again on > > > Tuesday morning (EST). > > > > > > Regards, > > > > > > Rajith Attapattu > > > Red Hat > > > Blog http://mutlix.blogspot.com/ > > > > > > On 10/26/07, Rajith Attapattu <[EMAIL PROTECTED]> wrote: > > > > Folks, > > > > > > > > Finally after several tries I was able to upload the java RC's to the > > > > release folder. > > > > I have changed the release notes for M2 and and updated the POMs. > > > > > > > > Please verify them and we can start the vote again. > > > > > > > > The signed artifacts for the M2 final release is available at > > > > http://people.apache.org/~rajith/qpid-release/M2/Final/ > > > > > > > > The keys are located at, > > > > https://svn.apache.org/repos/asf/incubator/qpid/tags/M2/Final/java/KEYS > > > > > > > > All artifacts can be downloaded as a single tar file at, > > > > http://people.apache.org/~rajith/qpid-release/M2/Final/Final.tar.gz > > > > > > > > The release artifacts can be built using the following tag, > > > > https://svn.apache.org/repos/asf/incubator/qpid/tags/M2/Final/ > > > > > > > > Regards, > > > > > > > > Rajith Attapattu > > > > Red Hat. > > > > > > > > > > > > > -- > > Martin Ritchie > > > > > -- > Rajith Attapattu > Red Hat > Blog http://mutlix.blogspot.com/ > -- Martin Ritchie
