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:00:02 UTC

[maven-resolver] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


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

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

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

diff --git a/pom.xml b/pom.xml
index 4c12924..7ea010c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -588,32 +588,5 @@
         </pluginManagement>
       </build>
     </profile>
-    <profile>
-      <id>apache-release</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-enforcer-plugin</artifactId>
-            <executions>
-              <execution>
-                <id>enforce-java</id>
-                <goals>
-                  <goal>enforce</goal>
-                </goals>
-                <configuration>
-                  <rules>
-                    <requireJavaVersion>
-                      <version>(,9)</version>
-                      <message>Release with Java 8 due to changed signatures of java.nio.ByteBuffer (MRESOLVER-67)</message>
-                    </requireJavaVersion>
-                  </rules>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
   </profiles>
 </project>