Skip to content

Commit d967ddd

Browse files
committed
Bump maven-enforcer-plugin to 3.0.0
1 parent 77079e3 commit d967ddd

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

pom.xml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,14 @@ under the License.
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-enforcer-plugin</artifactId>
140-
<version>3.0.0-M3</version>
140+
<version>3.0.0</version>
141+
<dependencies>
142+
<dependency>
143+
<groupId>org.codehaus.mojo</groupId>
144+
<artifactId>extra-enforcer-rules</artifactId>
145+
<version>1.4</version>
146+
</dependency>
147+
</dependencies>
141148
</plugin>
142149
<plugin>
143150
<groupId>org.apache.maven.plugins</groupId>
@@ -160,6 +167,18 @@ under the License.
160167
</plugins>
161168
</pluginManagement>
162169
<plugins>
170+
<plugin>
171+
<groupId>org.apache.maven.plugins</groupId>
172+
<artifactId>maven-enforcer-plugin</artifactId>
173+
<version>3.0.0</version>
174+
<dependencies>
175+
<dependency>
176+
<groupId>org.codehaus.mojo</groupId>
177+
<artifactId>extra-enforcer-rules</artifactId>
178+
<version>1.4</version>
179+
</dependency>
180+
</dependencies>
181+
</plugin>
163182
<plugin>
164183
<groupId>org.apache.maven.plugins</groupId>
165184
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)