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
1ec5fb99
Commit
1ec5fb99
authored
Jun 02, 2019
by
gaurav bhatnagar
Committed by
Phillip Webb
Jun 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop deprecated 'spring.version' POM property
See gh-17043
parent
0f642df5
Changes
35
Hide whitespace changes
Inline
Side-by-side
Showing
35 changed files
with
36 additions
and
38 deletions
+36
-38
pom.xml
spring-boot-project/spring-boot-dependencies/pom.xml
+1
-3
pom.xml
spring-boot-project/spring-boot-docs/pom.xml
+2
-2
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
+1
-1
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
+1
-1
pom.xml
...ls/spring-boot-loader/src/it/executable-props-lib/pom.xml
+1
-1
pom.xml
...-tools/spring-boot-loader/src/it/executable-props/pom.xml
+1
-1
pom.xml
...ot-tools/spring-boot-loader/src/it/executable-war/pom.xml
+1
-1
pom.xml
...en-plugin/src/it/build-info-additional-properties/pom.xml
+1
-1
pom.xml
...g-boot-maven-plugin/src/it/build-info-custom-file/pom.xml
+1
-1
pom.xml
...-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml
+1
-1
pom.xml
...ring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml
+1
-1
pom.xml
...plugin/src/it/jar-classifier-main-attach-disabled/pom.xml
+1
-1
pom.xml
...ring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml
+1
-1
pom.xml
...ugin/src/it/jar-classifier-source-attach-disabled/pom.xml
+1
-1
pom.xml
...ng-boot-maven-plugin/src/it/jar-classifier-source/pom.xml
+1
-1
pom.xml
...ls/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml
+1
-1
pom.xml
...ls/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml
+1
-1
pom.xml
...ring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml
+1
-1
pom.xml
...spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml
+1
-1
pom.xml
...spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml
+1
-1
pom.xml
...ls/spring-boot-maven-plugin/src/it/jar-executable/pom.xml
+1
-1
pom.xml
...aven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml
+1
-1
pom.xml
...pring-boot-maven-plugin/src/it/jar-non-executable/pom.xml
+1
-1
pom.xml
...oot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml
+1
-1
pom.xml
...boot-maven-plugin/src/it/jar-system-scope-default/pom.xml
+1
-1
pom.xml
.../spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml
+1
-1
pom.xml
...ls/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml
+1
-1
pom.xml
...g-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml
+1
-1
pom.xml
...s/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml
+1
-1
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml
+1
-1
pom.xml
...g-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml
+1
-1
pom.xml
...g-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml
+1
-1
pom.xml
...s/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml
+1
-1
pom.xml
...s/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml
+1
-1
pom.xml
...ng-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
+1
-1
No files found.
spring-boot-project/spring-boot-dependencies/pom.xml
View file @
1ec5fb99
...
...
@@ -178,13 +178,11 @@
<slf4j.version>
1.7.26
</slf4j.version>
<snakeyaml.version>
1.24
</snakeyaml.version>
<solr.version>
8.0.0
</solr.version>
<!-- deprecated in favor of "spring-framework.version" -->
<spring.version>
5.2.0.BUILD-SNAPSHOT
</spring.version>
<spring-amqp.version>
2.2.0.M2
</spring-amqp.version>
<spring-batch.version>
4.2.0.M2
</spring-batch.version>
<spring-cloud-connectors.version>
2.0.5.RELEASE
</spring-cloud-connectors.version>
<spring-data-releasetrain.version>
Moore-BUILD-SNAPSHOT
</spring-data-releasetrain.version>
<spring-framework.version>
${spring.version}
</spring-framework.version>
<spring-framework.version>
5.2.0.BUILD-SNAPSHOT
</spring-framework.version>
<spring-hateoas.version>
1.0.0.BUILD-SNAPSHOT
</spring-hateoas.version>
<spring-integration.version>
5.2.0.M2
</spring-integration.version>
<spring-kafka.version>
2.3.0.M2
</spring-kafka.version>
...
...
spring-boot-project/spring-boot-docs/pom.xml
View file @
1ec5fb99
...
...
@@ -1449,8 +1449,8 @@
<spring-security-docs-version>
${spring-security.version}
</spring-security-docs-version>
<spring-webservices-docs-version>
${spring-ws.version}
</spring-webservices-docs-version>
<github-tag>
${github-tag}
</github-tag>
<spring-version>
${spring.version}
</spring-version>
<spring-docs-version>
${spring.version}
</spring-docs-version>
<spring-version>
${spring
-framework
.version}
</spring-version>
<spring-docs-version>
${spring
-framework
.version}
</spring-docs-version>
<spring-boot-version>
${revision}
</spring-boot-version>
<sources-root>
${project.basedir}/src/
</sources-root>
<generated-resources-root>
${project.basedir}/target/generated-resources
</generated-resources-root>
...
...
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-dir/pom.xml
View file @
1ec5fb99
...
...
@@ -91,7 +91,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-jar/pom.xml
View file @
1ec5fb99
...
...
@@ -105,7 +105,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props-lib/pom.xml
View file @
1ec5fb99
...
...
@@ -108,7 +108,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-props/pom.xml
View file @
1ec5fb99
...
...
@@ -95,7 +95,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-loader/src/it/executable-war/pom.xml
View file @
1ec5fb99
...
...
@@ -84,7 +84,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-webmvc
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-additional-properties/pom.xml
View file @
1ec5fb99
...
...
@@ -38,7 +38,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info-custom-file/pom.xml
View file @
1ec5fb99
...
...
@@ -34,7 +34,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/build-info/pom.xml
View file @
1ec5fb99
...
...
@@ -31,7 +31,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-attach-disabled/pom.xml
View file @
1ec5fb99
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main-attach-disabled/pom.xml
View file @
1ec5fb99
...
...
@@ -46,7 +46,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-main/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source-attach-disabled/pom.xml
View file @
1ec5fb99
...
...
@@ -55,7 +55,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-classifier-source/pom.xml
View file @
1ec5fb99
...
...
@@ -54,7 +54,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-create-dir/pom.xml
View file @
1ec5fb99
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-dir/pom.xml
View file @
1ec5fb99
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-custom-launcher/pom.xml
View file @
1ec5fb99
...
...
@@ -51,7 +51,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-entry/pom.xml
View file @
1ec5fb99
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-exclude-group/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-executable/pom.xml
View file @
1ec5fb99
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-lib-name-conflict/acme-lib/pom.xml
View file @
1ec5fb99
...
...
@@ -14,7 +14,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
</dependencies>
</project>
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-non-executable/pom.xml
View file @
1ec5fb99
...
...
@@ -48,7 +48,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-pom/pom.xml
View file @
1ec5fb99
...
...
@@ -29,7 +29,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope-default/pom.xml
View file @
1ec5fb99
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-system-scope/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-test-scope/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-kotlin-module/pom.xml
View file @
1ec5fb99
...
...
@@ -73,7 +73,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar-with-unpack/pom.xml
View file @
1ec5fb99
...
...
@@ -50,7 +50,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/jar/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/prop/pom.xml
View file @
1ec5fb99
...
...
@@ -45,7 +45,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/run-use-test-classpath/pom.xml
View file @
1ec5fb99
...
...
@@ -34,7 +34,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-reactor/war/pom.xml
View file @
1ec5fb99
...
...
@@ -47,7 +47,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war-with-unpack/pom.xml
View file @
1ec5fb99
...
...
@@ -51,7 +51,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/it/war/pom.xml
View file @
1ec5fb99
...
...
@@ -43,7 +43,7 @@
<dependency>
<groupId>
org.springframework
</groupId>
<artifactId>
spring-context
</artifactId>
<version>
@spring.version@
</version>
<version>
@spring
-framework
.version@
</version>
</dependency>
<dependency>
<groupId>
jakarta.servlet
</groupId>
...
...
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