You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/05/28 04:27:59 UTC

svn commit: r779405 - /maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Author: jdcasey
Date: Thu May 28 02:27:58 2009
New Revision: 779405

URL: http://svn.apache.org/viewvc?rev=779405&view=rev
Log:
update parent to get proper distMgmt

Modified:
    maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml

Modified: maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml?rev=779405&r1=779404&r2=779405&view=diff
==============================================================================
--- maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml (original)
+++ maven/plugins/branches/maven-assembly-plugin-2.2-beta-4/pom.xml Thu May 28 02:27:58 2009
@@ -21,15 +21,15 @@
 
 <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-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>12</version>
+    <version>13</version>
   </parent>
 
   <artifactId>maven-assembly-plugin</artifactId>
-  <version>2.2-beta-5-SNAPSHOT</version>
+  <version>2.2-beta-4-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Maven Assembly Plugin</name>