Skip to content

Commit da5e0f6

Browse files
committed
Remove reference to spring-boot.version in the build
Closes gh-5014
1 parent 1a4ee0d commit da5e0f6

File tree

3 files changed

+4
-8
lines changed
  • spring-boot-dependencies
  • spring-boot-samples/spring-boot-sample-ant
  • spring-boot-starters/spring-boot-starter-parent

3 files changed

+4
-8
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
</developer>
4444
</developers>
4545
<properties>
46-
<!-- Spring Boot -->
47-
<spring-boot.version>1.4.0.BUILD-SNAPSHOT</spring-boot.version>
48-
<!-- Third Party -->
4946
<activemq.version>5.12.2</activemq.version>
5047
<antlr2.version>2.7.7</antlr2.version>
5148
<artemis.version>1.1.0</artemis.version>
@@ -2009,7 +2006,7 @@
20092006
<plugin>
20102007
<groupId>org.springframework.boot</groupId>
20112008
<artifactId>spring-boot-maven-plugin</artifactId>
2012-
<version>${spring-boot.version}</version>
2009+
<version>1.4.0.BUILD-SNAPSHOT</version>
20132010
</plugin>
20142011
<plugin>
20152012
<groupId>org.apache.maven.plugins</groupId>

spring-boot-samples/spring-boot-sample-ant/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.springframework.boot</groupId>
3838
<artifactId>spring-boot-antlib</artifactId>
39-
<version>1.3.3.BUILD-SNAPSHOT</version>
39+
<version>1.4.0.BUILD-SNAPSHOT</version>
4040
</dependency>
4141
</dependencies>
4242
<build>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.springframework.boot</groupId>
8585
<artifactId>spring-boot-antlib</artifactId>
86-
<version>${spring-boot.version}</version>
86+
<version>1.4.0.BUILD-SNAPSHOT</version>
8787
</dependency>
8888
</dependencies>
8989
</plugin>

spring-boot-starters/spring-boot-starter-parent/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
<plugin>
152152
<groupId>org.springframework.boot</groupId>
153153
<artifactId>spring-boot-maven-plugin</artifactId>
154-
<version>${spring-boot.version}</version>
155154
<executions>
156155
<execution>
157156
<goals>
@@ -171,7 +170,7 @@
171170
<dependency>
172171
<groupId>org.springframework.boot</groupId>
173172
<artifactId>spring-boot-maven-plugin</artifactId>
174-
<version>${spring-boot.version}</version>
173+
<version>1.4.0.BUILD-SNAPSHOT</version>
175174
</dependency>
176175
</dependencies>
177176
<configuration>

0 commit comments

Comments
 (0)