Skip to content

Commit a89ef5d

Browse files
committed
Next Development Version
1 parent 7e116f6 commit a89ef5d

File tree

162 files changed

+222
-221
lines changed
  • spring-boot-actuator-docs
  • spring-boot-actuator
  • spring-boot-autoconfigure
  • spring-boot-cli
  • spring-boot-dependencies
  • spring-boot-deployment-tests
  • spring-boot-devtools
  • spring-boot-docs
  • spring-boot-full-build
  • spring-boot-integration-tests
  • spring-boot-parent
  • spring-boot-samples
    • spring-boot-sample-activemq
    • spring-boot-sample-actuator-log4j2
    • spring-boot-sample-actuator-log4j
    • spring-boot-sample-actuator-noweb
    • spring-boot-sample-actuator-ui
    • spring-boot-sample-actuator
    • spring-boot-sample-amqp
    • spring-boot-sample-ant
    • spring-boot-sample-aop
    • spring-boot-sample-atmosphere
    • spring-boot-sample-batch
    • spring-boot-sample-cache
    • spring-boot-sample-data-cassandra
    • spring-boot-sample-data-elasticsearch
    • spring-boot-sample-data-gemfire
    • spring-boot-sample-data-jpa
    • spring-boot-sample-data-mongodb
    • spring-boot-sample-data-redis
    • spring-boot-sample-data-rest
    • spring-boot-sample-data-solr
    • spring-boot-sample-devtools
    • spring-boot-sample-flyway
    • spring-boot-sample-hateoas
    • spring-boot-sample-hornetq
    • spring-boot-sample-hypermedia-gson
    • spring-boot-sample-hypermedia-jpa
    • spring-boot-sample-hypermedia-ui
    • spring-boot-sample-hypermedia
    • spring-boot-sample-integration
    • spring-boot-sample-jersey1
    • spring-boot-sample-jersey
    • spring-boot-sample-jetty-ssl
    • spring-boot-sample-jetty8-ssl
    • spring-boot-sample-jetty8
    • spring-boot-sample-jetty93
    • spring-boot-sample-jetty
    • spring-boot-sample-jooq
    • spring-boot-sample-jpa
    • spring-boot-sample-jta-atomikos
    • spring-boot-sample-jta-bitronix
    • spring-boot-sample-jta-jndi
    • spring-boot-sample-liquibase
    • spring-boot-sample-logback
    • spring-boot-sample-metrics-dropwizard
    • spring-boot-sample-metrics-opentsdb
    • spring-boot-sample-metrics-redis
    • spring-boot-sample-parent-context
    • spring-boot-sample-profile
    • spring-boot-sample-property-validation
    • spring-boot-sample-secure-oauth2-resource
    • spring-boot-sample-secure-oauth2
    • spring-boot-sample-secure
    • spring-boot-sample-servlet
    • spring-boot-sample-session-redis
    • spring-boot-sample-simple
    • spring-boot-sample-testng
    • spring-boot-sample-tomcat-jsp
    • spring-boot-sample-tomcat-multi-connectors
    • spring-boot-sample-tomcat-ssl
    • spring-boot-sample-tomcat7-jsp
    • spring-boot-sample-tomcat
    • spring-boot-sample-traditional
    • spring-boot-sample-undertow-ssl
    • spring-boot-sample-undertow
    • spring-boot-sample-velocity
    • spring-boot-sample-war
    • spring-boot-sample-web-freemarker
    • spring-boot-sample-web-groovy-templates
    • spring-boot-sample-web-jsp
    • spring-boot-sample-web-method-security
    • spring-boot-sample-web-mustache
    • spring-boot-sample-web-secure-custom
    • spring-boot-sample-web-secure-github
    • spring-boot-sample-web-secure-jdbc
    • spring-boot-sample-web-secure
    • spring-boot-sample-web-static
    • spring-boot-sample-web-ui
    • spring-boot-sample-web-velocity
    • spring-boot-sample-websocket-jetty
    • spring-boot-sample-websocket-tomcat
    • spring-boot-sample-websocket-undertow
    • spring-boot-sample-ws
    • spring-boot-sample-xml
  • spring-boot-starters
  • spring-boot-tools
  • spring-boot

Some content is hidden

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

162 files changed

+222
-221
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.3.7.BUILD-SNAPSHOT</version>
6+
<version>1.3.8.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

spring-boot-actuator-docs/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.3.7.BUILD-SNAPSHOT</version>
7+
<version>1.3.8.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator-docs</artifactId>

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.3.7.BUILD-SNAPSHOT</version>
7+
<version>1.3.8.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-actuator</artifactId>

spring-boot-autoconfigure/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.3.7.BUILD-SNAPSHOT</version>
7+
<version>1.3.8.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/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.3.7.BUILD-SNAPSHOT</version>
7+
<version>1.3.8.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>

0 commit comments

Comments
 (0)