File tree 1 file changed +16
-4
lines changed
1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.springframework.data.build</groupId >
11
11
<artifactId >spring-data-parent</artifactId >
12
- <version >2.7.16 </version >
12
+ <version >2.7.17-SNAPSHOT </version >
13
13
<relativePath />
14
14
</parent >
15
15
48
48
</scm >
49
49
50
50
<properties >
51
- <springdata .jpa>2.7.16 </springdata .jpa>
51
+ <springdata .jpa>2.7.17-SNAPSHOT </springdata .jpa>
52
52
<hibernate .envers>5.5.3.Final</hibernate .envers>
53
53
<java-module-name >spring.data.envers</java-module-name >
54
54
</properties >
115
115
</build >
116
116
117
117
<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 >
120
132
</repositories >
121
133
122
134
<pluginRepositories >
You can’t perform that action at this time.
0 commit comments