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/tooling-features
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
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>tooling-features</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
</buildSpec>
<natures>
</natures>
</projectDescription>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.fortiss.tooling.feature"
label="Fortiss Tooling Kernel 2.18-LATEST Feature"
version="2.18.0.qualifier"
label="Fortiss Tooling Kernel 2.19-LATEST Feature"
version="2.19.0.qualifier"
provider-name="fortiss GmbH">
<description url="http://www.example.com/description">
......
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<name>Tooling Kernel 2.18-LATEST Feature</name>
<version>2.18.0-SNAPSHOT</version>
<name>Tooling Kernel 2.19-LATEST Feature</name>
<version>2.19.0-SNAPSHOT</version>
<artifactId>org.fortiss.tooling.feature</artifactId>
<groupId>org.fortiss.tooling.feature</groupId>
......