Bumped version to 2.2

This commit is contained in:
Arjen Poutsma
2014-04-15 11:07:48 +02:00
parent da629278e6
commit f11317c560
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1 @@
version=2.1.5.BUILD-SNAPSHOT
version=2.2.0.BUILD-SNAPSHOT

View File

@@ -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)

View File

@@ -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);