repositories {
mavenCentral()
maven {
- url 'https://repository.apache.org/content/repositories/staging'
+ url 'https://repository.apache.org/content/repositories/releases'
}
}
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"/>
<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>
<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>