Skip to content

Commit 06e2727

Browse files
committed
Stop version bump plugin from changing 0.0.0 versions
1 parent 76c41f6 commit 06e2727

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pom.xml

+3
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@
182182
<groupId>org.eclipse.tycho.extras</groupId>
183183
<artifactId>tycho-version-bump-plugin</artifactId>
184184
<version>${tycho-version}</version>
185+
<configuration>
186+
<updateEmptyVersion>false</updateEmptyVersion>
187+
</configuration>
185188
</plugin>
186189
<plugin>
187190
<groupId>org.eclipse.tycho</groupId>

0 commit comments

Comments
 (0)