[seam-commits] Seam SVN: r14686 - branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Sat May 12 03:45:18 EDT 2012
Author: manaRH
Date: 2012-05-12 03:45:15 -0400 (Sat, 12 May 2012)
New Revision: 14686
Modified:
branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
Log:
fixed missing org.icefaces:icepush artifact
Modified: branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-11 16:00:29 UTC (rev 14685)
+++ branches/community/Seam_2_3/examples-ee6/icefaces/icefaces-web/pom.xml 2012-05-12 07:45:15 UTC (rev 14686)
@@ -56,17 +56,17 @@
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icefaces</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</dependency>
<dependency>
<groupId>org.icefaces</groupId>
<artifactId>icefaces-ace</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</dependency>
<dependency>
- <groupId>org.icepush</groupId>
+ <groupId>org.icefaces</groupId>
<artifactId>icepush</artifactId>
- <version>3.0.0</version>
+ <version>3.0.1</version>
</dependency>
</dependencies>
More information about the seam-commits
mailing list