This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-launchpad-plugin-2.1.2 in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git
commit 5099e0e31562b6266210c5585d5680659c55c95c Author: Justin Edelson <[email protected]> AuthorDate: Tue Mar 13 15:28:01 2012 +0000 SLING-2434 - upgrding to Drools 2.3.1.Final as that's in Maven Central git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/maven/maven-launchpad-plugin@1300189 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index f7220d6..19b68a8 100644 --- a/pom.xml +++ b/pom.xml @@ -198,7 +198,7 @@ <dependency> <groupId>org.drools</groupId> <artifactId>drools-compiler</artifactId> - <version>5.1.1</version> + <version>5.3.1.Final</version> </dependency> <dependency> <groupId>org.codehaus.mojo</groupId> @@ -216,17 +216,4 @@ </exclusions> </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]>.
