Skip to content

Commit 3f6f57a

Browse files
committed
Next Development Version
1 parent 64ec67e commit 3f6f57a

File tree

161 files changed

+246
-265
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.

161 files changed

+246
-265
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.0.BUILD-SNAPSHOT</version>
6+
<version>1.3.1.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: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-parent</artifactId>
8-
<version>1.3.0.BUILD-SNAPSHOT</version>
7+
<version>1.3.1.BUILD-SNAPSHOT</version>
98
<relativePath>../spring-boot-parent</relativePath>
109
</parent>
1110
<artifactId>spring-boot-actuator-docs</artifactId>
@@ -209,7 +208,7 @@
209208
</goals>
210209
</pluginExecutionFilter>
211210
<action>
212-
<ignore></ignore>
211+
<ignore />
213212
</action>
214213
</pluginExecution>
215214
</pluginExecutions>

spring-boot-actuator/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?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">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.springframework.boot</groupId>
76
<artifactId>spring-boot-parent</artifactId>
8-
<version>1.3.0.BUILD-SNAPSHOT</version>
7+
<version>1.3.1.BUILD-SNAPSHOT</version>
98
<relativePath>../spring-boot-parent</relativePath>
109
</parent>
1110
<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.0.BUILD-SNAPSHOT</version>
7+
<version>1.3.1.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-autoconfigure</artifactId>

spring-boot-cli/pom.xml

Lines changed: 2 additions & 2 deletions
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.0.BUILD-SNAPSHOT</version>
7+
<version>1.3.1.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-cli</artifactId>
@@ -370,7 +370,7 @@
370370
</goals>
371371
</pluginExecutionFilter>
372372
<action>
373-
<ignore></ignore>
373+
<ignore />
374374
</action>
375375
</pluginExecution>
376376
</pluginExecutions>

0 commit comments

Comments
 (0)