Skip to content

Commit 4fc2284

Browse files
committed
[Builds] Remove unused 'version-bump' profile from eclipse-parent pom
With the reusable workflow for automated version increments in pull-requests it is not necessary anymore to enable bumping versions if the property 'compare-version-with-baselines.skip' is set to false. Everything now happens automatically and this profile can therefore be removed.
1 parent fc86cb5 commit 4fc2284

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -757,32 +757,6 @@
757757
</repository>
758758
</repositories>
759759
</profile>
760-
<profile>
761-
<!-- This provile enables automatic version bumps when running the build -->
762-
<id>vb</id>
763-
<properties>
764-
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
765-
</properties>
766-
<build>
767-
<plugins>
768-
<plugin>
769-
<groupId>org.eclipse.tycho</groupId>
770-
<artifactId>tycho-versions-plugin</artifactId>
771-
<executions>
772-
<execution>
773-
<id>bump</id>
774-
<goals>
775-
<goal>bump-versions</goal>
776-
</goals>
777-
<configuration>
778-
<increment>100</increment>
779-
</configuration>
780-
</execution>
781-
</executions>
782-
</plugin>
783-
</plugins>
784-
</build>
785-
</profile>
786760
<profile>
787761
<id>build-individual-bundles</id>
788762
<activation>

0 commit comments

Comments
 (0)