Skip to content

Commit

Permalink
DATALDAP-8 - Set up 2.0 development.
Browse files Browse the repository at this point in the history
  • Loading branch information
mp911de committed Dec 6, 2016
1 parent 5096ae3 commit dbd4bf2
Showing 1 changed file with 3 additions and 19 deletions.
22 changes: 3 additions & 19 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>

<name>Spring Data LDAP</name>
<description>Spring Data integration for LDAP</description>
Expand All @@ -15,14 +15,12 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.9.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
<spring-ldap>2.2.0.BUILD-SNAPSHOT</spring-ldap>
<springdata.commons>1.13.0.BUILD-SNAPSHOT</springdata.commons>
<assertj>3.5.2</assertj>
<bundlor.enabled>false</bundlor.enabled>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>

<developers>
Expand Down Expand Up @@ -88,20 +86,6 @@
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>${spring}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj}</version>
<scope>test</scope>
</dependency>

</dependencies>

<repositories>
Expand Down

0 comments on commit dbd4bf2

Please sign in to comment.