diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-08-19 13:17:43 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-08-19 13:17:43 +0000 |
commit | d32fb0e9dc84d124049db9b546e990c49bbe4742 (patch) | |
tree | 4d17c024f7fc0500b6c8329526f0774b80d63072 /sonar | |
parent | b6d837c8cea409c61b388e8d4149d5507d1effae (diff) | |
download | poi-d32fb0e9dc84d124049db9b546e990c49bbe4742.tar.gz poi-d32fb0e9dc84d124049db9b546e990c49bbe4742.zip |
allow access to apache staging repo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838379 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar/pom.xml b/sonar/pom.xml index e6f381cd8c..388cabd0d5 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> |