Skip to content

Commit

Permalink
Merge branch 'release/3.6.x'
Browse files Browse the repository at this point in the history
* release/3.6.x:
  No issue: Updating previous release version reference after release.
  • Loading branch information
reckart committed Nov 29, 2024
2 parents a1b7a1d + 3e8a84a commit 1092a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions uimaj-parent-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<!-- BEGIN PROFILE SETTINGS: generate-release-notes-->
<github-repository>uima-uimaj</github-repository>
<git-branch>main</git-branch>
<previous-release-version>3.5.0</previous-release-version>
<previous-release-version>3.6.0</previous-release-version>
<!-- END PROFILE SETTINGS: generate-release-notes-->

<api_check_oldVersion>${previous-release-version}</api_check_oldVersion>
Expand Down Expand Up @@ -503,12 +503,12 @@
<plugin>
<groupId>org.apache.uima</groupId>
<artifactId>jcasgen-maven-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version> <!-- ${previous-release-version} -->
</plugin>
<plugin>
<groupId>org.apache.uima</groupId>
<artifactId>PearPackagingMavenPlugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version> <!-- ${previous-release-version} -->
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 1092a99

Please sign in to comment.