Browse Source

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
pull/143/head
PJ Fanning 5 years ago
parent
commit
d63c6087a8
4 changed files with 2 additions and 12 deletions
  1. 1
    1
      build.gradle
  2. 1
    1
      build.xml
  3. 0
    5
      maven/poi-ooxml-schemas.pom
  4. 0
    5
      sonar/pom.xml

+ 1
- 1
build.gradle 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'
}
}


+ 1
- 1
build.xml 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"/>

+ 0
- 5
maven/poi-ooxml-schemas.pom 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>

+ 0
- 5
sonar/pom.xml 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>

Loading…
Cancel
Save