Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SpringSource/spring-data-rest
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrisbin committed Nov 5, 2012
2 parents 9dd9afb + 3df27ec commit 754ae21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -23,4 +23,4 @@ spockVersion = 0.6-groovy-1.8
spring.range = "[3.0.7, 4.0.0)"
jackson.range = "[1.9, 2.0.0)"

sdRestVersion = 1.0.0.BUILD-SNAPSHOT
sdRestVersion = 1.1.0.BUILD-SNAPSHOT
Expand Up @@ -32,7 +32,7 @@ public class RepositoryRestHandlerMapping extends RequestMappingHandlerMapping {
private Set<String> repositoryNames = new HashSet<String>();

public RepositoryRestHandlerMapping() {
setOrder(Ordered.HIGHEST_PRECEDENCE);
setOrder(Ordered.LOWEST_PRECEDENCE);
}

@SuppressWarnings({"unchecked"})
Expand Down

0 comments on commit 754ae21

Please sign in to comment.