Author: alexsmirnov
Date: 2007-04-30 21:13:07 -0400 (Mon, 30 Apr 2007)
New Revision: 599
Modified:
trunk/richfaces-samples/pom.xml
trunk/richfaces/pom.xml
Log:
Correct versions for a commons-collections & jetty plugin
Modified: trunk/richfaces/pom.xml
===================================================================
--- trunk/richfaces/pom.xml 2007-05-01 00:22:26 UTC (rev 598)
+++ trunk/richfaces/pom.xml 2007-05-01 01:13:07 UTC (rev 599)
@@ -227,7 +227,7 @@
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
- <version>3.0</version>
+ <version>3.2</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
Modified: trunk/richfaces-samples/pom.xml
===================================================================
--- trunk/richfaces-samples/pom.xml 2007-05-01 00:22:26 UTC (rev 598)
+++ trunk/richfaces-samples/pom.xml 2007-05-01 01:13:07 UTC (rev 599)
@@ -12,8 +12,10 @@
<plugins>
<plugin>
<groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.1</version>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <!--
+ <version>6.1.1</version>
+ -->
<configuration>
<scanIntervalSeconds>10</scanIntervalSeconds>
<connectors>
@@ -111,20 +113,6 @@
<url>richfaces-samples/</url>
</site>
</distributionManagement>
- <pluginRepositories>
- <pluginRepository>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
- </snapshots>
- <id>maven2-snapshots.jboss.org</id>
- <name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
- </pluginRepository>
- </pluginRepositories>
<repositories>
<repository>
<releases />
@@ -147,9 +135,9 @@
<enabled>true</enabled>
<updatePolicy>always</updatePolicy>
</snapshots>
- <id>maven2-snapshots.jboss.org</id>
+ <id>maven.exadel.com</id>
<name>Jboss Repository for Maven Snapshots</name>
- <
url>http://snapshots.jboss.com/</url>
+ <
url>http://maven.exadel.com/</url>
</repository>
</repositories>
<profiles>