8
pom.xml
8
pom.xml
@@ -9,7 +9,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.data.build</groupId>
|
||||
<artifactId>spring-data-parent</artifactId>
|
||||
<version>2.6.8</version>
|
||||
<version>2.6.9-SNAPSHOT</version>
|
||||
<relativePath/>
|
||||
</parent>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<springdata.jpa>2.6.8</springdata.jpa>
|
||||
<springdata.jpa>2.6.9-SNAPSHOT</springdata.jpa>
|
||||
<hibernate.envers>5.5.3.Final</hibernate.envers>
|
||||
<java-module-name>spring.data.envers</java-module-name>
|
||||
</properties>
|
||||
@@ -116,8 +116,8 @@
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>spring-libs-release</id>
|
||||
<url>https://repo.spring.io/libs-release</url>
|
||||
<id>spring-libs-snapshot</id>
|
||||
<url>https://repo.spring.io/libs-snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user