Skip to content

Commit abc90db

Browse files
mustafausnicoll
authored andcommitted
Fix wording error in build-info goal description
See gh-25382
1 parent c867b2c commit abc90db

File tree

2 files changed

+2
-2
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

+2
-2
lines changed

buildSrc/src/test/resources/plugin.xml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)