Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 200cd53

Browse files
author
Phillip Webb
committedJun 26, 2014
Revert "Next development version"
This reverts commit 6718947.
1 parent 6718947 commit 200cd53

File tree

92 files changed

+134
-135
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+134
-135
lines changed
 

‎pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.springframework.boot</groupId>
55
<artifactId>spring-boot-build</artifactId>
6-
<version>1.1.4.BUILD-SNAPSHOT</version>
6+
<version>1.1.3.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

‎spring-boot-actuator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-parent</artifactId>
7-
<version>1.1.4.BUILD-SNAPSHOT</version>
7+
<version>1.1.3.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

0 commit comments

Comments
 (0)
Please sign in to comment.