Skip to content

Commit f024c73

Browse files
authored
Merge branch 'master' into invalid_header_QuickFix
2 parents 7966728 + 3807d8b commit f024c73

File tree

30 files changed

+31
-45
lines changed

30 files changed

+31
-45
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<extension>
55
<groupId>org.eclipse.tycho</groupId>
66
<artifactId>tycho-build</artifactId>
7-
<version>4.0.8</version>
7+
<version>4.0.13</version>
88
</extension>
99
</extensions>

apitools/org.eclipse.pde.api.tools.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.eclipse.pde</groupId>
1616
<artifactId>eclipse.pde</artifactId>
17-
<version>4.36.0-SNAPSHOT</version>
17+
<version>4.37.0-SNAPSHOT</version>
1818
<relativePath>../../</relativePath>
1919
</parent>
2020
<artifactId>org.eclipse.pde.api.tools.tests</artifactId>

apitools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.eclipse.pde</groupId>
1616
<artifactId>eclipse.pde</artifactId>
17-
<version>4.36.0-SNAPSHOT</version>
17+
<version>4.37.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>eclipse.pde.apitools</artifactId>
2020
<packaging>pom</packaging>

build/org.eclipse.pde.build.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Tests Plug-in
44
Bundle-SymbolicName: org.eclipse.pde.build.tests;singleton:=true
5-
Bundle-Version: 1.4.800.qualifier
5+
Bundle-Version: 1.4.900.qualifier
66
Bundle-Activator: org.eclipse.pde.build.tests.Activator
77
Export-Package: org.eclipse.pde.build.internal.tests;x-internal:=true,
88
org.eclipse.pde.build.internal.tests.ant;x-internal:=true,

build/org.eclipse.pde.build.tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<parent>
88
<groupId>org.eclipse.pde</groupId>
99
<artifactId>eclipse.pde.build</artifactId>
10-
<version>4.36.0-SNAPSHOT</version>
10+
<version>4.37.0-SNAPSHOT</version>
1111
</parent>
1212
<artifactId>org.eclipse.pde.build.tests</artifactId>
13-
<version>1.4.800-SNAPSHOT</version>
13+
<version>1.4.900-SNAPSHOT</version>
1414
<packaging>eclipse-test-plugin</packaging>
1515

1616
<properties>

build/org.eclipse.pde.build.tests/test-sdk.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<product name="Eclipse SDK" uid="org.eclipse.sdk.test.ide" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.36.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<product name="Eclipse SDK" uid="org.eclipse.sdk.test.ide" id="org.eclipse.sdk.ide" application="org.eclipse.ui.ide.workbench" version="4.37.0.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66
<configIni use="default">
77
</configIni>

build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.eclipse.pde</groupId>
1616
<artifactId>eclipse.pde</artifactId>
17-
<version>4.36.0-SNAPSHOT</version>
17+
<version>4.37.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>eclipse.pde.build</artifactId>
2020
<packaging>pom</packaging>

ds/org.eclipse.pde.ds.tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.eclipse.pde</groupId>
88
<artifactId>eclipse.pde</artifactId>
9-
<version>4.36.0-SNAPSHOT</version>
9+
<version>4.37.0-SNAPSHOT</version>
1010
<relativePath>../../</relativePath>
1111
</parent>
1212
<artifactId>org.eclipse.pde.ds.tck</artifactId>

ds/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.eclipse.pde</groupId>
1616
<artifactId>eclipse.pde</artifactId>
17-
<version>4.36.0-SNAPSHOT</version>
17+
<version>4.37.0-SNAPSHOT</version>
1818
</parent>
1919
<artifactId>eclipse.pde.ds</artifactId>
2020
<packaging>pom</packaging>

e4tools/bundles/org.eclipse.e4.tools.emf.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>org.eclipse.pde</groupId>
1717
<artifactId>eclipse.pde.e4tools</artifactId>
18-
<version>4.36.0-SNAPSHOT</version>
18+
<version>4.37.0-SNAPSHOT</version>
1919
<relativePath>../../</relativePath>
2020
</parent>
2121

0 commit comments

Comments
 (0)