Skip to content

Commit bb2271e

Browse files
committed
DATAMONGO-1381 - After release cleanups.
1 parent d6aa9a0 commit bb2271e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<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">
33

44
<modelVersion>4.0.0</modelVersion>
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.springframework.data.build</groupId>
1717
<artifactId>spring-data-parent</artifactId>
18-
<version>1.7.4.RELEASE</version>
18+
<version>1.7.5.BUILD-SNAPSHOT</version>
1919
</parent>
2020

2121
<modules>
@@ -28,7 +28,7 @@
2828
<properties>
2929
<project.type>multi</project.type>
3030
<dist.id>spring-data-mongodb</dist.id>
31-
<springdata.commons>1.11.4.RELEASE</springdata.commons>
31+
<springdata.commons>1.11.5.BUILD-SNAPSHOT</springdata.commons>
3232
<mongo>2.13.0</mongo>
3333
<mongo.osgi>2.13.0</mongo.osgi>
3434
</properties>
@@ -156,8 +156,8 @@
156156

157157
<repositories>
158158
<repository>
159-
<id>spring-libs-release</id>
160-
<url>https://repo.spring.io/libs-release</url>
159+
<id>spring-libs-snapshot</id>
160+
<url>https://repo.spring.io/libs-snapshot</url>
161161
</repository>
162162
</repositories>
163163

0 commit comments

Comments
 (0)