Author: rdonkin
Date: Sun Mar 17 13:40:38 2013
New Revision: 1457447

URL: http://svn.apache.org/r1457447
Log:
As recommended in 
http://www.apache.org/dev/publishing-maven-artifacts.html#inherit-parent, 
inheriting distribution repositories from Apache parent pom

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1457447&r1=1457446&r2=1457447&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sun Mar 17 13:40:38 2013
@@ -72,12 +72,6 @@ agnostic home for software distribution 
     <rat.site.url>file:${rat.LocalSiteStaging}</rat.site.url>
     <rat.site.name>Apache Rat Website</rat.site.name>
     <rat.site.id>org.apache.rat.site</rat.site.id>
-    <rat.releases.id>apache.releases.https</rat.releases.id>
-    <rat.releases.name>Apache Release Distribution 
Repository</rat.releases.name>
-    
<rat.releases.url>https://repository.apache.org/service/local/staging/deploy/maven2</rat.releases.url>
-    <rat.snapshots.id>apache.snapshots.https</rat.snapshots.id>
-    <rat.snapshots.name>${distMgmtSnapshotsName}</rat.snapshots.name> <!-- 
Parent POM uses these properties -->
-    <rat.snapshots.url>${distMgmtSnapshotsUrl}</rat.snapshots.url>
 
     <!-- maven plugin versions -->
     <surefire.version>2.12.3</surefire.version>
@@ -451,18 +445,6 @@ agnostic home for software distribution 
       <name>${rat.site.name}</name>
       <url>${rat.site.url}</url>
     </site>
-
-    <repository>
-      <id>${rat.releases.id}</id>
-      <name>${rat.releases.name}</name>
-      <url>${rat.releases.url}</url>
-    </repository>
-
-    <snapshotRepository>
-      <id>${rat.snapshots.id}</id>
-      <name>${rat.snapshots.name}</name>
-      <url>${rat.snapshots.url}</url>
-    </snapshotRepository>
   </distributionManagement>
 
   <modules>


Reply via email to