Skip to content

Commit b172ed1

Browse files
committed
Bump to pom-scijava 5.6.0
Updated to the latest parent pom. Updated duplicate class exclusion.
1 parent 3f371b4 commit b172ed1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>5.2.3</version>
8+
<version>5.6.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -209,7 +209,7 @@
209209
<artifactId>maven-enforcer-plugin</artifactId>
210210
<configuration>
211211
<rules>
212-
<banDuplicateClasses>
212+
<banClasses>
213213
<!-- maven-artifact and maven-project are 2.0 artifacts that
214214
clash with maven-core 3.0 -->
215215
<dependencies>
@@ -226,7 +226,7 @@
226226
</ignoreClasses>
227227
</dependency>
228228
</dependencies>
229-
</banDuplicateClasses>
229+
</banClasses>
230230
</rules>
231231
</configuration>
232232
</plugin>

0 commit comments

Comments
 (0)