Skip to content

Commit 1d4da6a

Browse files
committed
Fixed version or bcd plugin.
1 parent 53abc54 commit 1d4da6a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pom.xml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -520,12 +520,8 @@
520520
<pluginExecution>
521521
<pluginExecutionFilter>
522522
<groupId>org.bsc.maven</groupId>
523-
<artifactId>
524-
maven-processor-plugin
525-
</artifactId>
526-
<versionRange>
527-
[2.0.4,)
528-
</versionRange>
523+
<artifactId>maven-processor-plugin</artifactId>
524+
<version>2.0.7</version>
529525
<goals>
530526
<goal>process-test</goal>
531527
</goals>
@@ -598,7 +594,7 @@
598594
<!-- <bannedDependencies> <excludes> <exclude>commons-logging:*</exclude>
599595
</excludes> </bannedDependencies> -->
600596
<requirePluginVersions>
601-
<banLatest>true</banLatest>
597+
<banLatest>false</banLatest>
602598
<banRelease>true</banRelease>
603599
<banSnapshots>true</banSnapshots>
604600
<!-- <unCheckedPluginList>org.codehaus.mojo:sonar-maven-plugin</unCheckedPluginList> -->
@@ -641,7 +637,7 @@
641637
<name>JBoss Maven 2 Brew Repository</name>
642638
<url>https://repository.jboss.org/nexus/content/repositories/snapshots/</url>
643639
</repository>
644-
640+
645641
</repositories>
646642

647643
</project>

0 commit comments

Comments
 (0)