This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/147-Switch-to-GH-based-changes-generation in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit ec266826184582efec90d4e6bda0db0cb36a147b Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Dec 15 13:59:42 2023 +0100 Issue #147: Switch to GH-based changes generation - Switch changelog generation approach --- ...le-enabling-changes-report => marker-file-enabling-release-notes | 0 pom.xml | 3 --- ruta-parent/pom.xml | 6 ++++++ 3 files changed, 6 insertions(+), 3 deletions(-) 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/pom.xml b/pom.xml index edaf7d1c..1a8b2701 100644 --- a/pom.xml +++ b/pom.xml @@ -32,9 +32,6 @@ <name>Apache UIMA Ruta: ${project.artifactId}</name> <description>The top project for Apache UIMA Ruta</description> <url>${uimaWebsiteUrl}</url> - <properties> - <jiraVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}ruta</jiraVersion> - </properties> <!-- Special inheritance note even though the <scm> element that follows is exactly the same as those in super poms, it cannot be inherited because there is some special code that computes the connection diff --git a/ruta-parent/pom.xml b/ruta-parent/pom.xml index 5b4b0d5b..c26e882e 100644 --- a/ruta-parent/pom.xml +++ b/ruta-parent/pom.xml @@ -157,6 +157,12 @@ <dltkP2RepoId>org.eclipse.p2.201812</dltkP2RepoId> <api_check_oldVersion>3.3.0</api_check_oldVersion> + + <!-- BEGIN PROFILE SETTINGS: generate-release-notes--> + <github-repository>uima-ruta</github-repository> + <git-branch>main</git-branch> + <previous-release-version>3.3.0</previous-release-version> + <!-- END PROFILE SETTINGS: generate-release-notes--> </properties> <dependencyManagement>
