mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
e2111d9d26
commit
89d34e6c64
@ -105,7 +105,7 @@ subprojects {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://repository.apache.org/content/repositories/staging'
|
||||
url 'https://repository.apache.org/content/repositories/releases'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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"/>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user