Skip to content

Commit d522155

Browse files
committed
After release cleanups.
See #391
1 parent f44bdce commit d522155

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.data.build</groupId>
1111
<artifactId>spring-data-parent</artifactId>
12-
<version>2.7.16</version>
12+
<version>2.7.17-SNAPSHOT</version>
1313
<relativePath/>
1414
</parent>
1515

@@ -48,7 +48,7 @@
4848
</scm>
4949

5050
<properties>
51-
<springdata.jpa>2.7.16</springdata.jpa>
51+
<springdata.jpa>2.7.17-SNAPSHOT</springdata.jpa>
5252
<hibernate.envers>5.5.3.Final</hibernate.envers>
5353
<java-module-name>spring.data.envers</java-module-name>
5454
</properties>
@@ -115,8 +115,20 @@
115115
</build>
116116

117117
<repositories>
118-
119-
118+
<repository>
119+
<id>spring-snapshot</id>
120+
<url>https://repo.spring.io/snapshot</url>
121+
<snapshots>
122+
<enabled>true</enabled>
123+
</snapshots>
124+
<releases>
125+
<enabled>false</enabled>
126+
</releases>
127+
</repository>
128+
<repository>
129+
<id>spring-milestone</id>
130+
<url>https://repo.spring.io/milestone</url>
131+
</repository>
120132
</repositories>
121133

122134
<pluginRepositories>

0 commit comments

Comments
 (0)