Author: tschneider Date: Fri Nov 9 19:00:52 2007 New Revision: 593728 URL: http://svn.apache.org/viewvc?rev=593728&view=rev Log: updated pom with new group/artifact id
Modified: struts/sandbox/trunk/struts2-uel-plugin-example/pom.xml Modified: struts/sandbox/trunk/struts2-uel-plugin-example/pom.xml URL: http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-uel-plugin-example/pom.xml?rev=593728&r1=593727&r2=593728&view=diff ============================================================================== --- struts/sandbox/trunk/struts2-uel-plugin-example/pom.xml (original) +++ struts/sandbox/trunk/struts2-uel-plugin-example/pom.xml Fri Nov 9 19:00:52 2007 @@ -2,15 +2,15 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>com.googlecode.struts2juel</groupId> - <artifactId>struts2-juel-plugin-example</artifactId> + <groupId>org.apache.struts2.uelplugin</groupId> + <artifactId>struts2-uel-plugin-example</artifactId> <version>1.0.0-SNAPSHOT</version> <packaging>war</packaging> - <name>Struts 2 Juel Plugin Example</name> + <name>Struts 2 Unified EL Plugin Example</name> <dependencies> <dependency> - <groupId>com.googlecode.struts2juel</groupId> - <artifactId>struts2-juel-plugin</artifactId> + <groupId>org.apache.struts2.uelplugin</groupId> + <artifactId>struts2-uel-plugin</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency> <!-- Uncomment this to run in a < JSP 2.1 jsp engine. --> @@ -20,4 +20,4 @@ <version>2.1.0</version> </dependency>--> </dependencies> -</project> \ No newline at end of file +</project>