Skip to content

Commit 169eeb9

Browse files
author
Phillip Webb
committed
Fixup next iteration commit
1 parent 1367d57 commit 169eeb9

File tree

1 file changed

+24
-24
lines changed
  • spring-boot-starters/spring-boot-starter-parent

1 file changed

+24
-24
lines changed

Diff for: spring-boot-starters/spring-boot-starter-parent/pom.xml

+24-24
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<packaging>pom</packaging>
1212
<properties>
1313
<java.version>1.6</java.version>
14-
<spring-boot.version>1.0.0.RC3</spring-boot.version>
14+
<spring-boot.version>1.0.0.BUILD-SNAPSHOT</spring-boot.version>
1515
</properties>
1616
<dependencyManagement>
1717
<dependencies>
@@ -30,117 +30,117 @@
3030
<dependency>
3131
<groupId>org.springframework.boot</groupId>
3232
<artifactId>spring-boot</artifactId>
33-
<version>1.0.0.BUILD-SNAPSHOT</version>
33+
<version>${spring-boot.version}</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.springframework.boot</groupId>
3737
<artifactId>spring-boot-starter</artifactId>
38-
<version>1.0.0.BUILD-SNAPSHOT</version>
38+
<version>${spring-boot.version}</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>org.springframework.boot</groupId>
4242
<artifactId>spring-boot-actuator</artifactId>
43-
<version>1.0.0.BUILD-SNAPSHOT</version>
43+
<version>${spring-boot.version}</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.springframework.boot</groupId>
4747
<artifactId>spring-boot-starter-amqp</artifactId>
48-
<version>1.0.0.BUILD-SNAPSHOT</version>
48+
<version>${spring-boot.version}</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.springframework.boot</groupId>
5252
<artifactId>spring-boot-starter-aop</artifactId>
53-
<version>1.0.0.BUILD-SNAPSHOT</version>
53+
<version>${spring-boot.version}</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.springframework.boot</groupId>
5757
<artifactId>spring-boot-starter-actuator</artifactId>
58-
<version>1.0.0.BUILD-SNAPSHOT</version>
58+
<version>${spring-boot.version}</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.springframework.boot</groupId>
6262
<artifactId>spring-boot-starter-batch</artifactId>
63-
<version>1.0.0.BUILD-SNAPSHOT</version>
63+
<version>${spring-boot.version}</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.springframework.boot</groupId>
6767
<artifactId>spring-boot-starter-data-jpa</artifactId>
68-
<version>1.0.0.BUILD-SNAPSHOT</version>
68+
<version>${spring-boot.version}</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework.boot</groupId>
7272
<artifactId>spring-boot-starter-data-mongodb</artifactId>
73-
<version>1.0.0.BUILD-SNAPSHOT</version>
73+
<version>${spring-boot.version}</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.springframework.boot</groupId>
7777
<artifactId>spring-boot-starter-integration</artifactId>
78-
<version>1.0.0.BUILD-SNAPSHOT</version>
78+
<version>${spring-boot.version}</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>org.springframework.boot</groupId>
8282
<artifactId>spring-boot-starter-jdbc</artifactId>
83-
<version>1.0.0.BUILD-SNAPSHOT</version>
83+
<version>${spring-boot.version}</version>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.springframework.boot</groupId>
8787
<artifactId>spring-boot-starter-jetty</artifactId>
88-
<version>1.0.0.BUILD-SNAPSHOT</version>
88+
<version>${spring-boot.version}</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.springframework.boot</groupId>
9292
<artifactId>spring-boot-starter-logging</artifactId>
93-
<version>1.0.0.BUILD-SNAPSHOT</version>
93+
<version>${spring-boot.version}</version>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.springframework.boot</groupId>
9797
<artifactId>spring-boot-starter-log4j</artifactId>
98-
<version>1.0.0.BUILD-SNAPSHOT</version>
98+
<version>${spring-boot.version}</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.springframework.boot</groupId>
102102
<artifactId>spring-boot-starter-mobile</artifactId>
103-
<version>1.0.0.BUILD-SNAPSHOT</version>
103+
<version>${spring-boot.version}</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>org.springframework.boot</groupId>
107107
<artifactId>spring-boot-starter-redis</artifactId>
108-
<version>1.0.0.BUILD-SNAPSHOT</version>
108+
<version>${spring-boot.version}</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>org.springframework.boot</groupId>
112112
<artifactId>spring-boot-starter-security</artifactId>
113-
<version>1.0.0.BUILD-SNAPSHOT</version>
113+
<version>${spring-boot.version}</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.springframework.boot</groupId>
117117
<artifactId>spring-boot-starter-shell-remote</artifactId>
118-
<version>1.0.0.BUILD-SNAPSHOT</version>
118+
<version>${spring-boot.version}</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.springframework.boot</groupId>
122122
<artifactId>spring-boot-starter-test</artifactId>
123-
<version>1.0.0.BUILD-SNAPSHOT</version>
123+
<version>${spring-boot.version}</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.springframework.boot</groupId>
127127
<artifactId>spring-boot-starter-thymeleaf</artifactId>
128-
<version>1.0.0.BUILD-SNAPSHOT</version>
128+
<version>${spring-boot.version}</version>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.springframework.boot</groupId>
132132
<artifactId>spring-boot-starter-tomcat</artifactId>
133-
<version>1.0.0.BUILD-SNAPSHOT</version>
133+
<version>${spring-boot.version}</version>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.springframework.boot</groupId>
137137
<artifactId>spring-boot-starter-web</artifactId>
138-
<version>1.0.0.BUILD-SNAPSHOT</version>
138+
<version>${spring-boot.version}</version>
139139
</dependency>
140140
<dependency>
141141
<groupId>org.springframework.boot</groupId>
142142
<artifactId>spring-boot-starter-websocket</artifactId>
143-
<version>1.0.0.BUILD-SNAPSHOT</version>
143+
<version>${spring-boot.version}</version>
144144
</dependency>
145145
</dependencies>
146146
</dependencyManagement>

0 commit comments

Comments
 (0)