Next Development Version
This commit is contained in:
@@ -1,12 +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>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
<relativePath>../spring-boot-starters/spring-boot-starter-parent</relativePath>
|
||||
</parent>
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
@@ -279,7 +277,7 @@
|
||||
</goals>
|
||||
</pluginExecutionFilter>
|
||||
<action>
|
||||
<ignore></ignore>
|
||||
<ignore />
|
||||
</action>
|
||||
</pluginExecution>
|
||||
</pluginExecutions>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- Your own application should inherit from spring-boot-starter-parent -->
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-activemq</artifactId>
|
||||
<name>Spring Boot ActiveMQ Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-actuator-log4j2</artifactId>
|
||||
<name>Spring Boot Actuator Log4j 2 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-actuator-noweb</artifactId>
|
||||
<name>Spring Boot Actuator Non-Web Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-actuator-ui</artifactId>
|
||||
<name>Spring Boot Actuator UI Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-actuator</artifactId>
|
||||
<name>Spring Boot Actuator Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-amqp</artifactId>
|
||||
<name>Spring Boot AMQP Sample</name>
|
||||
|
||||
@@ -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">
|
||||
<?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">
|
||||
<!-- This POM is just to trigger the Ant/Ivy sample from Maven and to test -->
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-ant</artifactId>
|
||||
<name>Spring Boot Ant Sample</name>
|
||||
@@ -31,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-antlib</artifactId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<!-- Test -->
|
||||
<dependency>
|
||||
@@ -61,8 +62,8 @@
|
||||
<phase>package</phase>
|
||||
<configuration>
|
||||
<target>
|
||||
<property name="build.compiler" value="extJavac"/>
|
||||
<ant dir="${basedir}"/>
|
||||
<property name="build.compiler" value="extJavac" />
|
||||
<ant dir="${basedir}" />
|
||||
</target>
|
||||
</configuration>
|
||||
<goals>
|
||||
@@ -102,4 +103,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-aop</artifactId>
|
||||
<name>Spring Boot AOP Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-atmosphere</artifactId>
|
||||
<name>Spring Boot Atmosphere Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-batch</artifactId>
|
||||
<name>Spring Boot Batch Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-cache</artifactId>
|
||||
<name>Spring Boot Cache Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-custom-layout</artifactId>
|
||||
<name>Spring Boot Custom Layout Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-cassandra</artifactId>
|
||||
<name>Spring Boot Data Cassandra Sample</name>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-couchbase</artifactId>
|
||||
<name>Spring Boot Data Couchbase Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-elasticsearch</artifactId>
|
||||
<name>Spring Boot Data Elasticsearch Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-gemfire</artifactId>
|
||||
<name>Spring Boot Data GemFire Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-jpa</artifactId>
|
||||
<name>Spring Boot Data JPA Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-ldap</artifactId>
|
||||
<name>Spring Boot Data LDAP Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-mongodb</artifactId>
|
||||
<name>Spring Boot Data MongoDB Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-neo4j</artifactId>
|
||||
<name>Spring Boot Data Neo4j Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-redis</artifactId>
|
||||
<name>Spring Boot Data Redis Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-rest</artifactId>
|
||||
<name>Spring Boot Data REST Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-data-solr</artifactId>
|
||||
<name>Spring Boot Data Solr Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-devtools</artifactId>
|
||||
<name>Spring Boot Developer Tools Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-flyway</artifactId>
|
||||
<name>Spring Boot Flyway Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hateoas</artifactId>
|
||||
<name>Spring Boot Hateoas Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hibernate4</artifactId>
|
||||
<name>Spring Boot Hibernate 4 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hibernate52</artifactId>
|
||||
<name>Spring Boot Hibernate 5.2 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hypermedia-gson</artifactId>
|
||||
<name>Spring Boot Hypermedia GSON Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hypermedia-jpa</artifactId>
|
||||
<name>Spring Boot Hypermedia JPA Sample</name>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>spring-boot-sample-hypermedia-ui-secure</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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hypermedia-ui</artifactId>
|
||||
<name>Spring Boot Hypermedia UI Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-hypermedia</artifactId>
|
||||
<name>Spring Boot Hypermedia Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-integration</artifactId>
|
||||
<name>Spring Boot Integration Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jersey</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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jersey1</artifactId>
|
||||
<name>Spring Boot Jersey 1 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty-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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty-ssl</artifactId>
|
||||
<name>Spring Boot Jetty SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty</artifactId>
|
||||
<name>Spring Boot Jetty Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty8-ssl</artifactId>
|
||||
<name>Spring Boot Jetty 8 SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty8</artifactId>
|
||||
<name>Spring Boot Jetty 8 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty92</artifactId>
|
||||
<name>Spring Boot Jetty 9.2 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jetty93</artifactId>
|
||||
<name>Spring Boot Jetty 9.3 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jooq</artifactId>
|
||||
<name>Spring Boot jOOQ Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jpa</artifactId>
|
||||
<name>Spring Boot JPA Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jta-atomikos</artifactId>
|
||||
<name>Spring Boot Atomikos JTA Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jta-bitronix</artifactId>
|
||||
<name>Spring Boot Bitronix JTA Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jta-jndi</artifactId>
|
||||
<name>Spring Boot JNDI JTA Sample</name>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-jta-narayana</artifactId>
|
||||
<name>Spring Boot Narayana JTA Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-liquibase</artifactId>
|
||||
<name>Spring Boot Liquibase Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-logback</artifactId>
|
||||
<name>Spring Boot Logback Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-metrics-dropwizard</artifactId>
|
||||
<name>Spring Boot Metrics Dropwizard Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-metrics-opentsdb</artifactId>
|
||||
<name>Spring Boot Metrics OpenTSDB Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-metrics-redis</artifactId>
|
||||
<name>Spring Boot Metrics Redis Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-parent-context</artifactId>
|
||||
<name>Spring Boot Parent Context Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-profile</artifactId>
|
||||
<name>Spring Boot Profile Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-property-validation</artifactId>
|
||||
<name>Spring Boot Property Validation Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-secure-oauth2-actuator</artifactId>
|
||||
<name>spring-boot-sample-secure-oauth2-actuator</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-secure-oauth2-resource</artifactId>
|
||||
<name>spring-boot-sample-secure-oauth2-resource</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-secure-oauth2</artifactId>
|
||||
<name>Spring Boot Security OAuth2 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-secure</artifactId>
|
||||
<name>Spring Boot Security Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-session-redis</artifactId>
|
||||
<name>Spring Boot Session Redis Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-simple</artifactId>
|
||||
<name>Spring Boot Simple Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-test-nomockito</artifactId>
|
||||
<name>Spring Boot Test Sample No Mockito</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-test</artifactId>
|
||||
<name>Spring Boot Test Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-testng</artifactId>
|
||||
<name>Spring Boot TestNG Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat-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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat-multi-connectors</artifactId>
|
||||
<name>Spring Boot Multi-Connector Tomcat Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat-ssl</artifactId>
|
||||
<name>Spring Boot Tomcat SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat</artifactId>
|
||||
<name>Spring Boot Tomcat Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat7-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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat7-ssl</artifactId>
|
||||
<name>Spring Boot Tomcat 7 SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-tomcat80-ssl</artifactId>
|
||||
<name>Spring Boot Tomcat 8.0 SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-undertow-ssl</artifactId>
|
||||
<name>Spring Boot Undertow SSL Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-undertow</artifactId>
|
||||
<name>Spring Boot Undertow Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-war</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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-freemarker</artifactId>
|
||||
<name>Spring Boot Web FreeMarker Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-groovy-templates</artifactId>
|
||||
<name>Spring Boot Web Groovy Templates Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-method-security</artifactId>
|
||||
<name>Spring Boot Web Method Security Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-mustache</artifactId>
|
||||
<name>Spring Boot Web Mustache Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-secure-custom</artifactId>
|
||||
<name>Spring Boot Web Secure Custom Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-secure-github</artifactId>
|
||||
<name>Spring Boot Web Secure GitHub Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-secure-jdbc</artifactId>
|
||||
<name>Spring Boot Web Secure JDBC Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-secure</artifactId>
|
||||
<name>Spring Boot Web Secure Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-thymeleaf3</artifactId>
|
||||
<name>Spring Boot Web Thymeleaf 3 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-web-ui</artifactId>
|
||||
<name>Spring Boot Web UI Sample</name>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<!-- Your own application should inherit from spring-boot-starter-parent -->
|
||||
<artifactId>spring-boot-samples</artifactId>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<version>1.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-webservices</artifactId>
|
||||
<name>Spring Boot Web Services Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-websocket-jetty</artifactId>
|
||||
<name>Spring Boot WebSocket Jetty Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-websocket-jetty93</artifactId>
|
||||
<name>Spring Boot WebSocket Jetty 9.3 Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-websocket-tomcat</artifactId>
|
||||
<name>Spring Boot WebSocket Tomcat Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-websocket-undertow</artifactId>
|
||||
<name>Spring Boot WebSocket Undertow Sample</name>
|
||||
|
||||
@@ -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.5.14.BUILD-SNAPSHOT</version>
|
||||
<version>1.5.15.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<artifactId>spring-boot-sample-xml</artifactId>
|
||||
<name>Spring Boot XML Sample</name>
|
||||
|
||||
Reference in New Issue
Block a user