r1374 - in trunk/simexplorer-is: simexplorer-is-ear simexplorer-is-web
Author: glandais Date: 2008-03-17 18:26:31 +0000 (Mon, 17 Mar 2008) New Revision: 1374 Modified: trunk/simexplorer-is/simexplorer-is-ear/pom.xml trunk/simexplorer-is/simexplorer-is-web/pom.xml Log: pom update (t5 components) Modified: trunk/simexplorer-is/simexplorer-is-ear/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-ear/pom.xml 2008-03-17 18:12:28 UTC (rev 1373) +++ trunk/simexplorer-is/simexplorer-is-ear/pom.xml 2008-03-17 18:26:31 UTC (rev 1374) @@ -36,9 +36,7 @@ <webModule> <groupId>simexplorer-is</groupId> <artifactId>simexplorer-is-web</artifactId> - <contextRoot> - / - </contextRoot> + <contextRoot>/</contextRoot> </webModule> </modules> </configuration> @@ -51,7 +49,7 @@ <dependency> <groupId>tapestry5-treegrid</groupId> <artifactId>tapestry5-treegrid</artifactId> - <version>${tapestry.version}</version> + <version>${tapestry.version}.1</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> @@ -69,9 +67,9 @@ <version>${tapestry.version}</version> </dependency> <dependency> - <groupId>de.hsofttec.t5components</groupId> - <artifactId>t5components</artifactId> - <version>0.5.6</version> + <groupId>org.apache.tapestry</groupId> + <artifactId>t5c-commons</artifactId> + <version>0.5.11</version> </dependency> <dependency> Modified: trunk/simexplorer-is/simexplorer-is-web/pom.xml =================================================================== --- trunk/simexplorer-is/simexplorer-is-web/pom.xml 2008-03-17 18:12:28 UTC (rev 1373) +++ trunk/simexplorer-is/simexplorer-is-web/pom.xml 2008-03-17 18:26:31 UTC (rev 1374) @@ -96,7 +96,7 @@ <dependency> <groupId>tapestry5-treegrid</groupId> <artifactId>tapestry5-treegrid</artifactId> - <version>${tapestry.version}</version> + <version>${tapestry.version}.1</version> </dependency> <dependency> <groupId>org.apache.tapestry</groupId> @@ -114,10 +114,11 @@ <version>${tapestry.version}</version> </dependency> <dependency> - <groupId>de.hsofttec.t5components</groupId> - <artifactId>t5components</artifactId> - <version>0.5.6</version> + <groupId>org.apache.tapestry</groupId> + <artifactId>t5c-commons</artifactId> + <version>0.5.11</version> </dependency> + <dependency> <groupId>jboss</groupId> <artifactId>jbossall-client</artifactId>
participants (1)
-
glandais@users.labs.libre-entreprise.org