[java-idp-plugin-scripting] branch master updated: Add repositories to top level pom
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 23 14:13:56 UTC 2020
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=513ae566289b3828651d1fae2f6f9bd8df498ea7
The following commit(s) were added to refs/heads/master by this push:
new 513ae56 Add repositories to top level pom
513ae56 is described below
commit 513ae566289b3828651d1fae2f6f9bd8df498ea7
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 23 15:13:52 2020 +0100
Add repositories to top level pom
---
pom.xml | 18 +++++++++++++++++-
1 file changed, 17 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9724a91..e111625 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,9 +26,25 @@
<java-support.version>8.1.0-SNAPSHOT</java-support.version>
<spring.extensions.version>11.0.1-SNAPSHOT</spring.extensions.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
- <graalvm.version>20.0.0</graalvm.version>
</properties>
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<dependencies>
<!-- provided dependency -->
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list