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-release.git
The following commit(s) were added to refs/heads/master by this push: new 8fc4385 Remove dead profile 8fc4385 is described below commit 8fc43859734d1e5888379868736c693aa5faa964 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sat Mar 12 22:25:53 2022 +0100 Remove dead profile --- maven-release-plugin/pom.xml | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/maven-release-plugin/pom.xml b/maven-release-plugin/pom.xml index c087faa..4f2c36d 100644 --- a/maven-release-plugin/pom.xml +++ b/maven-release-plugin/pom.xml @@ -41,7 +41,7 @@ <properties> <mavenPluginPluginVersion>3.6.1</mavenPluginPluginVersion> </properties> - + <dependencies> <dependency> <groupId>org.apache.maven</groupId> @@ -80,7 +80,7 @@ <groupId>org.jdom</groupId> <artifactId>jdom2</artifactId> </dependency> - + <!-- verified with ITs --> <dependency> <groupId>org.apache.maven.release</groupId> @@ -94,7 +94,7 @@ <version>3.0.0-M6-SNAPSHOT</version> <optional>true</optional> </dependency> - + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -265,25 +265,5 @@ </plugins> </build> </profile> - <profile> - <id>jdk7</id> - <activation> - <jdk>(,1.7]</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-invoker-plugin</artifactId> - <configuration> - <properties combine.children="merge"> - <https.protocols>${https.protocols}</https.protocols> - <arguments>-Dhttps.protocols=${https.protocols}</arguments> - </properties> - </configuration> - </plugin> - </plugins> - </build> - </profile> </profiles> </project>