Author: lehmi Date: Sat Oct 22 12:13:14 2011 New Revision: 1187699 URL: http://svn.apache.org/viewvc?rev=1187699&view=rev Log: PDFBOX-1144: updated pom to version 10 of apache parent pom, fixed some minor pom issues, added missing committers
Modified: pdfbox/trunk/parent/pom.xml pdfbox/trunk/pdfbox/pom.xml pdfbox/trunk/preflight/pom.xml Modified: pdfbox/trunk/parent/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1187699&r1=1187698&r2=1187699&view=diff ============================================================================== --- pdfbox/trunk/parent/pom.xml (original) +++ pdfbox/trunk/parent/pom.xml Sat Oct 22 12:13:14 2011 @@ -23,7 +23,7 @@ <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>6</version> + <version>10</version> <relativePath /> </parent> @@ -137,6 +137,13 @@ </roles> </developer> <developer> + <id>adam</id> + <name>Adam Nichols</name> + <roles> + <role>PMC Member</role> + </roles> + </developer> + <developer> <id>blitchfield</id> <name>Ben Litchfield</name> <roles> @@ -158,6 +165,20 @@ </roles> </developer> <developer> + <id>leleueri</id> + <name>Eric Leleu</name> + <roles> + <role>PMC Member</role> + </roles> + </developer> + <developer> + <id>gbailleul</id> + <name>Guillaume Bailleul</name> + <roles> + <role>PMC Member</role> + </roles> + </developer> + <developer> <id>jeremias</id> <name>Jeremias Maerki</name> <roles> @@ -179,6 +200,13 @@ </roles> </developer> <developer> + <id>kjackson</id> + <name>Kevin Jackson</name> + <roles> + <role>PMC Member</role> + </roles> + </developer> + <developer> <id>pkoch</id> <name>Phillipp Koch</name> <roles> Modified: pdfbox/trunk/pdfbox/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1187699&r1=1187698&r2=1187699&view=diff ============================================================================== --- pdfbox/trunk/pdfbox/pom.xml (original) +++ pdfbox/trunk/pdfbox/pom.xml Sat Oct 22 12:13:14 2011 @@ -97,9 +97,9 @@ <execution> <phase>generate-resources</phase> <configuration> - <tasks> + <target> <ant antfile="build.xml" target="get.adobefiles" /> - </tasks> + </target> </configuration> <goals> <goal>run</goal> Modified: pdfbox/trunk/preflight/pom.xml URL: http://svn.apache.org/viewvc/pdfbox/trunk/preflight/pom.xml?rev=1187699&r1=1187698&r2=1187699&view=diff ============================================================================== --- pdfbox/trunk/preflight/pom.xml (original) +++ pdfbox/trunk/preflight/pom.xml Sat Oct 22 12:13:14 2011 @@ -75,17 +75,6 @@ </excludes> </configuration> </execution> - </executions> - </plugin> - - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.9</version> - <configuration> - <skip>true</skip> - </configuration> - <executions> <execution> <id>surefire-itest</id> <phase>integration-test</phase> @@ -99,7 +88,7 @@ </includes> <systemPropertyVariables> <isartor.files>${isartor.files}</isartor.files> - <isartor.errors>${isartor.errors}</isartor.errors> + <isartor.errors>${isartor.errors}</isartor.errors> <invalid.files>${invalid.files}</invalid.files> <invalid.errors>${invalid.errors}</invalid.errors> <valid.files>${valid.files}</valid.files> @@ -108,8 +97,6 @@ </execution> </executions> </plugin> - - <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId>