"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "parent/pom.xml" between
pdfbox-2.0.23-src.zip and pdfbox-2.0.24-src.zip

About: Apache PDFBox is a Java PDF library tool that allows creation of new PDF documents, manipulation of existing documents and the ability to extract content from documents.

pom.xml  (pdfbox-2.0.23-src):pom.xml  (pdfbox-2.0.24-src)
skipping to change at line 36 skipping to change at line 36
<!-- don't increase number without investigation of the diffs <!-- don't increase number without investigation of the diffs
https://maven.apache.org/pom/asf/ due to failure to build on jdk6 - -> https://maven.apache.org/pom/asf/ due to failure to build on jdk6 - ->
<version>19</version> <version>19</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.apache.pdfbox</groupId> <groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox-parent</artifactId> <artifactId>pdfbox-parent</artifactId>
<version>2.0.23</version> <version>2.0.24</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>PDFBox parent</name> <name>PDFBox parent</name>
<inceptionYear>2002</inceptionYear> <inceptionYear>2002</inceptionYear>
<organization> <organization>
<name>The Apache Software Foundation</name> <name>The Apache Software Foundation</name>
<url>http://pdfbox.apache.org</url> <url>http://pdfbox.apache.org</url>
</organization> </organization>
skipping to change at line 78 skipping to change at line 78
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-logging</groupId> <groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>
<version>1.2</version> <version>1.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-io</groupId> <groupId>commons-io</groupId>
<artifactId>commons-io</artifactId> <artifactId>commons-io</artifactId>
<version>2.8.0</version> <version>2.9.0</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId> <artifactId>bcprov-jdk15on</artifactId>
<version>${bouncycastle.version}</version> <version>${bouncycastle.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bouncycastle</groupId> <groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15on</artifactId> <artifactId>bcmail-jdk15on</artifactId>
skipping to change at line 187 skipping to change at line 187
</profile> </profile>
<profile> <profile>
<id>pedantic</id> <id>pedantic</id>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<configuration> <configuration>
<systemPropertyVariables> <systemPropertyVariables>
<!-- we don't want to DoS the TSA server, thus w e test this only in pedantic mode --> <!-- we don't want to DoS the TSA server, thus w e test this only in pedantic mode -->
<org.apache.pdfbox.examples.pdmodel.tsa>https:// freetsa.org/tsr</org.apache.pdfbox.examples.pdmodel.tsa> <org.apache.pdfbox.examples.pdmodel.tsa>http://t ime.certum.pl</org.apache.pdfbox.examples.pdmodel.tsa>
</systemPropertyVariables> </systemPropertyVariables>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.rat</groupId> <groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<executions> <executions>
<execution> <execution>
<phase>verify</phase> <phase>verify</phase>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.owasp</groupId> <groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId> <artifactId>dependency-check-maven</artifactId>
<version>6.1.2</version> <version>6.1.6</version>
<configuration> <configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVul nerability> <failBuildOnAnyVulnerability>true</failBuildOnAnyVul nerability>
<!-- https://github.com/jeremylong/DependencyCheck/i ssues/1574 --> <!-- https://github.com/jeremylong/DependencyCheck/i ssues/1574 -->
<skipSystemScope>true</skipSystemScope> <skipSystemScope>true</skipSystemScope>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<goals> <goals>
<goal>check</goal> <goal>check</goal>
</goals> </goals>
skipping to change at line 360 skipping to change at line 360
<artifactId>apache-rat-plugin</artifactId> <artifactId>apache-rat-plugin</artifactId>
<configuration> <configuration>
<excludes> <excludes>
<exclude>release.properties</exclude> <exclude>release.properties</exclude>
</excludes> </excludes>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.felix</groupId> <groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId> <artifactId>maven-bundle-plugin</artifactId>
<!-- don't upgrade to 3.0.x as long as we have to ensure jdk <!-- don't upgrade to 4.0.x as long as we have to ensure jdk
6 compatibility --> 7 compatibility -->
<version>2.5.4</version> <version>3.5.1</version>
</plugin> </plugin>
<plugin> <plugin>
<!-- default version 2.20.1 doesn't work with jdk11 --> <!-- default version 2.20.1 doesn't work with jdk11 -->
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version> <version>2.22.2</version>
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
</build> </build>
skipping to change at line 538 skipping to change at line 538
<developer> <developer>
<id>jukka</id> <id>jukka</id>
<name>Jukka Zitting</name> <name>Jukka Zitting</name>
<roles> <roles>
<role>Emeritus PMC Member</role> <role>Emeritus PMC Member</role>
</roles> </roles>
</developer> </developer>
</developers> </developers>
<scm> <scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/2.0.23/pd <connection>scm:svn:http://svn.apache.org/repos/asf/maven/pom/tags/2.0.24/pd
fbox-parent</connection> fbox-parent</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/pom/tags
/2.0.23/pdfbox-parent</developerConnection> /2.0.24/pdfbox-parent</developerConnection>
<url>http://svn.apache.org/viewvc/maven/pom/tags/2.0.23/pdfbox-parent</url> <url>http://svn.apache.org/viewvc/maven/pom/tags/2.0.24/pdfbox-parent</url>
</scm> </scm>
</project> </project>
 End of changes. 6 change blocks. 
12 lines changed or deleted 12 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)