Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
dbb93630
Commit
dbb93630
authored
Aug 06, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update version to 0.5.0.M1
parent
c0aec14a
Changes
41
Hide whitespace changes
Inline
Side-by-side
Showing
41 changed files
with
42 additions
and
42 deletions
+42
-42
pom.xml
pom.xml
+1
-1
pom.xml
spring-boot-actuator/pom.xml
+1
-1
pom.xml
spring-boot-autoconfigure/pom.xml
+1
-1
pom.xml
spring-boot-cli/pom.xml
+1
-1
pom.xml
spring-boot-dependencies/pom.xml
+1
-1
pom.xml
spring-boot-integration-tests/pom.xml
+1
-1
pom.xml
spring-boot-parent/pom.xml
+1
-1
pom.xml
spring-boot-samples/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-actuator/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-batch/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-integration/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-jetty/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-profile/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-simple/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-traditional/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-static/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-websocket/pom.xml
+1
-1
pom.xml
spring-boot-samples/spring-boot-sample-xml/pom.xml
+1
-1
pom.xml
spring-boot-starters/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-actuator/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-batch/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-integration/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-jetty/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-logging/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-parent/pom.xml
+2
-2
pom.xml
spring-boot-starters/spring-boot-starter-security/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-tomcat/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-web/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter-websocket/pom.xml
+1
-1
pom.xml
spring-boot-starters/spring-boot-starter/pom.xml
+1
-1
pom.xml
spring-boot-tools/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-loader-tools/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-loader/pom.xml
+1
-1
pom.xml
spring-boot-tools/spring-boot-maven-plugin/pom.xml
+1
-1
pom.xml
spring-boot/pom.xml
+1
-1
No files found.
pom.xml
View file @
dbb93630
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-build
</artifactId>
<artifactId>
spring-boot-build
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<prerequisites>
<prerequisites>
<maven>
3.0.0
</maven>
<maven>
3.0.0
</maven>
...
...
spring-boot-actuator/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-actuator
</artifactId>
<artifactId>
spring-boot-actuator
</artifactId>
...
...
spring-boot-autoconfigure/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-autoconfigure
</artifactId>
<artifactId>
spring-boot-autoconfigure
</artifactId>
...
...
spring-boot-cli/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-cli
</artifactId>
<artifactId>
spring-boot-cli
</artifactId>
...
...
spring-boot-dependencies/pom.xml
View file @
dbb93630
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<modelVersion>
4.0.0
</modelVersion>
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<properties>
<properties>
<spring.version>
4.0.0.M2
</spring.version>
<spring.version>
4.0.0.M2
</spring.version>
...
...
spring-boot-integration-tests/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-integration-tests
</artifactId>
<artifactId>
spring-boot-integration-tests
</artifactId>
...
...
spring-boot-parent/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-dependencies
</relativePath>
<relativePath>
../spring-boot-dependencies
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
...
...
spring-boot-samples/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-samples
</artifactId>
<artifactId>
spring-boot-samples
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-actuator-ui
</artifactId>
<artifactId>
spring-boot-sample-actuator-ui
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-actuator/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-actuator
</artifactId>
<artifactId>
spring-boot-sample-actuator
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-batch/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-batch
</artifactId>
<artifactId>
spring-boot-sample-batch
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-data-jpa/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-data-jpa
</artifactId>
<artifactId>
spring-boot-sample-data-jpa
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-integration/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-integration
</artifactId>
<artifactId>
spring-boot-sample-integration
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-jetty/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-jetty
</artifactId>
<artifactId>
spring-boot-sample-jetty
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-profile/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-profile
</artifactId>
<artifactId>
spring-boot-sample-profile
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-simple/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-simple
</artifactId>
<artifactId>
spring-boot-sample-simple
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-tomcat/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
<artifactId>
spring-boot-sample-tomcat
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-traditional/pom.xml
View file @
dbb93630
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-traditional
</artifactId>
<artifactId>
spring-boot-sample-traditional
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-web-static/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-web-static
</artifactId>
<artifactId>
spring-boot-sample-web-static
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-web-ui/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-web-ui
</artifactId>
<artifactId>
spring-boot-sample-web-ui
</artifactId>
...
...
spring-boot-samples/spring-boot-sample-websocket/pom.xml
View file @
dbb93630
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
...
...
spring-boot-samples/spring-boot-sample-xml/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
<relativePath>
../../spring-boot-starters/spring-boot-starter-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-sample-xml
</artifactId>
<artifactId>
spring-boot-sample-xml
</artifactId>
...
...
spring-boot-starters/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
...
...
spring-boot-starters/spring-boot-starter-actuator/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<artifactId>
spring-boot-starter-actuator
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-batch/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-batch
</artifactId>
<artifactId>
spring-boot-starter-batch
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-data-jpa/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
<artifactId>
spring-boot-starter-data-jpa
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-integration/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-integration
</artifactId>
<artifactId>
spring-boot-starter-integration
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-jetty/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-jetty
</artifactId>
<artifactId>
spring-boot-starter-jetty
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-logging/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-logging
</artifactId>
<artifactId>
spring-boot-starter-logging
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-parent/pom.xml
View file @
dbb93630
...
@@ -10,13 +10,13 @@
...
@@ -10,13 +10,13 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-dependencies
</artifactId>
<artifactId>
spring-boot-dependencies
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../../spring-boot-dependencies
</relativePath>
<relativePath>
../../spring-boot-dependencies
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-starter-parent
</artifactId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<packaging>
pom
</packaging>
<packaging>
pom
</packaging>
<properties>
<properties>
<spring.boot.version>
0.5.0.
BUILD-SNAPSHOT
</spring.boot.version>
<spring.boot.version>
0.5.0.
M1
</spring.boot.version>
<java.version>
1.6
</java.version>
<java.version>
1.6
</java.version>
</properties>
</properties>
<dependencyManagement>
<dependencyManagement>
...
...
spring-boot-starters/spring-boot-starter-security/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-security
</artifactId>
<artifactId>
spring-boot-starter-security
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-tomcat/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<artifactId>
spring-boot-starter-tomcat
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-web/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-web
</artifactId>
<artifactId>
spring-boot-starter-web
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter-websocket/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter-websocket
</artifactId>
<artifactId>
spring-boot-starter-websocket
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-starters/spring-boot-starter/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starters
</artifactId>
<artifactId>
spring-boot-starters
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-starter
</artifactId>
<artifactId>
spring-boot-starter
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot-tools
</artifactId>
<artifactId>
spring-boot-tools
</artifactId>
...
...
spring-boot-tools/spring-boot-gradle-plugin/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-tools
</artifactId>
<artifactId>
spring-boot-tools
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-gradle-plugin
</artifactId>
<artifactId>
spring-boot-gradle-plugin
</artifactId>
<properties>
<properties>
...
...
spring-boot-tools/spring-boot-loader-tools/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-tools
</artifactId>
<artifactId>
spring-boot-tools
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-loader-tools
</artifactId>
<artifactId>
spring-boot-loader-tools
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/spring-boot-loader/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-tools
</artifactId>
<artifactId>
spring-boot-tools
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-loader
</artifactId>
<artifactId>
spring-boot-loader
</artifactId>
<packaging>
jar
</packaging>
<packaging>
jar
</packaging>
...
...
spring-boot-tools/spring-boot-maven-plugin/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-tools
</artifactId>
<artifactId>
spring-boot-tools
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
</parent>
</parent>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
<packaging>
maven-plugin
</packaging>
<packaging>
maven-plugin
</packaging>
...
...
spring-boot/pom.xml
View file @
dbb93630
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<parent>
<parent>
<groupId>
org.springframework.boot
</groupId>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-parent
</artifactId>
<artifactId>
spring-boot-parent
</artifactId>
<version>
0.5.0.
BUILD-SNAPSHOT
</version>
<version>
0.5.0.
M1
</version>
<relativePath>
../spring-boot-parent
</relativePath>
<relativePath>
../spring-boot-parent
</relativePath>
</parent>
</parent>
<artifactId>
spring-boot
</artifactId>
<artifactId>
spring-boot
</artifactId>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment