Author: carlos
Date: Tue Apr  4 17:36:19 2006
New Revision: 391460

URL: http://svn.apache.org/viewcvs?rev=391460&view=rev
Log:
Use maven parent pom

Modified:
    maven/surefire/trunk/pom.xml
    maven/surefire/trunk/surefire-booter/pom.xml
    maven/surefire/trunk/surefire-site/pom.xml
    maven/surefire/trunk/surefire-site/src/site/site.xml
    maven/surefire/trunk/surefire/pom.xml

Modified: maven/surefire/trunk/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/pom.xml?rev=391460&r1=391459&r2=391460&view=diff
==============================================================================
--- maven/surefire/trunk/pom.xml (original)
+++ maven/surefire/trunk/pom.xml Tue Apr  4 17:36:19 2006
@@ -1,28 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <project>
+  <parent>
+    <artifactId>maven-parent</artifactId>
+    <groupId>org.apache.maven</groupId>
+    <version>2-SNAPSHOT</version>
+    <relativePath>../pom/maven/pom.xml</relativePath>
+  </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.surefire</groupId>
   <artifactId>surefire-root</artifactId>
   <packaging>pom</packaging>
   <name>SureFire Parent</name>
-  <version>1.1</version>
+  <version>1.2-SNAPSHOT</version>
   <description>Surefire is a test framework project.</description>
   <url>http://maven.apache.org/surefire</url>
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/SUREFIRE</url>
   </issueManagement>
-  <ciManagement>
-    <system>continuum</system>
-    <url></url>
-    <notifiers>
-      <notifier>
-        <type>email</type>
-        <address>[email protected]</address>
-      </notifier>
-    </notifiers>
-  </ciManagement>
   <inceptionYear>2004</inceptionYear>
   <mailingLists>
     <mailingList>
@@ -69,47 +65,6 @@
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/surefire/trunk/</developerConnection>
     <url>http://svn.apache.org/viewcvs.cgi/maven/surefire/trunk/</url>
   </scm>
-  <organization>
-    <name>Apache</name>
-    <url>http://www.apache.org/</url>
-  </organization>
-  <distributionManagement>
-    <repository>
-      <id>repo1</id>
-      <name>Maven Central Repository</name>
-      
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/to-ibiblio/maven2</url>
-    </repository>
-    <snapshotRepository>
-      <id>snapshots</id>
-      <name>Maven Central Development Repository</name>
-      
<url>scp://repo1.maven.org/home/projects/maven/repository-staging/snapshots/maven2</url>
-    </snapshotRepository>
-    <site>
-      <id>surefire</id>
-      <name>Surefire Site at Codehaus</name>
-      <url>scp://beaver.codehaus.org//home/projects/surefire/public_html</url>
-    </site>
-  </distributionManagement>
-  <repositories>
-    <repository>
-      <id>snapshots</id>
-      <name>Maven Snapshot Development Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </repository>
-  </repositories>
-  <pluginRepositories>
-    <pluginRepository>
-      <id>snapshots-plugins</id>
-      <name>Maven Snapshot Plugins Development Repository</name>
-      <url>http://snapshots.maven.codehaus.org/maven2/plugins</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
-  </pluginRepositories>
   <build>
     <pluginManagement>
       <plugins>
@@ -126,4 +81,10 @@
     <module>surefire</module>
     <module>surefire-booter</module>
   </modules>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/surefire</url>
+    </site>
+  </distributionManagement>
 </project>

Modified: maven/surefire/trunk/surefire-booter/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-booter/pom.xml?rev=391460&r1=391459&r2=391460&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-booter/pom.xml (original)
+++ maven/surefire/trunk/surefire-booter/pom.xml Tue Apr  4 17:36:19 2006
@@ -2,11 +2,12 @@
   <parent>
     <artifactId>surefire-root</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire-booter</artifactId>
   <name>SureFire Booter</name>
+  <description>Surefire is a test framework project. This is the booter 
library that starts up Surefire core.</description>
   <version>1.5.4-SNAPSHOT</version>
   <dependencies>
     <dependency>

Modified: maven/surefire/trunk/surefire-site/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-site/pom.xml?rev=391460&r1=391459&r2=391460&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-site/pom.xml (original)
+++ maven/surefire/trunk/surefire-site/pom.xml Tue Apr  4 17:36:19 2006
@@ -3,9 +3,9 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <parent>
-    <groupId>surefire</groupId>
+    <groupId>org.apache.maven.surefire</groupId>
     <artifactId>surefire-root</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
   <groupId>surefire</groupId>
   <artifactId>surefire-site</artifactId>
@@ -13,19 +13,10 @@
   <name>Surefire</name>
   <distributionManagement>
     <site>
-      <id>website</id>
-      <url>scpexe://minotaur.apache.org/www/maven.apache.org/surefire/</url>
+      <id>apache.website</id>
+      <url>scp://minotaur.apache.org/www/maven.apache.org/surefire</url>
     </site>
   </distributionManagement>
-   <build>
-    <extensions>
-      <extension>
-        <groupId>org.apache.maven.wagon</groupId>
-         <artifactId>wagon-ssh-external</artifactId>
-         <version>1.0-alpha-5</version>
-      </extension>
-    </extensions>
-  </build>
   <reporting>
     <!-- TODO: disable dependencies -->
     <plugins>

Modified: maven/surefire/trunk/surefire-site/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire-site/src/site/site.xml?rev=391460&r1=391459&r2=391460&view=diff
==============================================================================
--- maven/surefire/trunk/surefire-site/src/site/site.xml (original)
+++ maven/surefire/trunk/surefire-site/src/site/site.xml Tue Apr  4 17:36:19 
2006
@@ -19,6 +19,10 @@
       <item name="JXR" href="http://maven.apache.org/jxr"/>
       <item name="Doxia" href="http://maven.apache.org/doxia"/>
     </links>
+    <menu name="Modules">
+      <item name="Surefire" href="surefire/"/>
+      <item name="Surefire Booter" href="surefire-booter/"/>
+    </menu>
     ${reports}
   </body>
 </project>

Modified: maven/surefire/trunk/surefire/pom.xml
URL: 
http://svn.apache.org/viewcvs/maven/surefire/trunk/surefire/pom.xml?rev=391460&r1=391459&r2=391460&view=diff
==============================================================================
--- maven/surefire/trunk/surefire/pom.xml (original)
+++ maven/surefire/trunk/surefire/pom.xml Tue Apr  4 17:36:19 2006
@@ -2,11 +2,12 @@
   <parent>
     <artifactId>surefire-root</artifactId>
     <groupId>org.apache.maven.surefire</groupId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>surefire</artifactId>
   <name>SureFire</name>
+  <description>Surefire is a test framework project. This is the core library 
that support JUnit tests.</description>
   <version>1.5.4-SNAPSHOT</version>
   <dependencies>
     <dependency>


Reply via email to