henning 2004/08/22 17:31:38 Modified: extensions/maven-plugin project.properties project.xml Log: Distribution to www.apache.org works for all committers Revision Changes Path 1.6 +7 -6 jakarta-turbine-2/extensions/maven-plugin/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/project.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- project.properties 10 Aug 2004 13:09:55 -0000 1.5 +++ project.properties 23 Aug 2004 00:31:38 -0000 1.6 @@ -26,12 +26,13 @@ maven.multiproject.type=jar #======================================================================== -# You can uncomment this if you're willing to use the unofficial -# Turbine-specific jar repository at the Turbine site. This will -# contain all the jars needed to build Turbine, even if a jar -# is missing on ibiblio +# +# Maven building and deploy. These settings are for deployment to www.apache.org. +# If you are not an Turbine committer, you can safely ignore these. :-) +# #======================================================================== -maven.repo.remote=http://www.ibiblio.org/maven/,http://jakarta.apache.org/turbine/repo +maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/ +maven.remote.group=apcvs maven.checkstyle.format = turbine #maven.home = ${user.home}/maven 1.9 +4 -3 jakarta-turbine-2/extensions/maven-plugin/project.xml Index: project.xml =================================================================== RCS file: /home/cvs/jakarta-turbine-2/extensions/maven-plugin/project.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- project.xml 23 Aug 2004 00:27:14 -0000 1.8 +++ project.xml 23 Aug 2004 00:31:38 -0000 1.9 @@ -30,7 +30,7 @@ <id>maven-turbine-plugin</id> <name>Maven Environment for Turbine Applications Plugin</name> <groupId>turbine</groupId> - <currentVersion>1.2-rc1</currentVersion> + <currentVersion>1.2-rc2-dev</currentVersion> <organization> <name>Apache Software Foundation</name> <url>http://jakarta.apache.org/</url> @@ -48,7 +48,8 @@ <issueTrackingUrl>http://issues.apache.org/scarab/issues</issueTrackingUrl> <siteAddress>jakarta.apache.org</siteAddress> <siteDirectory>/www/jakarta.apache.org/turbine/meta/</siteDirectory> - <distributionDirectory>/www/www.apache.org/dist/jakarta/turbine/</distributionDirectory> + <distributionSite>www.apache.org</distributionSite> + <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory> <repository> <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/home/cvspublic:jakarta-turbine-2/extensions/maven-plugin</connection> <developerConnection>scm:cvs:ext:[EMAIL PROTECTED]:/home/cvs:jakarta-turbine-2/extensions/maven-plugin</developerConnection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
