Author: fmeschbe
Date: Mon Apr 6 07:40:22 2009
New Revision: 762238
URL: http://svn.apache.org/viewvc?rev=762238&view=rev
Log:
SLING-845 upgrade maven jetty plugin to be able to configure sling.home
property for jetty:run
Modified:
incubator/sling/trunk/parent/pom.xml
Modified: incubator/sling/trunk/parent/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/parent/pom.xml?rev=762238&r1=762237&r2=762238&view=diff
==============================================================================
--- incubator/sling/trunk/parent/pom.xml (original)
+++ incubator/sling/trunk/parent/pom.xml Mon Apr 6 07:40:22 2009
@@ -244,7 +244,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.5</version>
+ <version>6.1.6</version>
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>