On Thu, Mar 01, 2012 at 02:58:58PM +0000, sebb wrote: > On 1 March 2012 13:12, Gilles Sadowski <gil...@harfang.homelinux.org> wrote: > > On Thu, Mar 01, 2012 at 12:49:56PM +0000, sebb wrote: > >> On 1 March 2012 12:19, <er...@apache.org> wrote: > >> > Author: erans > >> > Date: Thu Mar 1 12:19:30 2012 > >> > New Revision: 1295533 > >> > > >> > URL: http://svn.apache.org/viewvc?rev=1295533&view=rev > >> > Log: > >> > Removed files not to be included in CM 3.0. > >> > > >> > Removed: > >> > > >> > commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/PivotingQRDecomposition.java > >> > > >> > commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRDecompositionTest.java > >> > > >> > commons/proper/math/trunk/src/test/java/org/apache/commons/math3/linear/PivotingQRSolverTest.java > >> > > >> > commons/proper/math/trunk/src/test/java/org/apache/commons/math3/optimization/BatteryNISTTest.java > >> > Modified: > >> > commons/proper/math/trunk/pom.xml > >> > > >> > Modified: commons/proper/math/trunk/pom.xml > >> > URL: > >> > http://svn.apache.org/viewvc/commons/proper/math/trunk/pom.xml?rev=1295533&r1=1295532&r2=1295533&view=diff > >> > ============================================================================== > >> > --- commons/proper/math/trunk/pom.xml (original) > >> > +++ commons/proper/math/trunk/pom.xml Thu Mar 1 12:19:30 2012 > >> > @@ -24,7 +24,7 @@ > >> > <modelVersion>4.0.0</modelVersion> > >> > <groupId>org.apache.commons</groupId> > >> > <artifactId>commons-math3</artifactId> > >> > - <version>3.0-SNAPSHOT</version> > >> > + <version>3.0</version> > >> > >> -1 > >> > >> Don't change trunk to a non-SNAPSHOT version. > > > > Another important remark that should probably have stood out in the > > "UsingNexus" document. > > Not directly relevant;
My view is that it is quite relevant if you don't want people to make that mistake (again). Reading the document: ---CUT--- [...] Or using Maven: mvn versions:set -DnewVersion=3.1 -DgenerateBackupPoms=false [...] ---CUT--- it can only help to stress that "At this point you should be careful to not commit the changes made to the POM file (because the trunk should always build a snapshot version)." This is the sort of things that becomes obvious when you know it, but might not be so for someone who tries that for the first time. > if you use the methods suggested in the doc it > won't happen. What I see is that many things did not happen as they should... Anything that will make that document clearer and fail-safe should not be so lightly dismissed. > > [Incidently, shouldn't this document be named "ReleasePreparation" or > > something?] > > It was originally mainly about Nexus, but has grown. > > Needs re-organising into smaller chunks. +1 Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org