File tree Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Expand file tree Collapse file tree 1 file changed +28
-2
lines changed Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >1.5.6.RELEASE </version >
15
+ <version >2.0.0.M5 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
19
19
<properties >
20
20
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
21
<java .version>1.8</java .version>
22
- <springboot-javafx .version>1.4.0 </springboot-javafx .version>
22
+ <springboot-javafx .version>2.1.1 </springboot-javafx .version>
23
23
</properties >
24
24
25
+ <!-- Add Spring repositories -->
26
+ <!-- (you don't need this if you are using a .RELEASE version) -->
27
+ <repositories >
28
+ <repository >
29
+ <id >spring-snapshots</id >
30
+ <url >http://repo.spring.io/snapshot</url >
31
+ <snapshots >
32
+ <enabled >true</enabled >
33
+ </snapshots >
34
+ </repository >
35
+ <repository >
36
+ <id >spring-milestones</id >
37
+ <url >http://repo.spring.io/milestone</url >
38
+ </repository >
39
+ </repositories >
40
+ <pluginRepositories >
41
+ <pluginRepository >
42
+ <id >spring-snapshots</id >
43
+ <url >http://repo.spring.io/snapshot</url >
44
+ </pluginRepository >
45
+ <pluginRepository >
46
+ <id >spring-milestones</id >
47
+ <url >http://repo.spring.io/milestone</url >
48
+ </pluginRepository >
49
+ </pluginRepositories >
50
+
25
51
<modules >
26
52
<module >part_1</module >
27
53
<module >part_2</module >
You can’t perform that action at this time.
0 commit comments