Skip to content

Commit f057096

Browse files
authored
Merge pull request #756 from quickfix-j/dependabot/maven/org.apache.maven.plugins-maven-plugin-plugin-3.11.0
Bump org.apache.maven.plugins:maven-plugin-plugin from 3.10.2 to 3.11.0
2 parents e80c25b + de312a0 commit f057096

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
</plugin>
468468
<plugin>
469469
<artifactId>maven-plugin-plugin</artifactId>
470-
<version>3.10.2</version>
470+
<version>3.11.0</version>
471471
</plugin>
472472
<plugin>
473473
<artifactId>maven-install-plugin</artifactId>

quickfixj-codegenerator/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-plugin-plugin</artifactId>
81-
<version>3.10.2</version>
81+
<version>3.11.0</version>
82+
<configuration>
83+
<goalPrefix>quickfixj-codegenerator</goalPrefix>
84+
</configuration>
8285
</plugin>
8386
</plugins>
8487
</build>

0 commit comments

Comments
 (0)