On 2011-01-01 22:17, ltheu...@apache.org wrote: > Author: ltheussl > Date: Sat Jan 1 21:17:27 2011 > New Revision: 1054291 > > URL: http://svn.apache.org/viewvc?rev=1054291&view=rev > Log: > use latest parent and site and pir plugins > > Modified: > maven/doxia/doxia-sitetools/trunk/pom.xml > maven/doxia/doxia-tools/trunk/pom.xml > > Modified: maven/doxia/doxia-sitetools/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1054291&r1=1054290&r2=1054291&view=diff > ============================================================================== > --- maven/doxia/doxia-sitetools/trunk/pom.xml (original) > +++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Jan 1 21:17:27 2011 > @@ -25,7 +25,7 @@ under the License. > <parent> > <groupId>org.apache.maven</groupId> > <artifactId>maven-parent</artifactId> > - <version>16</version> > + <version>19-SNAPSHOT</version> > <relativePath>../../pom/maven/pom.xml</relativePath> > </parent> > > @@ -36,7 +36,7 @@ under the License. > > <name>Doxia Sitetools</name> > <description>Doxia Sitetools generates sites, consisting of static and > dynamic content that was generated by Doxia.</description> > - <url>http://maven.apache.org/doxia/doxia-sitetools</url> > + <url>http://maven.apache.org/doxia/doxia-sitetools/</url> > <inceptionYear>2005</inceptionYear> > > <mailingLists> > @@ -271,6 +271,7 @@ under the License. > </plugin> > <plugin> > <artifactId>maven-site-plugin</artifactId> > + <version>2.3-SNAPSHOT</version> > <configuration> > > <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-sitetools-${project.version}</stagingSiteURL> > </configuration>
This produces a chicken-and-egg problem, since Site Plugin 2.3-SNAPSHOT depends upon Doxia Sitetools 1.5-SNAPSHOT. We'll have to revert one of them to be able to release later on. > @@ -297,7 +298,7 @@ under the License. > <plugins> > <plugin> > <artifactId>maven-project-info-reports-plugin</artifactId> > - <version>2.1.2</version> > + <version>2.3.1</version> > </plugin> > </plugins> > </reporting> > > Modified: maven/doxia/doxia-tools/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/pom.xml?rev=1054291&r1=1054290&r2=1054291&view=diff > ============================================================================== > --- maven/doxia/doxia-tools/trunk/pom.xml (original) > +++ maven/doxia/doxia-tools/trunk/pom.xml Sat Jan 1 21:17:27 2011 > @@ -25,7 +25,7 @@ under the License. > <parent> > <groupId>org.apache.maven</groupId> > <artifactId>maven-parent</artifactId> > - <version>16</version> > + <version>19-SNAPSHOT</version> > <relativePath>../../pom/maven/pom.xml</relativePath> > </parent> > > @@ -36,7 +36,7 @@ under the License. > > <name>Doxia Tools</name> > <description>A set of tools for working with Doxia documents.</description> > - <url>http://maven.apache.org/doxia/doxia-tools</url> > + <url>http://maven.apache.org/doxia/doxia-tools/</url> > <inceptionYear>2005</inceptionYear> > > <mailingLists> > @@ -181,6 +181,7 @@ under the License. > </plugin> > <plugin> > <artifactId>maven-site-plugin</artifactId> > + <version>2.3-SNAPSHOT</version> > <configuration> > > <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/doxia/doxia-tools-${project.version}</stagingSiteURL> > </configuration> > > > -- Dennis Lundberg