File tree Expand file tree Collapse file tree
org.eclipse.xtext.tests/testdata/wizard-expectations
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 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff 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 ) {
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments