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-exec.git
commit 91e67c212ce8dbf6cd71b1e5c00bdf48d1e3a266 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 9 08:22:24 2025 -0500 Fix issue links in the generated site's release history page --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index c520e326..0cfc9154 100644 --- a/pom.xml +++ b/pom.xml @@ -36,9 +36,6 @@ limitations under the License. <url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-exec/</url> </site> </distributionManagement> - <issueManagement> - <url>https://issues.apache.org/jira/browse/EXEC</url> - </issueManagement> <scm> <connection>scm:git:https://gitbox.apache.org/repos/asf/commons-exec</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-exec</developerConnection>
