Author: ptahchiev Date: Sat Feb 2 12:21:53 2008 New Revision: 617882 URL: http://svn.apache.org/viewvc?rev=617882&view=rev Log: test
Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml?rev=617882&r1=617881&r2=617882&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/pom.xml Sat Feb 2 12:21:53 2008 @@ -156,9 +156,19 @@ </dependencyManagement> <distributionManagement> + <repository> + <id>apache.releases</id> + <name>Apache Release Distribution Repository</name> + <url>scp://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository</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> + </snapshotRepository> <site> - <id>cactus-server</id> - <name>Cactus Deployment Server</name> + <id>cactus-site</id> + <name>Cactus Deployment site</name> <url>scp://[EMAIL PROTECTED]:/x1/www/jakarta.apache.org/cactus/</url> </site> </distributionManagement> @@ -240,7 +250,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <tagBase>https://mamouth.svn.sourceforge.net/svnroot/mamouth/tags</tagBase> + <tagBase>file:////home/peter/tags/</tagBase> </configuration> </plugin> <plugin> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]