Skip to content

Commit 280e4b5

Browse files
authored
chore: bootstrapper maven-plugin-plugin version (#2204)
fixes also missing goal prefix Signed-off-by: Attila Mészáros <[email protected]>
1 parent 24784f2 commit 280e4b5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: bootstrapper-maven-plugin/pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
<properties>
1717
<maven-plugin-annotations.version>3.11.0</maven-plugin-annotations.version>
1818
<maven-plugin-api.version>3.9.6</maven-plugin-api.version>
19+
<templating-maven-plugin.version>3.0.0</templating-maven-plugin.version>
20+
<maven-plugin-plugin.version>3.11.0</maven-plugin-plugin.version>
1921
</properties>
2022

2123
<dependencies>
@@ -74,12 +76,15 @@
7476
<plugin>
7577
<groupId>org.apache.maven.plugins</groupId>
7678
<artifactId>maven-plugin-plugin</artifactId>
77-
<version>3.10.2</version>
79+
<version>${maven-plugin-plugin.version}</version>
80+
<configuration>
81+
<goalPrefix>josdk-bootstrapper</goalPrefix>
82+
</configuration>
7883
</plugin>
7984
<plugin>
8085
<groupId>org.codehaus.mojo</groupId>
8186
<artifactId>templating-maven-plugin</artifactId>
82-
<version>3.0.0</version>
87+
<version>${templating-maven-plugin.version}</version>
8388
<executions>
8489
<execution>
8590
<id>filtering-java-templates</id>

0 commit comments

Comments
 (0)