Skip to content

Commit 0b3cb81

Browse files
committed
Fix missing version for org.codehaus.mojo:jdepend-maven-plugin: 2.1
1 parent fccc30c commit 0b3cb81

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@
435435
<plugin>
436436
<groupId>org.codehaus.mojo</groupId>
437437
<artifactId>jdepend-maven-plugin</artifactId>
438+
<version>2.1</version>
438439
<reportSets>
439440
<reportSet/>
440441
</reportSets>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<!-- FIX -->
2929
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT plugin console warnings.</action>
3030
<action type="fix" dev="ggregory" due-to="Gary Gregory">Make some classes final.</action>
31+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix missing version for org.codehaus.mojo:jdepend-maven-plugin: 2.1.</action>
3132
<!-- ADD -->
3233
<!-- UPDATE -->
3334
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 93 #396, #399, #419, #420.</action>

0 commit comments

Comments
 (0)