File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
spring-boot-autoconfigure-data-ebean
spring-boot-starter-data-ebean Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >io.github.hexagonframework.boot</groupId >
77 <artifactId >spring-data-ebean-spring-boot</artifactId >
8- <version >1.4 .0.RELEASE</version >
8+ <version >2.0 .0.RELEASE</version >
99 <name >spring-data-ebean-spring-boot</name >
1010 <description >Spring boot support for spring data ebean</description >
1111 <packaging >pom</packaging >
4646
4747 <properties >
4848 <spring-boot .version>2.0.0.RELEASE</spring-boot .version>
49- <spring-data-ebean .version>1.4 .0.RELEASE</spring-data-ebean .version>
49+ <spring-data-ebean .version>2.0 .0.RELEASE</spring-data-ebean .version>
5050 </properties >
5151
5252 <profiles >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.hexagonframework.boot</groupId >
88 <artifactId >spring-data-ebean-spring-boot</artifactId >
9- <version >1.4 .0.RELEASE</version >
9+ <version >2.0 .0.RELEASE</version >
1010 </parent >
1111 <artifactId >spring-boot-autoconfigure-data-ebean</artifactId >
1212 <name >spring-boot-autoconfigure-data-ebean</name >
2323 <artifactId >spring-data-ebean</artifactId >
2424 <optional >true</optional >
2525 </dependency >
26+ <dependency >
27+ <groupId >io.ebean</groupId >
28+ <artifactId >ebean</artifactId >
29+ <version >11.21.1</version >
30+ <optional >true</optional >
31+ </dependency >
2632 </dependencies >
2733
2834</project >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >io.github.hexagonframework.boot</groupId >
88 <artifactId >spring-data-ebean-spring-boot</artifactId >
9- <version >1.4 .0.RELEASE</version >
9+ <version >2.0 .0.RELEASE</version >
1010 </parent >
1111 <artifactId >spring-boot-starter-data-ebean</artifactId >
1212 <name >spring-boot-starter-data-ebean</name >
You can’t perform that action at this time.
0 commit comments