On 4 June 2013 12:54, William Speirs <wspe...@apache.org> wrote: > My confusion, it says in those directions to remove the -SNAPSHOT from the > version. That's exactly what I did. So then I shouldn't submit that to > trunk? I thought you were supposed to get everything setup in trunk then > simply svn copy that to your tag.
Not quite; you get everything set up in your clean workspace which is then copied to the SVN tag. You don't commit the changes to trunk. The tag is created from the workspace; as it says in the docs: >> Create the RC tag, by copying the tag workspace to SVN: svn copy foo-1.2-RC1 -m "Creating foo-1.2-RC1 tag" https://svn.apache.org/repos/asf/commons/proper/foo/tags/foo-1.2-RC1 << Note, this should be a clean workspace (see earlier in the docs). > If I were to start working on a python script that performed all of these > steps, so they can be verified by the community, and then submit that > alongside the source, would others find this helpful? The problem with using Python or Ruby or Perl etc is that developers then have to install another application. Ideally use Java or Maven or Ant that developers will have anyway. Besides, a better solution would be to get the Maven release plugin fixed so it uses the same approach. > Thanks... > > Bill- > On Jun 4, 2013 7:01 AM, "sebb" <seb...@gmail.com> wrote: > >> http://commons.apache.org/releases/prepare.html#Manual_Method >> >> On 4 June 2013 11:56, William Speirs <wspe...@apache.org> wrote: >> > Is there documentation about this somewhere? What should I have done? >> > >> > Thanks... >> > >> > Bill- >> > On Jun 4, 2013 5:02 AM, <s...@apache.org> wrote: >> > >> >> Author: sebb >> >> Date: Tue Jun 4 09:02:02 2013 >> >> New Revision: 1489347 >> >> >> >> URL: http://svn.apache.org/r1489347 >> >> Log: >> >> Only tags should use non-SNAPSHOT versions please >> >> >> >> Modified: >> >> commons/proper/dbutils/trunk/pom.xml >> >> >> >> Modified: commons/proper/dbutils/trunk/pom.xml >> >> URL: >> >> >> http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=1489347&r1=1489346&r2=1489347&view=diff >> >> >> >> >> ============================================================================== >> >> --- commons/proper/dbutils/trunk/pom.xml [utf-8] (original) >> >> +++ commons/proper/dbutils/trunk/pom.xml [utf-8] Tue Jun 4 09:02:02 >> 2013 >> >> @@ -24,7 +24,7 @@ >> >> <modelVersion>4.0.0</modelVersion> >> >> <groupId>commons-dbutils</groupId> >> >> <artifactId>commons-dbutils</artifactId> >> >> - <version>1.6</version> >> >> + <version>1.6-SNAPSHOT</version> >> >> <name>Commons DbUtils</name> >> >> >> >> <inceptionYear>2002</inceptionYear> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> 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