use released version of xmlbeans 3.1.0

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2019-03-26 23:41:53 +00:00
parent e2111d9d26
commit 89d34e6c64
4 changed files with 2 additions and 12 deletions

View 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'
}
}

View File

@ -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"/>

View File

@ -37,11 +37,6 @@
<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>

View File

@ -53,11 +53,6 @@
<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>