Skip to content

Commit 7c5a5c6

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-25385
2 parents 9e6302e + e41f7fe commit 7c5a5c6

File tree

2 files changed

+3
-3
lines changed
  • buildSrc/src/test/resources
  • spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven

2 files changed

+3
-3
lines changed

buildSrc/src/test/resources/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<mojos>
1515
<mojo>
1616
<goal>build-info</goal>
17-
<description>Generate a {@code build-info.properties} file based the content of the current
17+
<description>Generate a {@code build-info.properties} file based on the content of the current
1818
{@link MavenProject}.</description>
1919
<requiresDirectInvocation>false</requiresDirectInvocation>
2020
<requiresProject>true</requiresProject>

spring-boot-project/spring-boot-tools/spring-boot-maven-plugin/src/main/java/org/springframework/boot/maven/BuildInfoMojo.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2012-2020 the original author or authors.
2+
* Copyright 2012-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@
3737
import org.springframework.boot.loader.tools.BuildPropertiesWriter.ProjectDetails;
3838

3939
/**
40-
* Generate a {@code build-info.properties} file based the content of the current
40+
* Generate a {@code build-info.properties} file based on the content of the current
4141
* {@link MavenProject}.
4242
*
4343
* @author Stephane Nicoll

0 commit comments

Comments
 (0)