On 19 September 2011 16:17, Rex Wang <[email protected]> wrote: > hi Jeremy, > in application 0.2.2-SNAPSHOT 's pom, I see: > <dependency> > <groupId>org.apache.aries</groupId> > <artifactId>org.apache.aries.util</artifactId> > <version>0.2.1-SNAPSHOT</version> > </dependency> > > So I think I have to firstly release util, and than modify the version in > application's pom and then start the release of application 0.2.2. Is there > any secret recipe to run them parallel? >
For 0.1-incubating I managed to stage multiple modules in a single staging repo. I don't recall doing any trickery, but I think I populated the staging repo with all the releases of the modules I was releasing, before closing it. I guess you've closed your orgapachearies-062 repo now. You might might want to try pointing your .m2/settings.xml at your staging repo to fool it into thinking util 0.2.1 is released in order to get it to create an RC of application 0.2.2. > -Rex > > 2011/9/19 Jeremy Hughes <[email protected]> > >> Hi Rex, >> >> On 15 September 2011 02:17, Rex Wang <[email protected]> wrote: >> > Hi Devs, >> > >> > org.apache.aries.util-0.2.1 is a dependency to release Aries application >> > 0.2.2. This is a bug-fix release which includes the fix for: >> >> Just to let you know, you could run a vote on application 0.2.2 RC >> artifacts at the same time (and if they were cut at the same time they >> could have been included on the same vote thread). btw: I'm looking at >> the util RC now :-) >> >> > ARIES-667: OBRAriesResolver can return bundle information for bundles >> with >> > higher version than expected >> > >> > The components up for vote are: >> > >> https://repository.apache.org/content/repositories/orgapachearies-062/org/apache/aries/org.apache.aries.util/0.2.1/org.apache.aries.util-0.2.1-source-release.zip >> > >> https://repository.apache.org/content/repositories/orgapachearies-062/org/apache/aries/org.apache.aries.util/0.2.1/org.apache.aries.util-0.2.1-source-release.tar.gz >> > >> > from the staging repository at: >> > https://repository.apache.org/content/repositories/orgapachearies-062 >> > >> > The tag is: >> > http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.util-0.2.1/ >> > >> > Vote will be open for 72 hours. >> > >> > [ ] +1 approve >> > [ ] +0 no opinion >> > [ ] -1 disapprove (and reason why) >> > >> > >> > thanks, >> > -- >> > Lei Wang (Rex) >> > rwonly AT apache.org >> > >> > > > > -- > Lei Wang (Rex) > rwonly AT apache.org >
