Author: ate
Date: Fri Feb 23 13:27:42 2007
New Revision: 511106
URL: http://svn.apache.org/viewvc?view=rev&rev=511106
Log:
Fixing m1 build of springmvc
Modified:
portals/bridges/trunk/applications/springmvc/project.xml
Modified: portals/bridges/trunk/applications/springmvc/project.xml
URL:
http://svn.apache.org/viewvc/portals/bridges/trunk/applications/springmvc/project.xml?view=diff&rev=511106&r1=511105&r2=511106
==============================================================================
--- portals/bridges/trunk/applications/springmvc/project.xml (original)
+++ portals/bridges/trunk/applications/springmvc/project.xml Fri Feb 23
13:27:42 2007
@@ -3,17 +3,26 @@
$Id$
-->
<project>
+ <extend>${basedir}/../../project.xml</extend>
<pomVersion>3</pomVersion>
- <artifactId>springmvc-demo</artifactId>
+ <artifactId>springmvc</artifactId>
<name>Spring Portlet Jetspeed Application</name>
- <currentVersion>1.0</currentVersion>
+ <currentVersion>1.0.1-dev</currentVersion>
+
+ <repository>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/portals/bridges/trunk/applications/springmvc</connection>
+ <developerConnection>
+
scm:svn:https://svn.apache.org/repos/asf/portals/bridges/trunk/applications/springmvc
+ </developerConnection>
+
<url>http://svn.apache.org/viewcvs.cgi/portals/bridges/trunk/applications/springmvc/</url>
+ </repository>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -21,7 +30,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -29,7 +38,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -37,7 +46,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-portlet</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -45,7 +54,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -53,15 +62,15 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
- <version>2.0-m4</version>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
- <artifactId>spring-mock</artifactId>
- <version>2.0-m4</version>
+ <artifactId>spring-support</artifactId>
+ <version>${spring.version}</version>
<properties>
<war.bundle>true</war.bundle>
</properties>
@@ -88,17 +97,17 @@
</dependency>
<dependency>
<id>log4j</id>
- <version>1.2.8</version>
+ <version>${log4j.version}</version>
<properties>
- <war.bundle>true</war.bundle>
+ <war.bundle>${log4j.include}</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
- <version>1.0.4</version>
+ <version>${commons.logging.version}</version>
<properties>
- <war.bundle>true</war.bundle>
+ <war.bundle>${commons.logging.include}</war.bundle>
</properties>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]