]> source.dussan.org Git - poi.git/commitdiff
Update curvesapi to 1.04
authorDustin Spicuzza <virtuald@apache.org>
Mon, 30 May 2016 19:21:49 +0000 (19:21 +0000)
committerDustin Spicuzza <virtuald@apache.org>
Mon, 30 May 2016 19:21:49 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68

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

index e133168db4c4e999fd50c955bf88a026bef82fee..ae3f06128504063a83501af6259b3f7017a674aa 100644 (file)
@@ -21,7 +21,7 @@
        <classpathentry kind="lib" path="ooxml-lib/xmlbeans-2.6.0.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.03.jar"/>
+       <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.04.jar"/>
        <classpathentry kind="lib" path="ooxml-lib/ooxml-schemas-1.3.jar" sourcepath="ooxml-lib/ooxml-schemas-1.3-sources.jar"/>
        <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
index 72faf4578a560000ad77c624837c4ea8517e0cb0..aaacd652af5d7d28dbb071f5d5ba515464575c64 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -181,9 +181,9 @@ under the License.
     <property name="dsig.sl4j-api.url" value="${repository.m2}/maven2/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar"/>
 
     <!-- jars in the lib-ooxml directory, see the fetch-ooxml-jars target-->
-    <property name="ooxml.curvesapi.jar" location="${ooxml.lib}/curvesapi-1.03.jar"/>
+    <property name="ooxml.curvesapi.jar" location="${ooxml.lib}/curvesapi-1.04.jar"/>
     <property name="ooxml.curvesapi.url"
-              value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.03/curvesapi-1.03.jar"/>
+              value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.04/curvesapi-1.04.jar"/>
     <property name="ooxml.xmlbeans23.jar" location="${ooxml.lib}/xmlbeans-2.3.0.jar"/>
     <property name="ooxml.xmlbeans23.url"
               value="${repository.m2}/maven2/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar"/>
index 641934693ffffdb3a2bad1db755228f548c18d1b..0f3cdb1d51616432e4c4a1d6c532721d1198fa36 100644 (file)
@@ -72,7 +72,7 @@
     <dependency>
        <groupId>com.github.virtuald</groupId>
        <artifactId>curvesapi</artifactId>
-       <version>1.03</version>
+       <version>1.04</version>
     </dependency>
   </dependencies>
 </project>
index c85cada4383bcfac1792b8d57a24ba56f6acb2df..d83aab2034abee925730e577fe5198e5e09f3583 100644 (file)
                <dependency>
                        <groupId>com.github.virtuald</groupId>
                        <artifactId>curvesapi</artifactId>
-                       <version>1.03</version>
+                       <version>1.04</version>
                </dependency>
   
                <!-- non-test dependency for OOXMLLite -->