Author: centic
Date: Fri Sep 15 18:39:37 2017
New Revision: 1808474
URL: http://svn.apache.org/viewvc?rev=1808474&view=rev
Log:
Adjust Maven pom.xml for 4.0, Java 8 and newer third party libs
Modified:
poi/trunk/sonar/examples/pom.xml
poi/trunk/sonar/excelant/pom.xml
poi/trunk/sonar/main/pom.xml
poi/trunk/sonar/ooxml-schema-encryption/pom.xml
poi/trunk/sonar/ooxml-schema-security/pom.xml
poi/trunk/sonar/ooxml-schema/pom.xml
poi/trunk/sonar/ooxml/pom.xml
poi/trunk/sonar/pom.xml
poi/trunk/sonar/scratchpad/pom.xml
Modified: poi/trunk/sonar/examples/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/examples/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/examples/pom.xml (original)
+++ poi/trunk/sonar/examples/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>poi-examples</artifactId>
<packaging>jar</packaging>
Modified: poi/trunk/sonar/excelant/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/excelant/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/excelant/pom.xml (original)
+++ poi/trunk/sonar/excelant/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>poi-excelant</artifactId>
<packaging>jar</packaging>
@@ -108,7 +108,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
- <version>1.8.2</version>
+ <version>1.10.1</version>
</dependency>
</dependencies>
</project>
Modified: poi/trunk/sonar/main/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/main/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/main/pom.xml (original)
+++ poi/trunk/sonar/main/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>poi-main</artifactId>
<packaging>jar</packaging>
Modified: poi/trunk/sonar/ooxml-schema-encryption/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-encryption/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema-encryption/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema-encryption/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>poi-ooxml-schema-encryption</artifactId>
Modified: poi/trunk/sonar/ooxml-schema-security/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema-security/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema-security/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema-security/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>poi-ooxml-schema-security</artifactId>
Modified: poi/trunk/sonar/ooxml-schema/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml-schema/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml-schema/pom.xml (original)
+++ poi/trunk/sonar/ooxml-schema/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>poi-ooxml-schema</artifactId>
Modified: poi/trunk/sonar/ooxml/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/ooxml/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/ooxml/pom.xml (original)
+++ poi/trunk/sonar/ooxml/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>poi-ooxml</artifactId>
<packaging>jar</packaging>
@@ -142,17 +142,17 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
- <version>1.54</version>
+ <version>1.58</version>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
<artifactId>xmlsec</artifactId>
- <version>2.0.5</version>
+ <version>2.1.0</version>
</dependency>
<dependency>
<groupId>com.github.virtuald</groupId>
<artifactId>curvesapi</artifactId>
- <version>1.04</version>
+ <version>1.05</version>
</dependency>
<!-- non-test dependency for OOXMLLite -->
@@ -162,17 +162,16 @@
<version>${junit.version}</version>
</dependency>
- <!-- Keep using 1.15 until we switch to Java 7 -->
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-core</artifactId>
- <version>1.15</version>
+ <version>1.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
- <version>1.15</version>
+ <version>1.19</version>
<scope>test</scope>
</dependency>
</dependencies>
Modified: poi/trunk/sonar/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/pom.xml (original)
+++ poi/trunk/sonar/pom.xml Fri Sep 15 18:39:37 2017
@@ -3,7 +3,7 @@
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
<packaging>pom</packaging>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
<name>Apache POI - the Java API for Microsoft Documents</name>
<description>Maven build of Apache POI for Sonar checks</description>
<url>http://poi.apache.org/</url>
@@ -81,8 +81,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
+ <source>1.8</source>
+ <target>1.8</target>
</configuration>
</plugin>
</plugins>
Modified: poi/trunk/sonar/scratchpad/pom.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/sonar/scratchpad/pom.xml?rev=1808474&r1=1808473&r2=1808474&view=diff
==============================================================================
--- poi/trunk/sonar/scratchpad/pom.xml (original)
+++ poi/trunk/sonar/scratchpad/pom.xml Fri Sep 15 18:39:37 2017
@@ -6,7 +6,7 @@
<parent>
<groupId>org.apache.poi</groupId>
<artifactId>poi-parent</artifactId>
- <version>3.18-beta1-SNAPSHOT</version>
+ <version>4.0-beta1-SNAPSHOT</version>
</parent>
<artifactId>poi-scratchpad</artifactId>
<packaging>jar</packaging>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]