You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2021/05/04 19:04:35 UTC

[maven-resolver] branch 1.6.x updated: Remove profile obsoleted by MRESOLVER-171

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch 1.6.x
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/1.6.x by this push:
     new ea1d1e7  Remove profile obsoleted by MRESOLVER-171
ea1d1e7 is described below

commit ea1d1e748ecbed2175b48735a7e2637f1c545479
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue May 4 20:59:56 2021 +0200

    Remove profile obsoleted by MRESOLVER-171
---
 pom.xml | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d387a2..e0130a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -500,34 +500,6 @@
       </build>
     </profile>
     <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <version>3.0.0-M3</version>
-            <executions>
-              <execution>
-                <id>enforce-java</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireJavaVersion>
-                      <version>(,9)</version>
-                      <message>Release with Java 7 or 8 due to changed signatures of java.nio.ByteBuffer (MRESOLVER-67)</message>
-                    </requireJavaVersion>
-                  </rules>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-    <profile>
       <id>java8-modules</id>
       <activation>
         <jdk>[1.8,)</jdk>