Skip to content

Commit f51f2c5

Browse files
committed
[Build] Update to Tycho 5.0.2
Part of - #3509
1 parent 425a9be commit f51f2c5

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

  • org.eclipse.xtext.tests/testdata/wizard-expectations
    • full/full.parent
    • lsMavenTychoApp/lsMavenTychoApp.parent
    • lsMavenTychoFatjar/lsMavenTychoFatjar.parent
    • mavenTychoJUnit5/mavenTychoJUnit5.parent
    • mavenTychoP2J21/mavenTychoP2J21.parent
    • mavenTychoP2/mavenTychoP2.parent
    • mavenTycho/mavenTycho.parent
  • org.eclipse.xtext.xtext.ui.examples/projects/domainmodel/org.eclipse.xtext.example.domainmodel.releng
  • org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard

org.eclipse.xtext.tests/testdata/wizard-expectations/full/full.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/lsMavenTychoApp/lsMavenTychoApp.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/lsMavenTychoFatjar/lsMavenTychoFatjar.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTycho/mavenTycho.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoJUnit5/mavenTychoJUnit5.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2/mavenTychoP2.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>17</maven.compiler.source>
1414
<maven.compiler.target>17</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.tests/testdata/wizard-expectations/mavenTychoP2J21/mavenTychoP2J21.parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<maven.compiler.source>21</maven.compiler.source>
1414
<maven.compiler.target>21</maven.compiler.target>
1515
<!-- Tycho settings -->
16-
<tycho-version>4.0.13</tycho-version>
16+
<tycho-version>5.0.2</tycho-version>
1717
<!-- Define overridable properties for tycho-surefire-plugin -->
1818
<platformSystemProperties></platformSystemProperties>
1919
<moduleProperties></moduleProperties>

org.eclipse.xtext.xtext.ui.examples/projects/domainmodel/org.eclipse.xtext.example.domainmodel.releng/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
<!-- although this example and the Xtext dependencies work and compile with
22-
Java 8 you need to execute the Maven build with Java 11 as parts of Eclipse
23-
2020-09+ require Java 11 -->
22+
Java 8 you need to execute the Maven build with Java 17 as parts of Eclipse
23+
2024-03+ require Java 17 -->
2424
<maven.compiler.source>17</maven.compiler.source>
2525
<maven.compiler.target>17</maven.compiler.target>
2626
<!-- Tycho settings -->
27-
<tycho-version>4.0.13</tycho-version>
27+
<tycho-version>5.0.2</tycho-version>
2828
<targetplatform.groupId>${project.groupId}</targetplatform.groupId>
2929
<targetplatform.artifactId>${project.groupId}.tp</targetplatform.artifactId>
3030
<targetplatform.version>${project.version}</targetplatform.version>

org.eclipse.xtext.xtext.wizard/src/org/eclipse/xtext/xtext/wizard/ParentProjectDescriptor.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class ParentProjectDescriptor extends ProjectDescriptor {
6969
}
7070

7171
def String getTychoVersion() {
72-
'4.0.13'
72+
'5.0.2'
7373
}
7474

7575
def private CharSequence loadResource(String resourcePath) {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125

126126
<properties>
127127
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
128-
<tycho-version>4.0.13</tycho-version>
128+
<tycho-version>5.0.2</tycho-version>
129129

130130
<maven.compiler.source>17</maven.compiler.source>
131131
<maven.compiler.target>17</maven.compiler.target>

0 commit comments

Comments
 (0)