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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new 2de19701 Remove commons.releaseManagerName and 
commons.releaseManagerKey
2de19701 is described below

commit 2de197015f999d30d075bffa935983f2f96678ef
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Tue Oct 3 07:46:37 2023 -0400

    Remove commons.releaseManagerName and commons.releaseManagerKey
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bf13bf5c..ff432cb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,6 @@
     
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-bcel</commons.scmPubUrl>
     
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     <commons.releaseManagerName>Gary Gregory</commons.releaseManagerName>    
-    <commons.releaseManagerKey>86fdc7e2a11262cb</commons.releaseManagerKey>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
     
<commons.osgi.symbolicName>org.apache.${commons.componentid}</commons.osgi.symbolicName>
     
<commons.osgi.export>org.apache.bcel.*;version=${project.version};-noimport:=true</commons.osgi.export>

Reply via email to