Skip to content

Commit 1b9a7a5

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 50c43b7 commit 1b9a7a5

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
@@ -782,32 +782,6 @@
782782
</repository>
783783
</repositories>
784784
</profile>
785-
<profile>
786-
<!-- This provile enables automatic version bumps when running the build -->
787-
<id>vb</id>
788-
<properties>
789-
<compare-version-with-baselines.skip>false</compare-version-with-baselines.skip>
790-
</properties>
791-
<build>
792-
<plugins>
793-
<plugin>
794-
<groupId>org.eclipse.tycho</groupId>
795-
<artifactId>tycho-versions-plugin</artifactId>
796-
<executions>
797-
<execution>
798-
<id>bump</id>
799-
<goals>
800-
<goal>bump-versions</goal>
801-
</goals>
802-
<configuration>
803-
<increment>100</increment>
804-
</configuration>
805-
</execution>
806-
</executions>
807-
</plugin>
808-
</plugins>
809-
</build>
810-
</profile>
811785
<profile>
812786
<id>build-individual-bundles</id>
813787
<activation>

0 commit comments

Comments
 (0)