Bumped version to 2.2
This commit is contained in:
@@ -39,7 +39,7 @@ For Maven users:
|
||||
<dependency>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<artifactId>spring-ws-core</artifactId>
|
||||
<version>2.1.5.BUILD-SNAPSHOT</version>
|
||||
<version>2.2.0.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
## Building from Source
|
||||
|
||||
@@ -1 +1 @@
|
||||
version=2.1.5.BUILD-SNAPSHOT
|
||||
version=2.2.0.BUILD-SNAPSHOT
|
||||
|
||||
@@ -27,7 +27,7 @@ import java.lang.annotation.Target;
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @see org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping
|
||||
* @since 2.1.5
|
||||
* @since 2.2
|
||||
*/
|
||||
@Target(ElementType.METHOD)
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
|
||||
@@ -201,7 +201,7 @@ public abstract class AbstractMethodEndpointMapping<T> extends AbstractEndpointM
|
||||
*
|
||||
* @param method the method
|
||||
* @return a list of registration keys
|
||||
* @since 2.1.5
|
||||
* @since 2.2
|
||||
*/
|
||||
protected List<T> getLookupKeysForMethod(Method method) {
|
||||
T key = getLookupKeyForMethod(method);
|
||||
|
||||
Reference in New Issue
Block a user