Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Supposed to fix failing master build
(https://ci.eclipse.org/platform/job/eclipse.platform.releng.aggregator/job/master/)
:
[ERROR] Failed to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.5-SNAPSHOT:compare-version-with-baselines
(compare-attached-artifacts-with-release) on project
org.eclipse.jdt.core.tests.binaries: Version has moved backwards for
(org.eclipse.jdt.core.tests.binaries/1.0.250.qualifier). Baseline has
1.0.250.v20210713-1056) with delta: 0.0.0 -> [Help 1]
14:19:05  org.apache.maven.lifecycle.LifecycleExecutionException: Failed
to execute goal
org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.5-SNAPSHOT:compare-version-with-baselines
(compare-attached-artifacts-with-release) on project
org.eclipse.jdt.core.tests.binaries: Version has moved backwards for
(org.eclipse.jdt.core.tests.binaries/1.0.250.qualifier). Baseline has
1.0.250.v20210713-1056) with delta: 0.0.0
  • Loading branch information
akurtakov committed Jan 29, 2024
1 parent 72d3bdc commit debe492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core.tests.binaries/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core.tests.binaries
Bundle-Version: 1.0.250.qualifier
Bundle-Version: 1.0.300.qualifier
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Eclipse-BundleShape: dir
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.core.tests.binaries/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.binaries</artifactId>
<version>1.0.250-SNAPSHOT</version>
<version>1.0.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

0 comments on commit debe492

Please sign in to comment.