parent
							
								
									b67bb70ee3
								
							
						
					
					
						commit
						6f9bb233ad
					
				
							
								
								
									
										2
									
								
								pom.xml
								
								
								
								
							
							
						
						
									
										2
									
								
								pom.xml
								
								
								
								
							|  | @ -3,7 +3,7 @@ | |||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<groupId>org.springframework.boot</groupId> | ||||
| 	<artifactId>spring-boot-build</artifactId> | ||||
| 	<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 	<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	<packaging>pom</packaging> | ||||
| 	<prerequisites> | ||||
| 		<maven>3.0.0</maven> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-actuator</artifactId> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-autoconfigure</artifactId> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-cli</artifactId> | ||||
|  |  | |||
|  | @ -1,9 +1,10 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<groupId>org.springframework.boot</groupId> | ||||
| 	<artifactId>spring-boot-dependencies</artifactId> | ||||
| 	<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 	<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	<packaging>pom</packaging> | ||||
| 	<properties> | ||||
| 		<activemq.version>5.7.0</activemq.version> | ||||
|  |  | |||
|  | @ -1,10 +1,11 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-docs</artifactId> | ||||
|  | @ -191,7 +192,8 @@ | |||
| 												<include name="**/*.pdf" /> | ||||
| 											</fileset> | ||||
| 										</copy> | ||||
| 										<move file="${basedir}/target/contents/reference/pdf/index.pdf" tofile="${basedir}/target/contents/reference/pdf/spring-boot-reference.pdf" /> | ||||
| 										<move file="${basedir}/target/contents/reference/pdf/index.pdf" | ||||
| 											tofile="${basedir}/target/contents/reference/pdf/spring-boot-reference.pdf" /> | ||||
| 									</postProcess> | ||||
| 								</configuration> | ||||
| 							</execution> | ||||
|  | @ -210,7 +212,8 @@ | |||
| 												<include name="**/*.epub" /> | ||||
| 											</fileset> | ||||
| 										</copy> | ||||
| 										<move file="${basedir}/target/contents/reference/epub/index.epub" tofile="${basedir}/target/contents/reference/epub/spring-boot-reference.epub" /> | ||||
| 										<move file="${basedir}/target/contents/reference/epub/index.epub" | ||||
| 											tofile="${basedir}/target/contents/reference/epub/spring-boot-reference.epub" /> | ||||
| 									</postProcess> | ||||
| 								</configuration> | ||||
| 							</execution> | ||||
|  | @ -251,8 +254,11 @@ | |||
| 								</goals> | ||||
| 								<configuration> | ||||
| 									<target> | ||||
| 										<zip destfile="${project.build.directory}/${project.name}-${project.version}.zip"> | ||||
| 											<zipfileset src="${project.build.directory}/${project.name}-${project.version}-javadoc.jar" prefix="api" /> | ||||
| 										<zip | ||||
| 											destfile="${project.build.directory}/${project.name}-${project.version}.zip"> | ||||
| 											<zipfileset | ||||
| 												src="${project.build.directory}/${project.name}-${project.version}-javadoc.jar" | ||||
| 												prefix="api" /> | ||||
| 											<fileset dir="${project.build.directory}/contents" /> | ||||
| 										</zip> | ||||
| 									</target> | ||||
|  | @ -270,15 +276,20 @@ | |||
| 										<taskdef resource="net/sf/antcontrib/antcontrib.properties" /> | ||||
| 										<taskdef name="stringutil" classname="ise.antelope.tasks.StringUtilTask" /> | ||||
| 										<var name="version-type" value="${project.version}" /> | ||||
| 										<propertyregex property="version-type" override="true" input="${version-type}" regexp=".*\.(.*)" replace="\1" /> | ||||
| 										<propertyregex property="version-type" override="true" input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> | ||||
| 										<propertyregex property="version-type" override="true" input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> | ||||
| 										<propertyregex property="version-type" override="true" input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> | ||||
| 										<propertyregex property="version-type" override="true" | ||||
| 											input="${version-type}" regexp=".*\.(.*)" replace="\1" /> | ||||
| 										<propertyregex property="version-type" override="true" | ||||
| 											input="${version-type}" regexp="(M)\d+" replace="MILESTONE" /> | ||||
| 										<propertyregex property="version-type" override="true" | ||||
| 											input="${version-type}" regexp="(RC)\d+" replace="MILESTONE" /> | ||||
| 										<propertyregex property="version-type" override="true" | ||||
| 											input="${version-type}" regexp="BUILD-(.*)" replace="SNAPSHOT" /> | ||||
| 										<stringutil string="${version-type}" property="spring-boot-repo"> | ||||
| 											<lowercase /> | ||||
| 										</stringutil> | ||||
| 										<var name="github-tag" value="v${project.version}" /> | ||||
| 										<propertyregex property="github-tag" override="true" input="${github-tag}" regexp=".*SNAPSHOT" replace="master" /> | ||||
| 										<propertyregex property="github-tag" override="true" | ||||
| 											input="${github-tag}" regexp=".*SNAPSHOT" replace="master" /> | ||||
| 									</target> | ||||
| 								</configuration> | ||||
| 							</execution> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<groupId>org.springframework.boot</groupId> | ||||
| 	<artifactId>spring-boot-full-build</artifactId> | ||||
| 	<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 	<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	<packaging>pom</packaging> | ||||
| 	<modules> | ||||
| 		<module>../</module> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-integration-tests</artifactId> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-dependencies</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-dependencies</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-parent</artifactId> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starter-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-samples</artifactId> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-actuator-log4j</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-actuator-noweb</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-actuator-ui</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-actuator</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-amqp</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-aop</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-batch</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-data-jpa</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-data-mongodb</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-data-redis</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-data-rest</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-integration</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-jetty</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-profile</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-secure</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-servlet</artifactId> | ||||
| 	<packaging>war</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-simple</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -1,11 +1,12 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<!-- Your own application should inherit from spring-boot-starter-parent --> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-samples</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-tomcat</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-traditional</artifactId> | ||||
| 	<packaging>war</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-web-jsp</artifactId> | ||||
| 	<packaging>war</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-web-method-security</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-web-secure</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-web-static</artifactId> | ||||
| 	<packaging>war</packaging> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-web-ui</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
| 		<!-- Your own application should inherit from spring-boot-starter-parent --> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-samples</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<properties> | ||||
| 		<main.basedir>${basedir}/../..</main.basedir> | ||||
|  |  | |||
|  | @ -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.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-sample-xml</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starters</artifactId> | ||||
|  |  | |||
|  | @ -1,10 +1,11 @@ | |||
| <?xml version="1.0" encoding="UTF-8"?> | ||||
| <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"> | ||||
| <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"> | ||||
| 	<modelVersion>4.0.0</modelVersion> | ||||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-actuator</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-amqp</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-aop</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-batch</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-data-jpa</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-data-mongodb</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-data-rest</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-integration</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-jdbc</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-jetty</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-log4j</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-logging</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-mobile</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-dependencies</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../../spring-boot-dependencies</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-parent</artifactId> | ||||
|  | @ -32,122 +32,122 @@ | |||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-actuator</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-amqp</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-aop</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-actuator</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-batch</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-data-jpa</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-data-mongodb</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-data-rest</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-integration</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-jdbc</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-jetty</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-logging</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-log4j</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-mobile</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-redis</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-security</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-remote-shell</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-test</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-thymeleaf</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-tomcat</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-web</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 			<dependency> | ||||
| 				<groupId>org.springframework.boot</groupId> | ||||
| 				<artifactId>spring-boot-starter-websocket</artifactId> | ||||
| 				<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 				<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 			</dependency> | ||||
| 		</dependencies> | ||||
| 	</dependencyManagement> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-redis</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-remote-shell</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-security</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-test</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-thymeleaf</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-tomcat</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-web</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter-websocket</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-starters</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-starter</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-tools</artifactId> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-tools</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-dependency-tools</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-tools</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-gradle-plugin</artifactId> | ||||
| 	<properties> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-tools</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-loader-tools</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-tools</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-loader</artifactId> | ||||
| 	<packaging>jar</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-tools</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot-maven-plugin</artifactId> | ||||
| 	<packaging>maven-plugin</packaging> | ||||
|  |  | |||
|  | @ -4,7 +4,7 @@ | |||
| 	<parent> | ||||
| 		<groupId>org.springframework.boot</groupId> | ||||
| 		<artifactId>spring-boot-parent</artifactId> | ||||
| 		<version>1.0.1.BUILD-SNAPSHOT</version> | ||||
| 		<version>1.0.0.BUILD-SNAPSHOT</version> | ||||
| 		<relativePath>../spring-boot-parent</relativePath> | ||||
| 	</parent> | ||||
| 	<artifactId>spring-boot</artifactId> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue