On Fri, Nov 13, 2009 at 4:38 PM, Henrib <hbies...@gmail.com> wrote: > > I'm stuck trying to create an RC1 for JEXL-2.0. > I've followed each step of the procedure described at > http://wiki.apache.org/commons/CreatingReleases .
I never use the release plugin for components (only parent pom) - so I would give up on that and just do it manually. 1) Commit updates to the version numbers in pom.xml, build.xml, project.xml from 2.0-SNAPSHOT to 2.0 2) Tag JEXL_2.0_RC1 3) Check out the JEXL_2.0_RC1 tag 4) Run the following maven command: mvn -Prc install 5) Upload the artifacts for review [Note: using "install" rather than "package" in the m2 command causes the md5/sha files to get created and put in your local repo - target has everything else except that] Niall > When performing the mvn -prc release:prepare , it gets stuck on [gpg:sign > {execution: sign-artifacts}] with commons-parent version 12; with > commons-parent version 11, it gets further but stops at: > [ERROR] BUILD FAILURE > ... > svn: Commit failed (details follow): > svn: File > '/repos/asf/commons/proper/jexl/tags/JEXL_2_0_RC1/src/main/assembly/src.xml' > already exists > > Any hint/advice/help ? > Thanks > Henrib > > (PS: for info, Java 5 running on OSX 10.6.2: > Hornet:jexl-2.0 henri$ java -version > java version "1.5.0_19" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_19-b02-304) > Java HotSpot(TM) Client VM (build 1.5.0_19-137, mixed mode, sharing) > Hornet:jexl-2.0 henri$ uname -a > Darwin Hornet.local 10.2.0 Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 > PST 2009; root:xnu-1486.2.11~1/RELEASE_I386 i386 > Hornet:jexl-2.0 henri$ > ) > > > -- > View this message in context: > http://old.nabble.com/Help-cutting-JEXL-2.0-RC1-needed-tp26339499p26339499.html > Sent from the Commons - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org