Skip to content

Commit

Permalink
Merge pull request #14 from boozallen/13-surefire-variable-fix
Browse files Browse the repository at this point in the history
#13 🐛 fix broken surefire variable name
  • Loading branch information
d-ryan-ashcraft authored Apr 30, 2024
2 parents 12a955d + 7b5297f commit 7950398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<version.buildhelper.plugin>3.2.0</version.buildhelper.plugin>
<version.buildnumber.plugin>3.1.0</version.buildnumber.plugin>
<version.cucumber.reporting.plugin>5.7.5</version.cucumber.reporting.plugin>
<version.failsafe.plugin>${version.surefire.plugin}</version.failsafe.plugin>
<version.failsafe.plugin>${version.maven.surefire.plugin}</version.failsafe.plugin>
<version.fermenter>2.10.2</version.fermenter>
<version.fermenter.legacy.tools>2.8.0</version.fermenter.legacy.tools>
<version.habushu.plugin>2.13.1</version.habushu.plugin>
Expand Down
2 changes: 0 additions & 2 deletions build-support/aissemble-enforcer-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<version.maven.core>3.8.6</version.maven.core>
<version.junit>4.13.2</version.junit>
<version.cucumber>6.10.4</version.cucumber>
<version.surefire.plugin>3.1.2</version.surefire.plugin>
<version.cucumber.reporting.plugin>5.7.5</version.cucumber.reporting.plugin>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down Expand Up @@ -88,7 +87,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${version.surefire.plugin}</version>
</plugin>
<plugin>
<groupId>net.masterthought</groupId>
Expand Down

0 comments on commit 7950398

Please sign in to comment.