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

Commit

Permalink
DATASOLR-239 - After release cleanups.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jun 2, 2015
1 parent ffcb212 commit 8cfb03e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

<modelVersion>4.0.0</modelVersion>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>1.7.0.M1</version>
<version>1.7.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-data-build/parent/pom.xml</relativePath>
</parent>

Expand All @@ -24,7 +24,7 @@
<commons.lang>3.1</commons.lang>
<httpcomponents>4.2.2</httpcomponents>
<solr>4.10.1</solr>
<springdata.commons>1.11.0.M1</springdata.commons>
<springdata.commons>1.11.0.BUILD-SNAPSHOT</springdata.commons>
</properties>

<developers>
Expand Down Expand Up @@ -290,8 +290,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 8cfb03e

Please sign in to comment.