Hi Jason, Does it mean there'll only be releases of the embedder when there are releases of the Maven core release? Say you add profile support to the embedder and you want to release again the embedder in two day's time. What would you call the new version? 2.0.2? But then it'll no longer match other dependencies version... :-)
I think that as soon as you decide to release the items separately then they must have separate version numbers as well. WDYT? What is the strategy for the other components/plugins? Thanks -Vincent > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: vendredi 4 novembre 2005 17:12 > To: commits@maven.apache.org > Subject: svn commit: r330832 - /maven/components/trunk/maven- > embedder/pom.xml > > Author: jvanzyl > Date: Fri Nov 4 08:11:45 2005 > New Revision: 330832 > > URL: http://svn.apache.org/viewcvs?rev=330832&view=rev > Log: > o this should really be called 2.0.1-SNAPSHOT as that's what the > dependencies are on. > > Modified: > maven/components/trunk/maven-embedder/pom.xml > > Modified: maven/components/trunk/maven-embedder/pom.xml > URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven- > embedder/pom.xml?rev=330832&r1=330831&r2=330832&view=diff > ========================================================================== > ==== > --- maven/components/trunk/maven-embedder/pom.xml (original) > +++ maven/components/trunk/maven-embedder/pom.xml Fri Nov 4 08:11:45 2005 > @@ -8,7 +8,7 @@ > <groupId>org.apache.maven</groupId> > <artifactId>maven-embedder</artifactId> > <name>Maven Embedder</name> > - <version>2.0</version> > + <version>2.0.1-SNAPSHOT</version> > > <properties> > <mavenVersion>2.0.1-SNAPSHOT</mavenVersion> > @@ -153,10 +153,4 @@ > </plugin> > </plugins> > </reporting> > - <distributionManagement> > - <site> > - <id>website</id> > - <url>scp://minotaur.apache.org//www/maven.apache.org/m2</url> > - </site> > - </distributionManagement> > </project> > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]