Skip to content

Commit

Permalink
Correct version of parent pom on "promotion" module
Browse files Browse the repository at this point in the history
This module is only built during the "master" Jenkins build, which is
why no
error was thrown when raising the version of the parent pom.
  • Loading branch information
ptziegler committed Dec 21, 2024
1 parent 38f4f96 commit 6467859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion promotion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.eclipse.gef_root</groupId>
<artifactId>org.eclipse.gef.releng</artifactId>
<version>3.20.0-SNAPSHOT</version>
<version>3.23.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.gef.promotion</artifactId>
Expand Down

0 comments on commit 6467859

Please sign in to comment.