Skip to content

Commit ffe8fcc

Browse files
committed
more pom
1 parent 522fe24 commit ffe8fcc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pom.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828

2929
<!-- plugins -->
3030
<central-publishing.version>0.8.0</central-publishing.version>
31+
<clean-plugin.version>3.5.0</clean-plugin.version>
32+
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
33+
<gpg-plugin.version>3.2.8</gpg-plugin.version>
34+
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
3135
</properties>
3236

3337
<build>
@@ -40,7 +44,7 @@
4044
<plugin>
4145
<groupId>org.codehaus.mojo</groupId>
4246
<artifactId>build-helper-maven-plugin</artifactId>
43-
<version>3.6.0</version>
47+
<version>${build-helper-plugin.version}</version>
4448
<executions>
4549
<execution>
4650
<id>generate-rhino-sources</id>
@@ -73,7 +77,7 @@
7377
<plugin>
7478
<groupId>org.apache.maven.plugins</groupId>
7579
<artifactId>maven-enforcer-plugin</artifactId>
76-
<version>3.5.0</version>
80+
<version>${enforcer-plugin.version}</version>
7781
<executions>
7882
<execution>
7983
<id>enforce-maven</id>
@@ -115,7 +119,7 @@
115119
<plugin>
116120
<groupId>org.apache.maven.plugins</groupId>
117121
<artifactId>maven-clean-plugin</artifactId>
118-
<version>3.4.1</version>
122+
<version>${clean-plugin.version}</version>
119123
<configuration>
120124
<filesets>
121125
<fileset>
@@ -528,7 +532,7 @@
528532
<plugin>
529533
<groupId>org.apache.maven.plugins</groupId>
530534
<artifactId>maven-gpg-plugin</artifactId>
531-
<version>3.2.7</version>
535+
<version>${gpg-plugin.version}</version>
532536
<executions>
533537
<execution>
534538
<phase>verify</phase>

0 commit comments

Comments
 (0)