Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spring-builds committed Apr 24, 2014
1 parent c714359 commit 34cdf97
Show file tree
Hide file tree
Showing 68 changed files with 72 additions and 73 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-build</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Boot Build</name>
<description>Spring Boot Build</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-actuator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Boot Dependencies</name>
<description>Spring Boot Dependencies</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-full-build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-full-build</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<packaging>pom</packaging>
<name>Spring Boot Full Build</name>
<description>Spring Boot Full Build</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-dependencies</relativePath>
</parent>
<artifactId>spring-boot-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
</parent>
<artifactId>spring-boot-samples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-actuator-log4j</artifactId>
<name>Spring Boot Actuator Log4J Sample</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
<name>Spring Boot Actuator Non-Web Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-actuator-ui</artifactId>
<name>Spring Boot Actuator UI Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-actuator</artifactId>
<name>Spring Boot Actuator Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-amqp</artifactId>
<name>Spring Boot AMQP Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-aop</artifactId>
<name>Spring Boot AOP Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-batch</artifactId>
<name>Spring Boot Batch Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-data-jpa</artifactId>
<name>Spring Boot Data JPA Sample</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-data-mongodb</artifactId>
<name>Spring Boot Data MongoDB Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-data-redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-data-redis</artifactId>
<name>Spring Boot Data Redis Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-data-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-data-rest</artifactId>
<name>Spring Boot Data REST Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-integration</artifactId>
<name>Spring Boot Integration Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-jetty</artifactId>
<name>Spring Boot Jetty Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-profile</artifactId>
<name>Spring Boot Profile Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-secure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-secure</artifactId>
<name>Spring Boot Security Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-servlet</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-simple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-simple</artifactId>
<name>Spring Boot Simple Sample</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId>
<name>Spring Boot Multi-Connector Tomcat Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-tomcat</artifactId>
<name>Spring Boot Tomcat Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-traditional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-traditional</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-web-jsp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-web-jsp</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-web-method-security</artifactId>
<name>Spring Boot Web Method Security Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-web-secure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-web-secure</artifactId>
<name>Spring Boot Web Secure Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-web-static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-web-static</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-web-ui</artifactId>
<name>Spring Boot Web UI Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<name>Spring Boot WebSocket Sample</name>
<description>Spring Boot WebSocket Sample</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-sample-xml</artifactId>
<name>Spring Boot XML Sample</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot-starters</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-actuator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-actuator</artifactId>
<name>Spring Boot Actuator Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-amqp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-amqp</artifactId>
<name>Spring Boot AMPQ Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-aop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-aop</artifactId>
<name>Spring Boot AOP Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-batch</artifactId>
<name>Spring Boot Batch Starter</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-data-jpa</artifactId>
<name>Spring Boot Data JPA Starter</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>1.0.2.BUILD-SNAPSHOT</version>
<version>1.0.2.RELEASE</version>
</parent>
<artifactId>spring-boot-starter-data-mongodb</artifactId>
<name>Spring Boot Data MongoDB Starter</name>
Expand Down

0 comments on commit 34cdf97

Please sign in to comment.