Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • af3/af3-tests
1 result
Show changes
Commits on Source (3)
downstream-job:
variables:
BUILD_BRANCH: "$CI_MERGE_REQUEST_SOURCE_BRANCH_NAME"
only:
- merge_requests
trigger:
project: af3/maven-releng
strategy: depend
......@@ -3,7 +3,7 @@ Automatic-Module-Name: org.fortiss.af3.phoenix.product.tests
Bundle-ManifestVersion: 2
Bundle-Name: Tests Plugin for the Phoenix Product
Bundle-SymbolicName: org.fortiss.af3.phoenix.product.tests
Bundle-Version: 2.18.0.qualifier
Bundle-Version: 2.19.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Require-Bundle: org.eclipse.equinox.launcher;bundle-version="1.5.200",
org.junit;bundle-version="4.8.2",
......
......@@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>org.fortiss.af3.phoenix.product.tests</artifactId>
<groupId>org.fortiss.af3.phoenix.product.tests</groupId>
<version>2.18.0-SNAPSHOT</version>
<version>2.19.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<parent>
......