Author: olamy
Date: Thu Sep 10 21:49:40 2009
New Revision: 813602
URL: http://svn.apache.org/viewvc?rev=813602&view=rev
Log:
release stuff is now coming from the parent pom.
Removed:
maven/shared/trunk/maven-filtering/src/main/assembly/
Modified:
maven/shared/trunk/maven-filtering/pom.xml
Modified: maven/shared/trunk/maven-filtering/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-filtering/pom.xml?rev=813602&r1=813601&r2=813602&view=diff
==============================================================================
--- maven/shared/trunk/maven-filtering/pom.xml (original)
+++ maven/shared/trunk/maven-filtering/pom.xml Thu Sep 10 21:49:40 2009
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-shared-components</artifactId>
- <version>11</version>
+ <version>12-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.shared</groupId>
@@ -132,35 +132,5 @@
</plugin>
</plugins>
</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>