]> source.dussan.org Git - poi.git/commitdiff
use released version of xmlbeans 3.1.0
authorPJ Fanning <fanningpj@apache.org>
Tue, 26 Mar 2019 23:41:53 +0000 (23:41 +0000)
committerPJ Fanning <fanningpj@apache.org>
Tue, 26 Mar 2019 23:41:53 +0000 (23:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856354 13f79535-47bb-0310-9956-ffa450edef68

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

index ba088366d595d4ae4d359db489a3d5fbba9ef187..9c935f22e1ba41246fc08ddfc1d777d2886649ee 100644 (file)
@@ -105,7 +105,7 @@ subprojects {
     repositories {
         mavenCentral()
         maven {
-            url 'https://repository.apache.org/content/repositories/staging'
+            url 'https://repository.apache.org/content/repositories/releases'
         }
     }
 
index 80bb6567effc6870b883d867f022c1a1ceefdec9..3d8d05721177e005526a158970e8dc19dfa05ff0 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -243,7 +243,7 @@ under the License.
               value="${repository.m2}/maven2/com/github/virtuald/curvesapi/1.06/curvesapi-1.06.jar"/>
     <property name="ooxml.xmlbeans.jar" location="${ooxml.lib}/xmlbeans-3.1.0.jar"/>
     <property name="ooxml.xmlbeans.url"
-              value="https://repository.apache.org/content/repositories/staging/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.jar"/>
+              value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.1.0/xmlbeans-3.1.0.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"/>
index e0fc307a557a8a2f4ebb2f1477e49ea9a2c83e78..29d43c1ff8000f56f1efb1cef0a1a78f03b2a636 100644 (file)
             <name>apache releases repo</name>
             <url>https://repository.apache.org/content/repositories/releases</url>
         </repository>
-        <repository>
-            <id>apache-staging-repo</id>
-            <name>apache staging repo</name>
-            <url>https://repository.apache.org/content/repositories/staging</url>
-        </repository>
     </repositories>
 
   <mailingLists>
index 160645d870f654490cce657b1cce89fca064773e..12c653765018ebad43a655cbdb8e9e8d51078dcc 100644 (file)
             <name>apache releases repo</name>
             <url>https://repository.apache.org/content/repositories/releases</url>
         </repository>
-        <repository>
-            <id>apache-staging-repo</id>
-            <name>apache staging repo</name>
-            <url>https://repository.apache.org/content/repositories/staging</url>
-        </repository>
     </repositories>
 
     <modules>