Author: niallp
Date: Wed Mar 17 22:46:39 2010
New Revision: 924539
URL: http://svn.apache.org/viewvc?rev=924539&view=rev
Log:
Revert vetoed r923946
See http://markmail.org/message/jqiuleaw3522uaou
http://svn.apache.org/viewvc?view=revision&revision=923946
Modified:
commons/proper/daemon/trunk/pom.xml
Modified: commons/proper/daemon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=924539&r1=924538&r2=924539&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Wed Mar 17 22:46:39 2010
@@ -126,28 +126,6 @@
<tarLongFileMode>gnu</tarLongFileMode>
</configuration>
</plugin>
- <!-- Temporary fix until commons-parent is updated -->
- <plugin>
- <artifactId>maven-source-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
- <!-- Temporary fix until commons-parent is updated -->
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <configuration>
- <archive>
- <manifestEntries>
- <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
- </manifestEntries>
- </archive>
- </configuration>
- </plugin>
</plugins>
</build>