File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
spring-data-jpa-distribution Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.data</groupId >
77 <artifactId >spring-data-jpa-parent</artifactId >
8- <version >3.5.0 </version >
8+ <version >4.0.0-SNAPSHOT </version >
99 <packaging >pom</packaging >
1010
1111 <name >Spring Data JPA Parent</name >
2323 <parent >
2424 <groupId >org.springframework.data.build</groupId >
2525 <artifactId >spring-data-parent</artifactId >
26- <version >3.5.0 </version >
26+ <version >4.0.0-SNAPSHOT </version >
2727 </parent >
2828
2929 <properties >
4141 <jsqlparser >5.2</jsqlparser >
4242 <mysql-connector-java >9.2.0</mysql-connector-java >
4343 <postgresql >42.7.5</postgresql >
44- <springdata .commons>3.5.0 </springdata .commons>
44+ <springdata .commons>4.0.0-SNAPSHOT </springdata .commons>
4545 <vavr >0.10.3</vavr >
4646
4747 <hibernate .groupId>org.hibernate</hibernate .groupId>
173173 </build >
174174
175175 <repositories >
176-
177-
176+
177+
178178 </repositories >
179179
180180 <pluginRepositories >
Original file line number Diff line number Diff line change 55
66 <groupId >org.springframework.data</groupId >
77 <artifactId >spring-data-envers</artifactId >
8- <version >3.5.0 </version >
8+ <version >4.0.0-SNAPSHOT </version >
99
1010 <parent >
1111 <groupId >org.springframework.data</groupId >
1212 <artifactId >spring-data-jpa-parent</artifactId >
13- <version >3.5.0 </version >
13+ <version >4.0.0-SNAPSHOT </version >
1414 <relativePath >../pom.xml</relativePath >
1515 </parent >
1616
Original file line number Diff line number Diff line change 1414 <parent >
1515 <groupId >org.springframework.data</groupId >
1616 <artifactId >spring-data-jpa-parent</artifactId >
17- <version >3.5.0 </version >
17+ <version >4.0.0-SNAPSHOT </version >
1818 <relativePath >../pom.xml</relativePath >
1919 </parent >
2020
Original file line number Diff line number Diff line change 77
88 <groupId >org.springframework.data</groupId >
99 <artifactId >spring-data-jpa</artifactId >
10- <version >3.5.0 </version >
10+ <version >4.0.0-SNAPSHOT </version >
1111
1212 <name >Spring Data JPA</name >
1313 <description >Spring Data module for JPA repositories.</description >
1616 <parent >
1717 <groupId >org.springframework.data</groupId >
1818 <artifactId >spring-data-jpa-parent</artifactId >
19- <version >3.5.0 </version >
19+ <version >4.0.0-SNAPSHOT </version >
2020 <relativePath >../pom.xml</relativePath >
2121 </parent >
2222
You can’t perform that action at this time.
0 commit comments