Skip to content

Commit b930080

Browse files
committed
Pickup Maven enforcer plugin from parent POM
1 parent bdb9f8b commit b930080

1 file changed

Lines changed: 2 additions & 50 deletions

File tree

pom.xml

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ file comparators, endian transformation classes, and much more.
5252
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</connection>
5353
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-io.git</developerConnection>
5454
<url>https://gitbox.apache.org/repos/asf?p=commons-io.git</url>
55-
<tag>rel/commons-io-2.11.0</tag>
55+
<tag>rel/commons-io-2.12.0</tag>
5656
</scm>
5757

5858
<developers>
@@ -293,7 +293,7 @@ file comparators, endian transformation classes, and much more.
293293
<maven.compiler.target>1.8</maven.compiler.target>
294294
<commons.componentid>io</commons.componentid>
295295
<commons.module.name>org.apache.commons.io</commons.module.name>
296-
<commons.rc.version>RC1</commons.rc.version>
296+
<commons.rc.version>RC2</commons.rc.version>
297297
<commons.bc.version>2.11.0</commons.bc.version>
298298
<commons.release.version>2.12.0</commons.release.version>
299299
<commons.release.desc>(requires Java 8)</commons.release.desc>
@@ -323,7 +323,6 @@ file comparators, endian transformation classes, and much more.
323323
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</commons.scmPubUrl>
324324
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
325325
<commons.javadoc.java.link>${commons.javadoc8.java.link}</commons.javadoc.java.link>
326-
<commons.enforcer.version>3.3.0</commons.enforcer.version>
327326
<commons.moditect.version>1.0.0.RC3</commons.moditect.version>
328327
<jmh.version>1.36</jmh.version>
329328
<japicmp.skip>false</japicmp.skip>
@@ -363,26 +362,6 @@ file comparators, endian transformation classes, and much more.
363362
</plugins>
364363
</pluginManagement>
365364
<plugins>
366-
<plugin>
367-
<groupId>org.apache.maven.plugins</groupId>
368-
<artifactId>maven-enforcer-plugin</artifactId>
369-
<version>${commons.enforcer.version}</version>
370-
<executions>
371-
<execution>
372-
<id>enforce-maven</id>
373-
<goals>
374-
<goal>enforce</goal>
375-
</goals>
376-
<configuration>
377-
<rules>
378-
<requireMavenVersion>
379-
<version>3.0.5</version>
380-
</requireMavenVersion>
381-
</rules>
382-
</configuration>
383-
</execution>
384-
</executions>
385-
</plugin>
386365
<plugin>
387366
<groupId>org.apache.maven.plugins</groupId>
388367
<artifactId>maven-jar-plugin</artifactId>
@@ -622,32 +601,5 @@ file comparators, endian transformation classes, and much more.
622601
</plugins>
623602
</build>
624603
</profile>
625-
<profile>
626-
<id>release</id>
627-
<build>
628-
<plugins>
629-
<plugin>
630-
<groupId>org.apache.maven.plugins</groupId>
631-
<artifactId>maven-enforcer-plugin</artifactId>
632-
<version>${commons.enforcer.version}</version>
633-
<executions>
634-
<execution>
635-
<id>enforce-versions</id>
636-
<goals>
637-
<goal>enforce</goal>
638-
</goals>
639-
<configuration>
640-
<rules>
641-
<requireJavaVersion>
642-
<version>9</version>
643-
</requireJavaVersion>
644-
</rules>
645-
</configuration>
646-
</execution>
647-
</executions>
648-
</plugin>
649-
</plugins>
650-
</build>
651-
</profile>
652604
</profiles>
653605
</project>

0 commit comments

Comments
 (0)