You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by de...@apache.org on 2009/01/27 00:13:46 UTC

svn commit: r737932 - in /maven/doxia/doxia/branches/doxia-1.0.x: ./ doxia-modules/pom.xml pom.xml

Author: dennisl
Date: Mon Jan 26 23:13:45 2009
New Revision: 737932

URL: http://svn.apache.org/viewvc?rev=737932&view=rev
Log:
o Revert the merge of r725783 from trunk, because the javadoc plugin failed after the merge.

Modified:
    maven/doxia/doxia/branches/doxia-1.0.x/   (props changed)
    maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml
    maven/doxia/doxia/branches/doxia-1.0.x/pom.xml

Propchange: maven/doxia/doxia/branches/doxia-1.0.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Jan 26 23:13:45 2009
@@ -1 +1 @@
-/maven/doxia/doxia/trunk:709883,725783
+/maven/doxia/doxia/trunk:709883

Modified: maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml?rev=737932&r1=737931&r2=737932&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/doxia-modules/pom.xml Mon Jan 26 23:13:45 2009
@@ -47,7 +47,7 @@
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-core</artifactId>
-      <type>test-jar</type>
+      <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
   </dependencies>

Modified: maven/doxia/doxia/branches/doxia-1.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/branches/doxia-1.0.x/pom.xml?rev=737932&r1=737931&r2=737932&view=diff
==============================================================================
--- maven/doxia/doxia/branches/doxia-1.0.x/pom.xml (original)
+++ maven/doxia/doxia/branches/doxia-1.0.x/pom.xml Mon Jan 26 23:13:45 2009
@@ -131,7 +131,7 @@
         <groupId>org.apache.maven.doxia</groupId>
         <artifactId>doxia-core</artifactId>
         <version>${projectVersion}</version>
-        <type>test-jar</type>
+        <classifier>tests</classifier>
       </dependency>
       <!-- Plexus -->
       <dependency>