Skip to content

Commit af6257c

Browse files
committed
Add version for tycho-version-bump-plugin
Needed for the update target gh workflow.
1 parent a34cc49 commit af6257c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,11 @@
178178
<compilerId>javac</compilerId>
179179
</configuration>
180180
</plugin>
181+
<plugin>
182+
<groupId>org.eclipse.tycho.extras</groupId>
183+
<artifactId>tycho-version-bump-plugin</artifactId>
184+
<version>${tycho-version}</version>
185+
</plugin>
181186
<plugin>
182187
<groupId>org.eclipse.tycho</groupId>
183188
<artifactId>tycho-surefire-plugin</artifactId>

0 commit comments

Comments
 (0)