aboutsummaryrefslogtreecommitdiffstats
path: root/sonar
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2019-03-20 23:16:13 +0000
committerPJ Fanning <fanningpj@apache.org>2019-03-20 23:16:13 +0000
commitcb9d33d53d325825323050668e2586e397208d5b (patch)
tree2dd3c31f8d319ba202401698d0aca56a0e0ef1e5 /sonar
parentc1dec91b005afa19be9bdec58b78628a2b3f0d55 (diff)
downloadpoi-cb9d33d53d325825323050668e2586e397208d5b.tar.gz
poi-cb9d33d53d325825323050668e2586e397208d5b.zip
use xmlbeans-3.0.3 rc version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855952 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r--sonar/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml
index 5fce9d97c5..bbb615320f 100644
--- a/sonar/pom.xml
+++ b/sonar/pom.xml
@@ -53,6 +53,11 @@
<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>
@@ -72,7 +77,7 @@
<sonar.scm.disabled>true</sonar.scm.disabled>
<!-- define some of the third-party or plugin-versions globally to use the same in all modules -->
- <xmlbeans.version>3.0.2</xmlbeans.version>
+ <xmlbeans.version>3.0.3</xmlbeans.version>
<junit.version>4.12</junit.version>
<xmlunit.version>2.5.1</xmlunit.version>
<mockito.version>2.13.0</mockito.version>