Update pom and template.mf files Spring 3.0.4 (INT-1293)

This commit is contained in:
Chris Beams
2010-09-02 10:54:11 +00:00
parent 9e6e232837
commit 4ded74b317
25 changed files with 90 additions and 90 deletions

View File

@@ -259,7 +259,7 @@
</group>
</groups>
<links>
<link>http://static.springframework.org/spring/docs/3.0.3.RELEASE/javadoc-api</link>
<link>http://static.springframework.org/spring/docs/3.0.4.RELEASE/javadoc-api</link>
<link>http://static.springsource.org/spring-integration/sites/${project.version}/apidocs</link>
<link>http://java.sun.com/javase/6/docs/api</link>
</links>

View File

@@ -3,7 +3,7 @@ Bundle-Name: Spring Integration Core
Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.*;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.codehaus.jackson.*;version="[1.0.0, 2.0.0)";resolution:=optional,

View File

@@ -4,8 +4,8 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -5,11 +5,11 @@ Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.util.xml;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.util.xml;version="[3.0.4, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.4, 4.0.0)",
org.springframework.transaction.*;version="[3.0.4, 4.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -7,11 +7,11 @@ Import-Template:
org.apache.commons.lang.*;version="[2.5.0, 3.0.0)",
org.apache.commons.net.*;version="[2.0.0, 3.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.4, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
javax.*;version="0",
org.w3c.dom.*;version="0"

View File

@@ -5,6 +5,6 @@ Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.*;version="[3.0.4, 4.0.0)",
groovy.*;version="[1.7.3, 2.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -4,14 +4,14 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.validation.*;version="[3.0.0, 4.0.0)",
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.context.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.http.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.web.*;version="[3.0.0, 4.0.0)";resolution:=optional,
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.validation.*;version="[3.0.4, 4.0.0)",
org.springframework.expression.*;version="[3.0.4, 4.0.0)",
org.springframework.context.*;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.http.*;version="[3.0.4, 4.0.0)",
org.springframework.util.*;version="[3.0.4, 4.0.0)",
org.springframework.web.*;version="[3.0.4, 4.0.0)";resolution:=optional,
org.apache.commons.httpclient.*;version="[3.1.0, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,

View File

@@ -4,12 +4,12 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.remoting.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.web;version="[3.0.0, 4.0.0)";resolution:=optional,
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.remoting.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.web;version="[3.0.4, 4.0.0)";resolution:=optional,
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.servlet.*;version="[2.4.0, 3.0.0)";resolution:=optional,
org.w3c.dom.*;version="0"

View File

@@ -6,10 +6,10 @@ Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.commons.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.w3c.dom.*;version="0",
javax.net.*;version="0"

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.*;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.aopalliance.*;version="[1.0.0, 2.0.0)",
javax.sql.*;version="0",

View File

@@ -4,12 +4,12 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.jms.*;version="[3.0.0, 4.0.0)",
org.springframework.transaction.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.jms.*;version="[3.0.4, 4.0.0)",
org.springframework.transaction.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.jms;version="[1.1.0, 2.0.0)";resolution:=optional,
org.w3c.dom.*;version="0"

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.*;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.management.*;version="0",
org.w3c.dom.*;version="0"

View File

@@ -4,11 +4,11 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.mail.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.mail.*;version="[3.0.4, 4.0.0)",
org.springframework.util.*;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
javax.mail.*;version="[1.4.0, 2.0.0)",
com.sun.mail.imap.*;version="[1.4.0, 2.0.0)";resolution:=optional,

View File

@@ -23,7 +23,7 @@
<org.mockito.version>1.8.4</org.mockito.version>
<org.hamcrest.version>1.1</org.hamcrest.version>
<org.slf4j.version>1.5.10</org.slf4j.version>
<org.springframework.version>3.0.3.RELEASE</org.springframework.version>
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
<org.springframework.security.version>2.0.5.RELEASE</org.springframework.security.version>
<org.springframework.ws.version>1.5.9</org.springframework.ws.version>
</properties>

View File

@@ -4,10 +4,10 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.remoting.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.remoting.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.3.RELEASE</version>
<version>3.0.4.RELEASE</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
@@ -31,4 +31,4 @@
<version>1.3.2</version>
</dependency>
</dependencies>
</project>
</project>

View File

@@ -21,7 +21,7 @@
<org.mockito.version>1.8.4</org.mockito.version>
<org.hamcrest.version>1.1</org.hamcrest.version>
<org.slf4j.version>1.5.10</org.slf4j.version>
<org.springframework.version>3.0.3.RELEASE</org.springframework.version>
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
<org.springframework.security.version>2.0.5.RELEASE</org.springframework.security.version>
<org.springframework.ws.version>1.5.9</org.springframework.ws.version>
</properties>

View File

@@ -5,10 +5,10 @@ Bundle-ManifestVersion: 2
Import-Template:
org.aopalliance.*;version="[1.0.0, 2.0.0)",
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.aop.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.aop.*;version="[3.0.4, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.core;version="[3.0.4, 4.0.0)",
org.springframework.util.*;version="[3.0.4, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.security.*;version="[3.0.0, 4.0.0)",
org.springframework.security.*;version="[3.0.4, 4.0.0)",
org.w3c.dom.*;version="0"

View File

@@ -7,11 +7,11 @@ Import-Template:
org.apache.commons.lang.*;version="[2.5.0, 3.0.0)",
org.apache.commons.io.*;version="[1.4.0, 2.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.4, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
com.jcraft.jsch.*;version="[0.1.41,0.1.41]",
javax.*;version="0",

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.w3c.dom.*;version="0"

View File

@@ -4,7 +4,7 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.apache.tools.ant.*;version="[1.7.0, 2.0.0)",
org.springframework.*;version="[3.0.0, 4.0.0)",
org.springframework.*;version="[3.0.4, 4.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
junit.framework.*;version="[4.6.0, 4.7.0)",
org.junit.*;version="[4.6.0, 4.7.0)",

View File

@@ -6,10 +6,10 @@ Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.apache.commons.lang.*;version="[2.5.0, 3.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
org.apache.commons.io.*;version="[1.4,3.0)",
twitter4j.*;version="[2.1.0,2.2.0]",

View File

@@ -4,11 +4,11 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.expression;version="[3.0.0, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.expression;version="[3.0.4, 4.0.0)",
org.springframework.scheduling.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.springframework.oxm;version="[1.5.8.A, 3.1.0)",
org.springframework.ws.*;version="[1.5.8.A, 2.0.0)",
org.springframework.xml.transform;version="[1.5.8.A, 2.0.0)",

View File

@@ -4,11 +4,11 @@ Bundle-Vendor: SpringSource
Bundle-ManifestVersion: 2
Import-Template:
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util.*;version="[3.0.0, 4.0.0)",
org.springframework.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util.*;version="[3.0.4, 4.0.0)",
org.springframework.expression.*;version="[3.0.4, 4.0.0)",
org.springframework.context.expression.*;version="[3.0.4, 4.0.0)",
org.springframework.oxm;version="[1.5.7.A, 2.0.0)";resolution:=optional,
org.springframework.xml.*;version="[1.5.7.A, 2.0.0)",
org.apache.commons.logging.*;version="[1.0,2.0)",

View File

@@ -6,10 +6,10 @@ Import-Template:
org.apache.commons.logging;version="[1.1.1, 2.0.0)",
org.apache.commons.lang.*;version="[2.5.0, 3.0.0)",
org.springframework.integration.*;version="[2.0.0, 2.0.1)",
org.springframework.beans.*;version="[3.0.0, 4.0.0)",
org.springframework.context;version="[3.0.0, 4.0.0)",
org.springframework.core.*;version="[3.0.0, 4.0.0)",
org.springframework.util;version="[3.0.0, 4.0.0)",
org.springframework.beans.*;version="[3.0.4, 4.0.0)",
org.springframework.context;version="[3.0.4, 4.0.0)",
org.springframework.core.*;version="[3.0.4, 4.0.0)",
org.springframework.util;version="[3.0.4, 4.0.0)",
org.jivesoftware.*;version="[3.1.0, 4.0.0)",
javax.*;version="0",
org.w3c.dom.*;version="0"