You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/09/16 11:57:50 UTC

svn commit: r289466 - /maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml

Author: brett
Date: Fri Sep 16 02:57:47 2005
New Revision: 289466

URL: http://svn.apache.org/viewcvs?rev=289466&view=rev
Log:
revert release - tagged wrong

Modified:
    maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml

Modified: maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml?rev=289466&r1=289465&r2=289466&view=diff
==============================================================================
--- maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml (original)
+++ maven/components/trunk/maven-plugins/maven-source-plugin/pom.xml Fri Sep 16 02:57:47 2005
@@ -1,20 +1,17 @@
-<project>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>maven-plugin-parent</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
     <version>2.0-beta-1</version>
   </parent>
-  <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-source-plugin</artifactId>
+  <version>2.0-beta-1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Source Plug-In</name>
-  <version>2.0-beta-2-SNAPSHOT</version>
   <dependencies>
     <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-project</artifactId>
-    </dependency>
-    <dependency>
       <groupId>plexus</groupId>
       <artifactId>plexus-archiver</artifactId>
       <version>1.0-alpha-1</version>
@@ -24,5 +21,9 @@
       <artifactId>plexus-container-default</artifactId>
       <scope>test</scope>
     </dependency>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-project</artifactId>
+    </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org