You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/04 20:32:49 UTC

[maven-invoker] branch master updated: Remove jdk 7 related configuration

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cbf1ec  Remove jdk 7 related configuration
3cbf1ec is described below

commit 3cbf1ec3fe65913dbf8f563310e738125ceb68fd
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Apr 4 22:27:47 2022 +0200

    Remove jdk 7 related configuration
---
 pom.xml | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc79e96..8959cbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -157,30 +157,5 @@ under the License.
         </plugins>
       </build>
     </profile>
-    <profile>
-      <id>java7tlsCentral</id>
-      <activation>
-        <property>
-          <name>https.protocols</name>
-        </property>
-      </activation>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <systemProperties combine.children="append">
-                <property>
-                  <name>https.protocols</name>
-                  <value>${https.protocols}</value>
-                </property>
-              </systemProperties>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
   </profiles>
 </project>