Skip to content

Commit 94728db

Browse files
committed
DATAJPA-975 - After release cleanups.
1 parent 569edca commit 94728db

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>
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.data.build</groupId>
1616
<artifactId>spring-data-parent</artifactId>
17-
<version>1.7.6.RELEASE</version>
17+
<version>1.7.7.BUILD-SNAPSHOT</version>
1818
</parent>
1919

2020
<properties>
@@ -28,7 +28,7 @@
2828
<jpa>2.0.0</jpa>
2929
<openjpa>2.3.0</openjpa>
3030
<querydsl>3.6.3</querydsl>
31-
<springdata.commons>1.11.6.RELEASE</springdata.commons>
31+
<springdata.commons>1.11.7.BUILD-SNAPSHOT</springdata.commons>
3232

3333
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
3434

@@ -511,8 +511,8 @@
511511

512512
<repositories>
513513
<repository>
514-
<id>spring-libs-release</id>
515-
<url>https://repo.spring.io/libs-release</url>
514+
<id>spring-libs-snapshot</id>
515+
<url>https://repo.spring.io/libs-snapshot</url>
516516
</repository>
517517
</repositories>
518518

0 commit comments

Comments
 (0)