This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-sightly-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 304750c releng: removed custom config for maven-release-plugin
304750c is described below
commit 304750c32b370d8bf9540577b4c9170db6322d06
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Aug 8 17:58:38 2022 +0200
releng: removed custom config for maven-release-plugin
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index fcfc754..7634e16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -268,13 +268,6 @@ Require-Capability:
osgi.extender;filter:="(&(osgi.extender=sling.scripting)(ver
</systemPropertyVariables>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-release-plugin</artifactId>
- <configuration>
- <releaseProfiles>release</releaseProfiles>
- </configuration>
- </plugin>
</plugins>
<pluginManagement>
<plugins>