diff --git a/pom.xml b/pom.xml index e931321c7..ba278d487 100644 --- a/pom.xml +++ b/pom.xml @@ -1,100 +1,107 @@ - - 4.0.0 - - org.springframework.data - spring-data-couchbase - 1.0.0.BUILD-SNAPSHOT - - Spring Data Couchbase - Spring Data integration for Couchbase - https://github.com/SpringSource/spring-data-couchbase - - - org.springframework.data.build - spring-data-parent - 1.1.0.RELEASE - - - - 1.1.8 - 2.2.2 - 1.6.0.BUILD-SNAPSHOT - - - - - - org.springframework - spring-context - ${spring} - - - org.springframework - spring-web - ${spring} - - - org.springframework - spring-tx - ${spring} - - - - ${groupId} - spring-data-commons - ${springdata.commons} - - - - couchbase - couchbase-client - ${couchbase} - - - - cglib - cglib - 2.2.2 - test - - - - junit - junit - ${junit} - test - - - - org.springframework - spring-test - ${spring} - test - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson} - - - - - - - couchbase - Couchbase Maven Repository - http://files.couchbase.com/maven2/ - - false - - - - spring-lib-snapshot - http://repo.springsource.org/libs-snapshot-local - - + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + + 4.0.0 + + org.springframework.data + spring-data-couchbase + 1.0.0.BUILD-SNAPSHOT + + Spring Data Couchbase + Spring Data integration for Couchbase + https://github.com/SpringSource/spring-data-couchbase + + + org.springframework.data.build + spring-data-parent + 1.1.0.RELEASE + + + + 1.1.8 + 2.2.2 + 1.6.0.BUILD-SNAPSHOT + + + + + + org.springframework + spring-context + ${spring} + + + org.springframework + spring-web + ${spring} + + + org.springframework + spring-tx + ${spring} + + + + ${project.groupId} + spring-data-commons + ${springdata.commons} + + + + couchbase + couchbase-client + ${couchbase} + + + + cglib + cglib + 2.2.2 + test + + + + junit + junit + ${junit} + test + + + + org.springframework + spring-test + ${spring} + test + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson} + + + + + + + couchbase + Couchbase Maven Repository + http://files.couchbase.com/maven2/ + + false + + + + spring-lib-snapshot + http://repo.springsource.org/libs-snapshot-local + + + + + + spring-release-bundles + http://repository.springsource.com/maven/bundles/release/ + +