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

rec pushed a commit to branch 
bugfix/226-Build-fails-if-there-is-no-open-issue-for-the-current-version
in repository https://gitbox.apache.org/repos/asf/uima-uimafit.git

commit f0998ef50c1435d859d0028c1b6c1f7df02106fe
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Wed Nov 8 09:35:27 2023 +0100

    Issue #226: Build fails if there is no open issue for the current version
    
    - Switch from changes plugin to github changelog
---
 ...le-enabling-changes-report => marker-file-enabling-release-notes | 0
 uimafit-parent/pom.xml                                              | 6 ++++++
 2 files changed, 6 insertions(+)

diff --git a/marker-file-enabling-changes-report 
b/marker-file-enabling-release-notes
similarity index 100%
rename from marker-file-enabling-changes-report
rename to marker-file-enabling-release-notes
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index d734906..69d2366 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -91,6 +91,12 @@
     <execution.environment>JavaSE-17</execution.environment>
     
     <api_check_oldVersion>3.4.0</api_check_oldVersion>
+
+    <!-- BEGIN PROFILE SETTINGS: generate-release-notes-->
+    <github-repository>uima-uimafit</github-repository>
+    <git-branch>main</git-branch>
+    <previous-release-version>3.4.0</previous-release-version>
+    <!-- END PROFILE SETTINGS: generate-release-notes-->
   </properties>
 
   <dependencies>

Reply via email to