Author: vsiveton
Date: Tue Nov  3 13:37:15 2009
New Revision: 832412

URL: http://svn.apache.org/viewvc?rev=832412&view=rev
Log:
o bump to latest parent

Removed:
    maven/shared/branches/maven-reporting-impl-2.0.4.x/src/main/assembly/
Modified:
    maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml

Modified: maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml?rev=832412&r1=832411&r2=832412&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml Tue Nov  3 
13:37:15 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>11</version>
+    <version>14</version>
   </parent>
 
   <groupId>org.apache.maven.reporting</groupId>
@@ -116,53 +116,16 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-
+  
   <build>
     <pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>2.0</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2-beta-4</version>
+          <version>2.0.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
   </build>
-
-  <profiles>
-    <profile>
-      <id>release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <!-- Using this plugin configuration to produce a buildable 
project source distro,
-                 per the discussion on memb...@asf regarding what constitutes 
a valid release.
-            -->
-            <artifactId>maven-assembly-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>make-project-src-distro</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>single</goal>
-                </goals>
-                <configuration>
-                  <descriptors>
-                   
<descriptor>src/main/assembly/source-release.xml</descriptor>
-                  </descriptors>
-                  <tarLongFileMode>gnu</tarLongFileMode>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-  </profiles>
-
 </project>
\ No newline at end of file


Reply via email to