Brian, could you write a better message describing this commit. The current message doesn't seem to be correct.
[email protected] wrote: > Author: brianf > Date: Fri Feb 13 23:43:06 2009 > New Revision: 744288 > > URL: http://svn.apache.org/viewvc?rev=744288&view=rev > Log: > use the new parent > > Modified: > maven/pom/trunk/asf/pom.xml > maven/pom/trunk/maven/pom.xml > > Modified: maven/pom/trunk/asf/pom.xml > URL: > http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=744288&r1=744287&r2=744288&view=diff > ============================================================================== > --- maven/pom/trunk/asf/pom.xml (original) > +++ maven/pom/trunk/asf/pom.xml Fri Feb 13 23:43:06 2009 > @@ -52,23 +52,33 @@ > <repository> > <id>apache.snapshots</id> > <name>Apache Snapshot Repository</name> > - <url>http://people.apache.org/repo/m2-snapshot-repository</url> > + <url>http://repository.apache.org/content/groups/snapshots/</url> > <releases> > <enabled>false</enabled> > </releases> > </repository> > </repositories> > + <pluginRepositories> > + <pluginRepository> > + <id>apache.snapshots</id> > + <name>Apache Snapshot Repository</name> > + <url>http://repository.apache.org/content/groups/snapshots/</url> > + <releases> > + <enabled>false</enabled> > + </releases> > + </pluginRepository> > + </pluginRepositories> > <distributionManagement> > <!-- Site omitted - each project must provide their own --> > <repository> > - <id>apache.releases</id> > + <id>apache.releases.https</id> > <name>Apache Release Distribution Repository</name> > - > <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</url> > + > <url>https://repository.apache.org/service/local/staging/deploy/maven2/</url> > </repository> > <snapshotRepository> > - <id>apache.snapshots</id> > - <name>Apache Development Snapshot Repository</name> > - > <url>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url> > + <id>apache.snapshots.https</id> > + <name>${distMgmtSnapshotsName}</name> > + <url>${distMgmtSnapshotsUrl}</url> > </snapshotRepository> > </distributionManagement> > <mailingLists> > @@ -81,29 +91,10 @@ > </mailingList> > </mailingLists> > <properties> > + <distMgmtSnapshotsName>Apache Development Snapshot > Repository</distMgmtSnapshotsName> > + > <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> > > <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo> > </properties> > - <!-- > - <build> > - <plugins> > - <plugin> > - <artifactId>maven-remote-resources-plugin</artifactId> > - <configuration> > - <artifacts> > - > <artifact>org.apache:apache-distribution-resources:1.0-SNAPSHOT</artifact> > - </artifacts> > - </configuration> > - <executions> > - <execution> > - <goals> > - <goal>process</goal> > - </goals> > - </execution> > - </executions> > - </plugin> > - </plugins> > - </build> > - --> > <scm> > > <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/trunk/asf</connection> > > <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/trunk/asf</developerConnection> > > Modified: maven/pom/trunk/maven/pom.xml > URL: > http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=744288&r1=744287&r2=744288&view=diff > ============================================================================== > --- maven/pom/trunk/maven/pom.xml (original) > +++ maven/pom/trunk/maven/pom.xml Fri Feb 13 23:43:06 2009 > @@ -25,7 +25,7 @@ > <parent> > <groupId>org.apache</groupId> > <artifactId>apache</artifactId> > - <version>4</version> > + <version>5-SNAPSHOT</version> > <relativePath>../asf/pom.xml</relativePath> > </parent> > > @@ -510,7 +510,7 @@ > </scm> > <ciManagement> > <system>Hudson</system> > - <url>http://ci.sonatype.org</url> > + <url>http://grid.sonatype.org/ci</url> > <notifiers> > <notifier> > <type>mail</type> > @@ -521,15 +521,6 @@ > </notifiers> > </ciManagement> > <distributionManagement> > - <repository> > - <id>maven.staging</id> > - > <url>scp://people.apache.org/www/people.apache.org/builds/maven/${project.version}/staging-repo</url> > - </repository> > - <snapshotRepository> > - <id>apache.snapshots</id> > - <name>${distMgmtSnapshotsName}</name> > - <url>${distMgmtSnapshotsUrl}</url> > - </snapshotRepository> > <site> > <id>apache.website</id> > <url>scp://people.apache.org/www/maven.apache.org</url> > @@ -537,8 +528,6 @@ > </distributionManagement> > > <properties> > - <distMgmtSnapshotsName>Apache Development Snapshot > Repository</distMgmtSnapshotsName> > - > <distMgmtSnapshotsUrl>scp://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</distMgmtSnapshotsUrl> > <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> > </properties> > > > > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
