1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4+ <modelVersion >4.0.0</modelVersion >
5+
6+ <parent >
7+ <groupId >org.springframework.boot</groupId >
8+ <artifactId >spring-boot-starter-parent</artifactId >
9+ <version >1.0.0.RC3</version >
10+ </parent >
11+ <packaging >pom</packaging >
12+ <groupId >bootexamples</groupId >
13+ <artifactId >core</artifactId >
14+ <modules >
15+ <module >rest-and-mvc</module >
16+ <module >jersey</module >
17+ <module >vaadin</module >
18+ <module >x-auth-security</module >
19+ </modules >
20+
21+
22+ <build >
23+ <plugins >
24+ <plugin >
25+
26+ <groupId >org.springframework.boot</groupId >
27+ <artifactId >spring-boot-maven-plugin</artifactId >
28+ </plugin >
29+ </plugins >
30+ </build >
31+
32+ <repositories >
33+ <repository >
34+ <id >spring-snapshots</id >
35+ <name >Spring Snapshots</name >
36+ <url >http://repo.springsource.org/snapshot</url >
37+ <snapshots >
38+ <enabled >true</enabled >
39+ </snapshots >
40+ </repository >
41+ <repository >
42+ <id >spring-milestones</id >
43+ <name >Spring Milestones</name >
44+ <url >http://repo.springsource.org/milestone</url >
45+ <snapshots >
46+ <enabled >false</enabled >
47+ </snapshots >
48+ </repository >
49+ </repositories >
50+ <pluginRepositories >
51+ <pluginRepository >
52+ <id >spring-snapshots</id >
53+ <name >Spring Snapshots</name >
54+ <url >http://repo.springsource.org/snapshot</url >
55+ <snapshots >
56+ <enabled >true</enabled >
57+ </snapshots >
58+ </pluginRepository >
59+ <pluginRepository >
60+ <id >spring-milestones</id >
61+ <name >Spring Milestones</name >
62+ <url >http://repo.springsource.org/milestone</url >
63+ <snapshots >
64+ <enabled >false</enabled >
65+ </snapshots >
66+ </pluginRepository >
67+ </pluginRepositories >
68+
69+ </project >
0 commit comments