Author: lindner
Date: Mon Feb 7 16:41:13 2011
New Revision: 1068006
URL: http://svn.apache.org/viewvc?rev=1068006&view=rev
Log:
juel -> 2.2.3, ehcache-core -> 2.3.2, tomcat -> 6.0.32, jsdoctk -> 2.3.2,
enforcer-plugin -> 1.0
(That's a lot of 2s and 3s!)
Modified:
shindig/trunk/features/pom.xml
shindig/trunk/pom.xml
Modified: shindig/trunk/features/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/features/pom.xml?rev=1068006&r1=1068005&r2=1068006&view=diff
==============================================================================
--- shindig/trunk/features/pom.xml (original)
+++ shindig/trunk/features/pom.xml Mon Feb 7 16:41:13 2011
@@ -267,6 +267,7 @@
</plugins>
</build>
</profile>
+
<profile>
<id>reporting</id>
<build>
@@ -274,7 +275,7 @@
<plugin>
<groupId>nl.windgazer</groupId>
<artifactId>jsdoctk-plugin</artifactId>
- <version>2.3.0-RC1</version>
+ <version>2.3.2</version>
<configuration>
<recurse>3</recurse><!-- This is the level of recursion, not a
boolean -->
<srcDir>${basedir}/src/main/javascript/features</srcDir>
Modified: shindig/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/shindig/trunk/pom.xml?rev=1068006&r1=1068005&r2=1068006&view=diff
==============================================================================
--- shindig/trunk/pom.xml (original)
+++ shindig/trunk/pom.xml Mon Feb 7 16:41:13 2011
@@ -1054,7 +1054,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
- <version>1.0-beta-1</version>
+ <version>1.0</version>
<configuration>
<rules>
<requireJavaVersion>
@@ -1628,7 +1628,7 @@
<dependency>
<groupId>net.sf.ehcache</groupId>
<artifactId>ehcache-core</artifactId>
- <version>2.3.1</version>
+ <version>2.3.2</version>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
@@ -1658,17 +1658,17 @@
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>el-api</artifactId>
- <version>6.0.30</version>
+ <version>6.0.32</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>jasper-el</artifactId>
- <version>6.0.30</version>
+ <version>6.0.32</version>
</dependency>
<dependency>
<groupId>de.odysseus.juel</groupId>
<artifactId>juel-impl</artifactId>
- <version>2.2.2</version>
+ <version>2.2.3</version>
<exclusions>
<exclusion>
<groupId>de.odysseus.juel</groupId>