Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
DATASOLR-339 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Apr 4, 2017
1 parent 498b35a commit 0833186
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.0.0.M2</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>

<properties>
<commons.collections>3.2.1</commons.collections>
<commons.lang>3.1</commons.lang>
<httpcomponents>4.3.1</httpcomponents>
<solr>6.5.0</solr>
<springdata.commons>2.0.0.M2</springdata.commons>
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
</properties>

<developers>
Expand Down Expand Up @@ -281,8 +281,8 @@

<repositories>
<repository>
<id>spring-libs-milestone</id>
<url>https://repo.spring.io/libs-milestone</url>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/libs-snapshot</url>
</repository>
</repositories>

Expand Down

0 comments on commit 0833186

Please sign in to comment.