Skip to content

Commit a5864eb

Browse files
committed
Next development version
1 parent 1351759 commit a5864eb

File tree

68 files changed

+92
-92
lines changed

Some content is hidden

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

68 files changed

+92
-92
lines changed

pom.xml

+1-1
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.0.1.BUILD-SNAPSHOT</version>
6+
<version>1.0.2.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Build</name>
99
<description>Spring Boot Build</description>

spring-boot-actuator/pom.xml

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

spring-boot-autoconfigure/pom.xml

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

spring-boot-cli/pom.xml

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

spring-boot-dependencies/pom.xml

+1-1
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-dependencies</artifactId>
6-
<version>1.0.1.BUILD-SNAPSHOT</version>
6+
<version>1.0.2.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Dependencies</name>
99
<description>Spring Boot Dependencies</description>

spring-boot-docs/pom.xml

+1-1
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.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-docs</artifactId>

spring-boot-full-build/pom.xml

+1-1
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-full-build</artifactId>
6-
<version>1.0.1.BUILD-SNAPSHOT</version>
6+
<version>1.0.2.BUILD-SNAPSHOT</version>
77
<packaging>pom</packaging>
88
<name>Spring Boot Full Build</name>
99
<description>Spring Boot Full Build</description>

spring-boot-integration-tests/pom.xml

+1-1
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.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-integration-tests</artifactId>

spring-boot-parent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-dependencies</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-dependencies</relativePath>
99
</parent>
1010
<artifactId>spring-boot-parent</artifactId>

spring-boot-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-samples</artifactId>

spring-boot-samples/spring-boot-sample-actuator-log4j/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
1111
<name>Spring Boot Actuator Log4J Sample</name>

spring-boot-samples/spring-boot-sample-actuator-noweb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
1111
<name>Spring Boot Actuator Non-Web Sample</name>

spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator-ui</artifactId>
1111
<name>Spring Boot Actuator UI Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-actuator</artifactId>
1111
<name>Spring Boot Actuator Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-amqp</artifactId>
1111
<name>Spring Boot AMQP Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-aop</artifactId>
1111
<name>Spring Boot AOP Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-batch</artifactId>
1111
<name>Spring Boot Batch Sample</name>

spring-boot-samples/spring-boot-sample-data-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-jpa</artifactId>
1111
<name>Spring Boot Data JPA Sample</name>

spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-mongodb</artifactId>
1111
<name>Spring Boot Data MongoDB Sample</name>

spring-boot-samples/spring-boot-sample-data-redis/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-redis</artifactId>
1111
<name>Spring Boot Data Redis Sample</name>

spring-boot-samples/spring-boot-sample-data-rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-data-rest</artifactId>
1111
<name>Spring Boot Data REST Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-integration</artifactId>
1111
<name>Spring Boot Integration Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-jetty</artifactId>
1111
<name>Spring Boot Jetty Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-profile</artifactId>
1111
<name>Spring Boot Profile Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-secure</artifactId>
1111
<name>Spring Boot Security Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-servlet</artifactId>
1111
<packaging>war</packaging>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-simple</artifactId>
1111
<name>Spring Boot Simple Sample</name>

spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId>
1111
<name>Spring Boot Multi-Connector Tomcat Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-tomcat</artifactId>
1111
<name>Spring Boot Tomcat Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-traditional</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-jsp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-jsp</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-method-security/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-method-security</artifactId>
1111
<name>Spring Boot Web Method Security Sample</name>

spring-boot-samples/spring-boot-sample-web-secure/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-secure</artifactId>
1111
<name>Spring Boot Web Secure Sample</name>

spring-boot-samples/spring-boot-sample-web-static/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-static</artifactId>
1111
<packaging>war</packaging>

spring-boot-samples/spring-boot-sample-web-ui/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-web-ui</artifactId>
1111
<name>Spring Boot Web UI Sample</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Your own application should inherit from spring-boot-starter-parent -->
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-samples</artifactId>
9-
<version>1.0.1.BUILD-SNAPSHOT</version>
9+
<version>1.0.2.BUILD-SNAPSHOT</version>
1010
</parent>
1111
<name>Spring Boot WebSocket Sample</name>
1212
<description>Spring Boot WebSocket Sample</description>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.0.1.BUILD-SNAPSHOT</version>
8+
<version>1.0.2.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-xml</artifactId>
1111
<name>Spring Boot XML Sample</name>

spring-boot-starters/pom.xml

+1-1
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.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
<relativePath>../spring-boot-parent</relativePath>
99
</parent>
1010
<artifactId>spring-boot-starters</artifactId>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-actuator</artifactId>
1010
<name>Spring Boot Actuator Starter</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-amqp</artifactId>
1010
<name>Spring Boot AMPQ Starter</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-aop</artifactId>
1010
<name>Spring Boot AOP Starter</name>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-batch</artifactId>
1010
<name>Spring Boot Batch Starter</name>

spring-boot-starters/spring-boot-starter-data-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-data-jpa</artifactId>
1010
<name>Spring Boot Data JPA Starter</name>

spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starters</artifactId>
7-
<version>1.0.1.BUILD-SNAPSHOT</version>
7+
<version>1.0.2.BUILD-SNAPSHOT</version>
88
</parent>
99
<artifactId>spring-boot-starter-data-mongodb</artifactId>
1010
<name>Spring Boot Data MongoDB Starter</name>

0 commit comments

Comments
 (0)