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 c4c802af Remove commons.releaseManagerName and 
commons.releaseManagerKey
c4c802af is described below

commit c4c802afcf47dd7eb3fcd72feffceb582e35f626
Author: Gary David Gregory (Code signing key) <ggreg...@apache.org>
AuthorDate: Tue Oct 3 07:49:30 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 ff432cb3..8a9d0d8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@
     <commons.release.desc>(Java 8)</commons.release.desc>
     
<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>    
     <!-- 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