plexus-utils/plexus-utils-remove-release-plugin.patch

17 lines
545 B
Diff
Raw Normal View History

2010-05-05 09:52:06 +00:00
--- plexus-utils-2.0.5/pom.xml.orig 2010-05-05 10:35:10.289442289 +0100
+++ plexus-utils-2.0.5/pom.xml 2010-05-05 10:35:37.167378010 +0100
@@ -76,13 +76,6 @@
</systemProperties>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <tagBase>https://svn.codehaus.org/plexus/plexus-utils/tags/</tagBase>
- </configuration>
- </plugin>
</plugins>
</build>
</project>