Author: eric
Date: Thu Oct 21 12:11:37 2010
New Revision: 1025967
URL: http://svn.apache.org/viewvc?rev=1025967&view=rev
Log:
Rename project and remove spring-common dependency (JAMES-1080)
Modified:
james/server/trunk/container-spring/pom.xml
Modified: james/server/trunk/container-spring/pom.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1025967&r1=1025966&r2=1025967&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Thu Oct 21 12:11:37 2010
@@ -25,8 +25,8 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.james</groupId>
- <artifactId>james-server-spring-deployment</artifactId>
- <name>Apache James Server Spring Deployment</name>
+ <artifactId>james-server-container-spring</artifactId>
+ <name>Apache James Server Container Spring</name>
<build>
<plugins>
@@ -374,10 +374,6 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.apache.james</groupId>
- <artifactId>james-server-spring-common</artifactId>
- </dependency>
- <dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]