POM maintenance

Place parent pom in publicly accessible directory (org.sf.spring-parent).  
Create a component list pom in org.sf.spring-library.
This commit is contained in:
Mark Pollack 2009-03-29 09:56:38 +00:00
parent 68051ec72b
commit 351fba1a04
23 changed files with 204 additions and 334 deletions

View File

@ -74,7 +74,7 @@
<mapping conf="runtime" scope="runtime"/> <mapping conf="runtime" scope="runtime"/>
</ivy:makepom> </ivy:makepom>
<xmlproperty file="../build-spring-framework/pom.xml"/> <xmlproperty file="../org.springframework.spring-library/pom.xml"/>
<replaceregexp file="pom.xml" <replaceregexp file="pom.xml"
match="&lt;version>.*?&lt;/version>" match="&lt;version>.*?&lt;/version>"
@ -93,8 +93,8 @@
<replacevalue><![CDATA[ <version>@project-version@</version> <replacevalue><![CDATA[ <version>@project-version@</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>@project-version@</version> <version>@project-version@</version>
</parent> </parent>
]]></replacevalue> ]]></replacevalue>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -52,13 +52,13 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -82,21 +82,8 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId> <artifactId>spring-aspects</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -28,13 +28,13 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId> <artifactId>spring-context-support</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -26,12 +26,19 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>quartz</groupId> <groupId>quartz</groupId>
<artifactId>quartz</artifactId> <artifactId>quartz</artifactId>
<version>1.6.2</version> <version>1.6.2</version>
</dependency> </dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>quartz-all</artifactId>
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>org.freemarker</groupId> <groupId>org.freemarker</groupId>
@ -81,12 +88,6 @@
<version>1.5</version> <version>1.5</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>opensymphony</groupId>
<artifactId>quartz-all</artifactId>
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency> <dependency>
<groupId>jfree</groupId> <groupId>jfree</groupId>
<artifactId>jfreechart</artifactId> <artifactId>jfreechart</artifactId>
@ -96,31 +97,31 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId> <artifactId>spring-jdbc</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@ -152,7 +153,7 @@
<build> <build>
<testResources> <testResources>
<testResource> <testResource>
<directory>src/main/java</directory> <directory>${pom.build.sourceDirectory}</directory>
<includes> <includes>
<include>**/*.types</include> <include>**/*.types</include>
</includes> </includes>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -112,31 +112,31 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId> <artifactId>spring-expression</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId> <artifactId>spring-instrument</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@ -184,7 +184,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -74,17 +74,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId> <artifactId>spring-expression</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -22,7 +22,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-instrument-classloading</artifactId> <artifactId>spring-instrument-classloading</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -20,17 +20,5 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,25 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId> <artifactId>spring-instrument</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId> <artifactId>spring-jdbc</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -34,25 +34,25 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -74,17 +74,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId> <artifactId>spring-jms</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId> <artifactId>spring-orm</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -135,49 +135,49 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-instrument-classloading</artifactId> <artifactId>spring-instrument-classloading</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId> <artifactId>spring-jdbc</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@ -220,20 +220,13 @@
<build> <build>
<testResources> <testResources>
<testResource> <testResource>
<directory>src/test/java</directory> <directory>${pom.build.unitTestSourceDirectory}</directory>
<includes> <includes>
<include>**/*.xml</include> <include>**/*.xml</include>
</includes> </includes>
</testResource> </testResource>
<testResource> <testResource>
<directory>src/main/java</directory> <directory>${pom.build.sourceDirectory}</directory>
<includes>
<include>**/*.xsd</include>
</includes>
</testResource>
<testResource>
<directory>../org.springframework.integration/src/main/java</directory>
<includes> <includes>
<include>**/*.xsd</include> <include>**/*.xsd</include>
</includes> </includes>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId> <artifactId>spring-oxm</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -58,19 +58,19 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -104,17 +104,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -1,6 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.spring-library"> <project name="org.springframework.spring-library" xmlns:maven="antlib:org.apache.maven.artifact.ant">
<property file="${basedir}/../build.properties"/> <property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-library.xml"/> <import file="${basedir}/../build-spring-framework/package-library.xml"/>
<import file="${basedir}/../spring-build/library/default.xml"/> <import file="${basedir}/../spring-build/library/default.xml"/>
<target name="publish-maven-central-pom-only" depends="maven.init">
<maven:deploy>
<remoteRepository url="${maven.central.repository}"/>
<!-- Due to http://jira.codehaus.org/browse/MANTTASKS-103 in 2.0.8 on windows, fixed in 2.0.9 -->
<!-- e.g. file:L:\temp\maven-repo-test -->
<!--
<remoteRepository id="localDisk" url="file:${maven.local.staging.repository}"/>
-->
<pom file="${local.pom.output.file}"/>
</maven:deploy>
</target>
</project> </project>

View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="org.springframework.spring-parent" xmlns:maven="antlib:org.apache.maven.artifact.ant">
<property file="${basedir}/../build.properties"/>
<import file="${basedir}/../build-spring-framework/package-library.xml"/>
<import file="${basedir}/../spring-build/library/default.xml"/>
<target name="publish-maven-central-pom-only" depends="maven.init">
<maven:deploy>
<remoteRepository url="${maven.central.repository}"/>
<!-- Due to http://jira.codehaus.org/browse/MANTTASKS-103 in 2.0.8 on windows, fixed in 2.0.9 -->
<!-- e.g. file:L:\temp\maven-repo-test -->
<!--
<remoteRepository id="localDisk" url="file:${maven.local.staging.repository}"/>
-->
<pom file="${local.pom.output.file}"/>
</maven:deploy>
</target>
</project>

View File

@ -4,10 +4,12 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<name>Spring Framework</name>
<version>3.0.0.M3</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Spring Framework</name>
<version>3.0.0.BUILD-SNAPSHOT</version>
<description>Spring Framework</description>
<repositories> <repositories>
<repository> <repository>
@ -65,7 +67,7 @@
<dependency> <dependency>
<artifactId>org.springframework</artifactId> <artifactId>org.springframework</artifactId>
<groupId>spring-context</groupId> <groupId>spring-context</groupId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>com.oracle.oc4j</groupId> <groupId>com.oracle.oc4j</groupId>
@ -96,15 +98,15 @@
<distributionManagement> <distributionManagement>
<site> <site>
<id>staging</id> <id>staging</id>
<url>file:///${user.dir}/target/staging</url> <url>file:${maven.local.staging.repository}</url>
</site> </site>
<repository> <repository>
<id>staging</id> <id>staging</id>
<url>file:///${user.dir}/target/staging</url> <url>file:${maven.local.staging.repository}</url>
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>staging</id> <id>staging</id>
<url>file:///${user.dir}/target/staging</url> <url>file:${maven.local.staging.repository}</url>
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
</profile> </profile>
@ -186,39 +188,6 @@
</plugins> </plugins>
</build> </build>
<modules>
<module>../org.springframework.instrument</module>
<module>../org.springframework.instrument.classloading</module>
<module>../org.springframework.asm</module>
<module>../org.springframework.core</module>
<module>../org.springframework.expression</module>
<module>../org.springframework.core</module>
<module>../org.springframework.beans</module>
<module>../org.springframework.aop</module>
<module>../org.springframework.context</module>
<module>../org.springframework.transaction</module>
<module>../org.springframework.oxm</module>
<module>../org.springframework.jms</module>
<module>../org.springframework.aspects</module>
<module>../org.springframework.jdbc</module>
<module>../org.springframework.web</module>
<module>../org.springframework.orm</module>
<module>../org.springframework.context.support</module>
<module>../org.springframework.web.portlet</module>
<module>../org.springframework.web.servlet</module>
<module>../org.springframework.test</module>
<!--
<module>../org.springframework.integration-tests</module>
-->
</modules>
<url>http://static.springframework.org/docs</url>
<organization>
<name>SpringSource</name>
<url>http://www.springsource.com</url>
</organization>
<pluginRepositories> <pluginRepositories>
<pluginRepository> <pluginRepository>
<id>com.springsource.repository.bundles.milestone</id> <id>com.springsource.repository.bundles.milestone</id>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId> <artifactId>spring-test</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -89,61 +89,61 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-instrument-classloading</artifactId> <artifactId>spring-instrument-classloading</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-jdbc</artifactId> <artifactId>spring-jdbc</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId> <artifactId>spring-orm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web-portlet</artifactId> <artifactId>spring-web-portlet</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
@ -159,17 +159,4 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId> <artifactId>spring-tx</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -54,25 +54,25 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -112,17 +112,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -2,14 +2,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web-portlet</artifactId> <artifactId>spring-webmvc-portlet</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -58,37 +58,37 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId> <artifactId>spring-webmvc</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -118,37 +118,37 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId> <artifactId>spring-context-support</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId> <artifactId>spring-oxm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -166,7 +166,7 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-asm</artifactId> <artifactId>spring-asm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -194,17 +194,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>

View File

@ -4,12 +4,12 @@
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId> <artifactId>spring-web</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
<parent> <parent>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>org.springframework.parent</artifactId> <artifactId>spring-parent</artifactId>
<relativePath>../build-spring-framework</relativePath> <relativePath>../org.springframework.spring-parent</relativePath>
<version>3.0.0.M3</version> <version>3.0.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<dependencies> <dependencies>
@ -98,31 +98,31 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId> <artifactId>spring-aop</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId> <artifactId>spring-beans</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId> <artifactId>spring-context</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId> <artifactId>spring-core</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-oxm</artifactId> <artifactId>spring-oxm</artifactId>
<version>3.0.0.M3</version> <version>${project.version}</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -162,17 +162,4 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<junitArtifactName>junit:junit</junitArtifactName>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
</project> </project>