]> source.dussan.org Git - poi.git/commitdiff
update xmlbeans repo
authorPJ Fanning <fanningpj@apache.org>
Thu, 28 Jun 2018 20:06:24 +0000 (20:06 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 28 Jun 2018 20:06:24 +0000 (20:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1834639 13f79535-47bb-0310-9956-ffa450edef68

build.gradle
build.xml
sonar/pom.xml

index 01aa775e681ef163000b00c0a672f8ad7d193bee..35b01b4ba257eb1f292135faa4db6f7f4d823e00 100644 (file)
@@ -25,12 +25,6 @@ buildscript {
     }
 }
 
-repositories {
-    maven { url "https://repository.apache.org/content/repositories/staging" }
-    mavenCentral()
-}
-
-
 // Only add the plugin for Sonar if enabled
 if (project.hasProperty('enableSonar')) {
     println 'Enabling Sonar support'
index e65567b61f6b4832a769edd9644267d1978997e3..d88018d5b67452e5beebca827997f463cefc8970 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -201,7 +201,7 @@ under the License.
               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.0.jar"/>
     <property name="ooxml.xmlbeans.url"
-              value="https://repository.apache.org/content/repositories/staging/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/>
+              value="https://repository.apache.org/content/repositories/releases/org/apache/xmlbeans/xmlbeans/3.0.0/xmlbeans-3.0.0.jar"/>
     <property name="ooxml.commons-compress.jar" location="${main.lib}/commons-compress-1.17.jar"/>
     <property name="ooxml.commons-compress.url"
               value="${repository.m2}/maven2/org/apache/commons/commons-compress/1.17/commons-compress-1.17.jar"/>
index 017bb9f6cef5dfe5bc360a620a3a2681fdf842b3..c76d33163022f357fd3c5ba6559b8a75ca1d340d 100644 (file)
@@ -49,9 +49,9 @@
 
     <repositories>
         <repository>
-            <id>xmlbeans-snapshot-repo</id>
-            <name>xmlbeans snapshot repo</name>
-            <url>https://repository.apache.org/content/repositories/staging</url>
+            <id>apache-releases-repo</id>
+            <name>apache releases repo</name>
+            <url>https://repository.apache.org/content/repositories/releases</url>
         </repository>
     </repositories>