Author: ggregory Date: Wed Sep 21 21:09:42 2011 New Revision: 1173862 URL: http://svn.apache.org/viewvc?rev=1173862&view=rev Log: Migrate to commons-parent 22.
Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1173862&r1=1173861&r2=1173862&view=diff ============================================================================== --- commons/proper/codec/trunk/pom.xml (original) +++ commons/proper/codec/trunk/pom.xml Wed Sep 21 21:09:42 2011 @@ -213,12 +213,6 @@ limitations under the License. <commons.javadoc.java.link>http://download.oracle.com/javase/1.5.0/docs/api/</commons.javadoc.java.link> </properties> <build> - <!-- Remove resources element when commons-parent 22 is out --> - <resources> - <resource> - <directory>src/main/resources</directory> - </resource> - </resources> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> @@ -247,7 +241,6 @@ limitations under the License. <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> - <!-- Remove descriptors element when commons-parent 22 is out? --> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor>