Skip to content

Commit eb7f830

Browse files
author
David Syer
committed
Update version in POMs to 3.0.3
1 parent 67ba18f commit eb7f830

23 files changed

Lines changed: 343 additions & 343 deletions

File tree

  • org.springframework.aop
  • org.springframework.asm
  • org.springframework.aspects
  • org.springframework.beans
  • org.springframework.context.support
  • org.springframework.context
  • org.springframework.core
  • org.springframework.expression
  • org.springframework.instrument.tomcat
  • org.springframework.instrument
  • org.springframework.integration-tests
  • org.springframework.jdbc
  • org.springframework.jms
  • org.springframework.orm
  • org.springframework.oxm
  • org.springframework.spring-library
  • org.springframework.spring-parent
  • org.springframework.test
  • org.springframework.transaction
  • org.springframework.web.portlet
  • org.springframework.web.servlet
  • org.springframework.web.struts
  • org.springframework.web

org.springframework.aop/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-aop</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.asm/pom.xml

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,56 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.springframework</groupId>
5-
<artifactId>spring-asm</artifactId>
6-
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
8-
<parent>
9-
<groupId>org.springframework</groupId>
10-
<artifactId>spring-parent</artifactId>
11-
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
13-
</parent>
14-
15-
16-
<build>
17-
<plugins>
18-
<plugin>
19-
<artifactId>maven-antrun-plugin</artifactId>
20-
<executions>
21-
<execution>
22-
<id>jarjar</id>
23-
<phase>process-classes</phase>
24-
<goals>
25-
<goal>run</goal>
26-
</goals>
27-
<configuration>
28-
<tasks>
29-
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="maven.plugin.classpath" />
30-
<jarjar jarfile="${project.build.directory}${file.separator}${project.build.finalName}-jarjar.jar">
31-
<zipfileset src="${project.build.directory}/jarjar-staging/com.springsource.org.objectweb.asm.jar"/>
32-
<zipfileset src="${project.build.directory}/jarjar-staging/com.springsource.org.objectweb.asm.commons.jar"/>
33-
<rule pattern="org.objectweb.asm.**" result="org.springframework.asm.@1"/>
34-
</jarjar>
35-
<unjar src="${project.build.directory}${file.separator}${project.build.finalName}-jarjar.jar"
36-
dest="${project.build.outputDirectory}">
37-
<patternset>
38-
<include name="**/*.class"/>
39-
<exclude name="*"/>
40-
</patternset>
41-
</unjar>
42-
</tasks>
43-
</configuration>
44-
</execution>
45-
</executions>
46-
<dependencies>
47-
<dependency>
48-
<groupId>com.google.code</groupId>
49-
<artifactId>jarjar</artifactId>
50-
<version>1.0</version>
51-
</dependency>
52-
</dependencies>
53-
</plugin>
54-
</plugins>
55-
</build>
56-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.springframework</groupId>
5+
<artifactId>spring-asm</artifactId>
6+
<packaging>jar</packaging>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
8+
<parent>
9+
<groupId>org.springframework</groupId>
10+
<artifactId>spring-parent</artifactId>
11+
<relativePath>../org.springframework.spring-parent</relativePath>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
13+
</parent>
14+
15+
16+
<build>
17+
<plugins>
18+
<plugin>
19+
<artifactId>maven-antrun-plugin</artifactId>
20+
<executions>
21+
<execution>
22+
<id>jarjar</id>
23+
<phase>process-classes</phase>
24+
<goals>
25+
<goal>run</goal>
26+
</goals>
27+
<configuration>
28+
<tasks>
29+
<taskdef name="jarjar" classname="com.tonicsystems.jarjar.JarJarTask" classpathref="maven.plugin.classpath" />
30+
<jarjar jarfile="${project.build.directory}${file.separator}${project.build.finalName}-jarjar.jar">
31+
<zipfileset src="${project.build.directory}/jarjar-staging/com.springsource.org.objectweb.asm.jar"/>
32+
<zipfileset src="${project.build.directory}/jarjar-staging/com.springsource.org.objectweb.asm.commons.jar"/>
33+
<rule pattern="org.objectweb.asm.**" result="org.springframework.asm.@1"/>
34+
</jarjar>
35+
<unjar src="${project.build.directory}${file.separator}${project.build.finalName}-jarjar.jar"
36+
dest="${project.build.outputDirectory}">
37+
<patternset>
38+
<include name="**/*.class"/>
39+
<exclude name="*"/>
40+
</patternset>
41+
</unjar>
42+
</tasks>
43+
</configuration>
44+
</execution>
45+
</executions>
46+
<dependencies>
47+
<dependency>
48+
<groupId>com.google.code</groupId>
49+
<artifactId>jarjar</artifactId>
50+
<version>1.0</version>
51+
</dependency>
52+
</dependencies>
53+
</plugin>
54+
</plugins>
55+
</build>
56+
</project>
Lines changed: 84 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,84 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<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">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.springframework</groupId>
5-
<artifactId>spring-aspects</artifactId>
6-
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
8-
<parent>
9-
<groupId>org.springframework</groupId>
10-
<artifactId>spring-parent</artifactId>
11-
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
13-
</parent>
14-
15-
<dependencies>
16-
<!-- common logging dependency is in spring-core -->
17-
<dependency>
18-
<groupId>org.aspectj</groupId>
19-
<artifactId>aspectjweaver</artifactId>
20-
<optional>true</optional>
21-
</dependency>
22-
<dependency>
23-
<groupId>org.springframework</groupId>
24-
<artifactId>spring-beans</artifactId>
25-
<version>${project.version}</version>
26-
<scope>compile</scope>
27-
</dependency>
28-
<dependency>
29-
<groupId>org.springframework</groupId>
30-
<artifactId>spring-tx</artifactId>
31-
<version>${project.version}</version>
32-
<optional>true</optional>
33-
</dependency>
34-
<dependency>
35-
<groupId>org.springframework</groupId>
36-
<artifactId>spring-context</artifactId>
37-
<version>${project.version}</version>
38-
<scope>compile</scope>
39-
</dependency>
40-
<dependency>
41-
<groupId>org.springframework</groupId>
42-
<artifactId>spring-context-support</artifactId>
43-
<version>${project.version}</version>
44-
<scope>compile</scope>
45-
</dependency>
46-
<dependency>
47-
<groupId>org.springframework</groupId>
48-
<artifactId>spring-test</artifactId>
49-
<version>${project.version}</version>
50-
<scope>compile</scope>
51-
</dependency>
52-
<dependency>
53-
<groupId>javax.persistence</groupId>
54-
<artifactId>persistence-api</artifactId>
55-
<version>1.0</version>
56-
<scope>provided</scope>
57-
</dependency>
58-
<dependency>
59-
<groupId>junit</groupId>
60-
<artifactId>junit</artifactId>
61-
<scope>test</scope>
62-
</dependency>
63-
<dependency>
64-
<groupId>javax.mail</groupId>
65-
<artifactId>mail</artifactId>
66-
<version>1.4</version>
67-
<scope>test</scope>
68-
<optional>true</optional>
69-
</dependency>
70-
</dependencies>
71-
<build>
72-
<pluginManagement>
73-
<plugins>
74-
<plugin>
75-
<groupId>org.apache.maven.plugins</groupId>
76-
<artifactId>maven-surefire-plugin</artifactId>
77-
<configuration>
78-
<junitArtifactName>junit:junit</junitArtifactName>
79-
</configuration>
80-
</plugin>
81-
</plugins>
82-
</pluginManagement>
83-
</build>
84-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<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">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.springframework</groupId>
5+
<artifactId>spring-aspects</artifactId>
6+
<packaging>jar</packaging>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
8+
<parent>
9+
<groupId>org.springframework</groupId>
10+
<artifactId>spring-parent</artifactId>
11+
<relativePath>../org.springframework.spring-parent</relativePath>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
13+
</parent>
14+
15+
<dependencies>
16+
<!-- common logging dependency is in spring-core -->
17+
<dependency>
18+
<groupId>org.aspectj</groupId>
19+
<artifactId>aspectjweaver</artifactId>
20+
<optional>true</optional>
21+
</dependency>
22+
<dependency>
23+
<groupId>org.springframework</groupId>
24+
<artifactId>spring-beans</artifactId>
25+
<version>${project.version}</version>
26+
<scope>compile</scope>
27+
</dependency>
28+
<dependency>
29+
<groupId>org.springframework</groupId>
30+
<artifactId>spring-tx</artifactId>
31+
<version>${project.version}</version>
32+
<optional>true</optional>
33+
</dependency>
34+
<dependency>
35+
<groupId>org.springframework</groupId>
36+
<artifactId>spring-context</artifactId>
37+
<version>${project.version}</version>
38+
<scope>compile</scope>
39+
</dependency>
40+
<dependency>
41+
<groupId>org.springframework</groupId>
42+
<artifactId>spring-context-support</artifactId>
43+
<version>${project.version}</version>
44+
<scope>compile</scope>
45+
</dependency>
46+
<dependency>
47+
<groupId>org.springframework</groupId>
48+
<artifactId>spring-test</artifactId>
49+
<version>${project.version}</version>
50+
<scope>compile</scope>
51+
</dependency>
52+
<dependency>
53+
<groupId>javax.persistence</groupId>
54+
<artifactId>persistence-api</artifactId>
55+
<version>1.0</version>
56+
<scope>provided</scope>
57+
</dependency>
58+
<dependency>
59+
<groupId>junit</groupId>
60+
<artifactId>junit</artifactId>
61+
<scope>test</scope>
62+
</dependency>
63+
<dependency>
64+
<groupId>javax.mail</groupId>
65+
<artifactId>mail</artifactId>
66+
<version>1.4</version>
67+
<scope>test</scope>
68+
<optional>true</optional>
69+
</dependency>
70+
</dependencies>
71+
<build>
72+
<pluginManagement>
73+
<plugins>
74+
<plugin>
75+
<groupId>org.apache.maven.plugins</groupId>
76+
<artifactId>maven-surefire-plugin</artifactId>
77+
<configuration>
78+
<junitArtifactName>junit:junit</junitArtifactName>
79+
</configuration>
80+
</plugin>
81+
</plugins>
82+
</pluginManagement>
83+
</build>
84+
</project>

org.springframework.beans/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-beans</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.context.support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-context-support</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515

org.springframework.context/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-context</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.0.2.BUILD-SNAPSHOT</version>
9+
<version>3.0.3.BUILD-SNAPSHOT</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.2.BUILD-SNAPSHOT</version>
14+
<version>3.0.3.BUILD-SNAPSHOT</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<groupId>org.springframework</groupId>
77
<artifactId>spring-core</artifactId>
88
<packaging>jar</packaging>
9-
<version>3.0.2.BUILD-SNAPSHOT</version>
9+
<version>3.0.3.BUILD-SNAPSHOT</version>
1010
<parent>
1111
<groupId>org.springframework</groupId>
1212
<artifactId>spring-parent</artifactId>
1313
<relativePath>../org.springframework.spring-parent</relativePath>
14-
<version>3.0.2.BUILD-SNAPSHOT</version>
14+
<version>3.0.3.BUILD-SNAPSHOT</version>
1515
</parent>
1616

1717
<dependencies>

org.springframework.expression/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-expression</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

org.springframework.instrument.tomcat/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<groupId>org.springframework</groupId>
55
<artifactId>spring-instrument-tomcat</artifactId>
66
<packaging>jar</packaging>
7-
<version>3.0.2.BUILD-SNAPSHOT</version>
7+
<version>3.0.3.BUILD-SNAPSHOT</version>
88
<parent>
99
<groupId>org.springframework</groupId>
1010
<artifactId>spring-parent</artifactId>
1111
<relativePath>../org.springframework.spring-parent</relativePath>
12-
<version>3.0.2.BUILD-SNAPSHOT</version>
12+
<version>3.0.3.BUILD-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

0 commit comments

Comments
 (0)