]> source.dussan.org Git - poi.git/commitdiff
update xmlbeans to 3.0.2
authorPJ Fanning <fanningpj@apache.org>
Sat, 27 Oct 2018 11:52:26 +0000 (11:52 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sat, 27 Oct 2018 11:52:26 +0000 (11:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1844955 13f79535-47bb-0310-9956-ffa450edef68

.classpath
build.gradle
build.xml
maven/poi-ooxml-schemas.pom
sonar/pom.xml

index 89d75f475b54c18438ba0aa40d67d33ca7cac539..44a0ea8cb59135f130ebb80a71597f701e5d130f 100644 (file)
@@ -18,7 +18,7 @@
        <classpathentry kind="lib" path="lib/ant-1.10.1.jar"/>
        <classpathentry kind="lib" path="lib/ant-launcher-1.10.1.jar"/>
        <classpathentry kind="lib" path="lib/log4j-1.2.17.jar"/>
-       <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.1.jar" sourcepath="ooxml-lib/xmlbeans-3.0.1.jar"/>
+       <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.2.jar" sourcepath="ooxml-lib/xmlbeans-3.0.2.jar"/>
        <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/>
        <classpathentry kind="lib" path="lib/junit-4.12.jar"/>
        <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.05.jar"/>
index 73dfa4b4aa68a71a44d32e969451c198818b44e2..4a0f9a6e6faefafdfa108c90ef750f53a3cbc27d 100644 (file)
@@ -225,7 +225,7 @@ project('ooxml') {
     compileJava.dependsOn 'ant-compile-ooxml-xsds'
 
     dependencies {
-        compile 'org.apache.xmlbeans:xmlbeans:3.0.1'
+        compile 'org.apache.xmlbeans:xmlbeans:3.0.2'
         compile 'org.apache.commons:commons-collections4:4.2'
         compile 'org.apache.commons:commons-math3:3.6.1'
         compile 'org.apache.commons:commons-compress:1.18'
index c55aff304715b4d5656e043aeb5aa5807e0abd30..afb9169a098d9b68e7b54da0f3b2d1a614527752 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -213,9 +213,9 @@ under the License.
     <property name="ooxml.curvesapi.jar" location="${ooxml.lib}/curvesapi-1.05.jar"/>
     <property name="ooxml.curvesapi.url"
               value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.05/curvesapi-1.05.jar"/>
-    <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.1.jar"/>
+    <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.0.2.jar"/>
     <property name="ooxml.xmlbeans.url"
-              value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.1/xmlbeans-3.0.1.jar"/>
+              value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.2/xmlbeans-3.0.2.jar"/>
     <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.18.jar"/>
     <property name="ooxml.commons-compress.url"
               value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.18/commons-compress-1.18.jar"/>
@@ -671,6 +671,7 @@ under the License.
                 <include name="curvesapi-1.04.jar"/>
                 <include name="xmlbeans-2.*.jar"/>
                 <include name="xmlbeans-3.0.0.jar"/>
+                <include name="xmlbeans-3.0.1.jar"/>
             </fileset>
             <fileset dir="${compile.lib}">
                 <include name="xercesImpl-*.jar"/>
index bff66dfb6e9c7ff97077a2cd8a309934dada1524..93351edc3d2111869652e00c0d892139b90422d4 100644 (file)
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.apache.xmlbeans</groupId>
       <artifactId>xmlbeans</artifactId>
-      <version>3.0.1</version>
+      <version>3.0.2</version>
     </dependency>
   </dependencies>
 </project>
index 9a184a138a10452aeb709d46db81486c77a99dae..0316403a05fa186196b501ae51b3a574179ee4e8 100644 (file)
@@ -72,7 +72,7 @@
         <sonar.scm.disabled>true</sonar.scm.disabled>
 
         <!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
-        <xmlbeans.version>3.0.1</xmlbeans.version>
+        <xmlbeans.version>3.0.2</xmlbeans.version>
         <junit.version>4.12</junit.version>
         <xmlunit.version>2.5.1</xmlunit.version>
         <mockito.version>2.13.0</mockito.version>