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
d79c23ef
Commit
d79c23ef
authored
Oct 28, 2020
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade MavenBuild versions
Align versions with those in the main build. Closes gh-23937
parent
d112b8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
MavenBuild.java
...tTest/java/org/springframework/boot/maven/MavenBuild.java
+4
-4
No files found.
spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/intTest/java/org/springframework/boot/maven/MavenBuild.java
View file @
d79c23ef
...
@@ -84,14 +84,14 @@ class MavenBuild {
...
@@ -84,14 +84,14 @@ class MavenBuild {
this
.
pomReplacements
.
put
(
"project.groupId"
,
"org.springframework.boot"
);
this
.
pomReplacements
.
put
(
"project.groupId"
,
"org.springframework.boot"
);
this
.
pomReplacements
.
put
(
"project.artifactId"
,
"spring-boot-maven-plugin"
);
this
.
pomReplacements
.
put
(
"project.artifactId"
,
"spring-boot-maven-plugin"
);
this
.
pomReplacements
.
put
(
"project.version"
,
determineVersion
());
this
.
pomReplacements
.
put
(
"project.version"
,
determineVersion
());
this
.
pomReplacements
.
put
(
"log4j2.version"
,
"2.1
2.1
"
);
this
.
pomReplacements
.
put
(
"log4j2.version"
,
"2.1
3.3
"
);
this
.
pomReplacements
.
put
(
"maven-jar-plugin.version"
,
"3.2.0"
);
this
.
pomReplacements
.
put
(
"maven-jar-plugin.version"
,
"3.2.0"
);
this
.
pomReplacements
.
put
(
"maven-toolchains-plugin.version"
,
"3.0.0"
);
this
.
pomReplacements
.
put
(
"maven-toolchains-plugin.version"
,
"3.0.0"
);
this
.
pomReplacements
.
put
(
"maven-war-plugin.version"
,
"3.2.3"
);
this
.
pomReplacements
.
put
(
"maven-war-plugin.version"
,
"3.2.3"
);
this
.
pomReplacements
.
put
(
"build-helper-maven-plugin.version"
,
"3.0.0"
);
this
.
pomReplacements
.
put
(
"build-helper-maven-plugin.version"
,
"3.0.0"
);
this
.
pomReplacements
.
put
(
"spring-framework.version"
,
"5.2.1.RELEASE"
);
this
.
pomReplacements
.
put
(
"spring-framework.version"
,
"5.2.1
0
.RELEASE"
);
this
.
pomReplacements
.
put
(
"jakarta-servlet.version"
,
"4.0.
2
"
);
this
.
pomReplacements
.
put
(
"jakarta-servlet.version"
,
"4.0.
4
"
);
this
.
pomReplacements
.
put
(
"kotlin.version"
,
"1.3.
60
"
);
this
.
pomReplacements
.
put
(
"kotlin.version"
,
"1.3.
72
"
);
}
}
MavenBuild
project
(
String
project
)
{
MavenBuild
project
(
String
project
)
{
...
...
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