This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-launchpad-plugin-2.0.10 in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit 25154c38724f6be134331f453529df97af176e37 Author: Justin Edelson <[email protected]> AuthorDate: Wed Oct 13 20:54:29 2010 +0000 adding jboss repository (for drools dependencies) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin@1022289 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index 81537e4..cbf12cd 100644 --- a/pom.xml +++ b/pom.xml @@ -153,4 +153,17 @@ <version>5.1.1</version> </dependency> </dependencies> + + <repositories> + <repository> + <id>jboss</id> + <url>https://repository.jboss.org/nexus/content/repositories/releases/</url> + <releases> + <enabled>true</enabled> + </releases> + <snapshots> + <enabled>false</enabled> + </snapshots> + </repository> + </repositories> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
