You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by sg...@apache.org on 2011/11/08 03:44:37 UTC

svn commit: r1199073 - /turbine/maven/turbine-parent/trunk/pom.xml

Author: sgoeschl
Date: Tue Nov  8 02:44:36 2011
New Revision: 1199073

URL: http://svn.apache.org/viewvc?rev=1199073&view=rev
Log:
Removed the remaining fulcrum references

Modified:
    turbine/maven/turbine-parent/trunk/pom.xml

Modified: turbine/maven/turbine-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/turbine/maven/turbine-parent/trunk/pom.xml?rev=1199073&r1=1199072&r2=1199073&view=diff
==============================================================================
--- turbine/maven/turbine-parent/trunk/pom.xml (original)
+++ turbine/maven/turbine-parent/trunk/pom.xml Tue Nov  8 02:44:36 2011
@@ -59,7 +59,7 @@
 
   <!--
     This section *must* be overwritten by subprojects. It is only to allow
-    a release of the fulcrum-parent POM.
+    a release of the turbine-parent POM.
   -->
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/turbine/maven/trunk/turbuine-parent</connection>
@@ -422,6 +422,7 @@
   </reporting>
 
   <profiles>
+
     <profile>
       <id>ci</id>
       <distributionManagement>
@@ -501,15 +502,15 @@
       <id>rc</id>
       <distributionManagement>
         <repository>
-          <id>apache.snapshots</id>
-          <name>Apache Development Snapshot Repository</name>
-          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/fulcrum/${turbine.componentid}/${turbine.release.version}/${turbine.rc.version}/staged</url>
+          <id>apache.releases</id>
+          <name>Apache Turbine Release Candidate Staging Repository</name>
+          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/core/${turbine.release.version}/${turbine.rc.version}/staged</url>
         </repository>
-        <snapshotRepository>
-          <id>apache.snapshots</id>
-          <name>Apache Development Snapshot Repository</name>
-          <url>${turbine.deployment.protocol}://people.apache.org/www/people.apache.org/repo/m2-snapshot-repository</url>
-        </snapshotRepository>
+        <site>
+          <id>apache.website</id>
+          <name>Apache Turbine Release Candidate Staging Site</name>
+          <url>${turbine.deployment.protocol}://people.apache.org/www/turbine.apache.org/builds/turbine/core/${turbine.release.version}/${turbine.rc.version}/site</url>
+        </site>
       </distributionManagement>
       <build>
         <plugins>
@@ -611,9 +612,6 @@
     <turbine.jxr.version>2.3</turbine.jxr.version>
     <turbine.project-info.version>2.4</turbine.project-info.version>
 
-    <!-- Fulcrum Component Id -->
-    <turbine.componentid>${project.artifactId}</turbine.componentid>
-
     <!--
       Make the deployment protocol pluggable. This allows to switch to
       other protocols like scpexe, turbine.ch some users prefer over scp.