|
8 | 8 | <packaging>pom</packaging>
|
9 | 9 |
|
10 | 10 | <properties>
|
11 |
| - <mwe2Version>2.13.0</mwe2Version> |
12 |
| - <xtext-version>2.27.0</xtext-version> |
13 |
| - <tycho-version>2.6.0</tycho-version> |
14 |
| - <xsemantics-version>1.22.0-SNAPSHOT</xsemantics-version> |
15 |
| - <xsemantics-p2-url>http://download.eclipse.org/xsemantics/milestones/1.22</xsemantics-p2-url> |
| 11 | + <mwe2Version>2.16.0</mwe2Version> |
| 12 | + <xtext-version>2.33.0</xtext-version> |
| 13 | + <tycho-version>3.0.5</tycho-version> |
| 14 | + <xsemantics-version>1.24.0</xsemantics-version> |
| 15 | + <xsemantics-p2-url>http://download.eclipse.org/xsemantics/milestones/1.24</xsemantics-p2-url> |
16 | 16 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
17 |
| - <maven.compiler.source>11</maven.compiler.source> |
18 |
| - <maven.compiler.target>11</maven.compiler.target> |
| 17 | + <maven.compiler.source>17</maven.compiler.source> |
| 18 | + <maven.compiler.target>17</maven.compiler.target> |
19 | 19 | <maven.compiler.release>17</maven.compiler.release>
|
20 | 20 | <tycho.target.execution-environment>JavaSE-17</tycho.target.execution-environment>
|
21 | 21 | <lib.version>1.0.0-SNAPSHOT</lib.version>
|
|
67 | 67 | <plugin>
|
68 | 68 | <groupId>org.eclipse.tycho</groupId>
|
69 | 69 | <artifactId>tycho-source-plugin</artifactId>
|
70 |
| - <version>${tycho-version}</version> |
71 | 70 | <executions>
|
72 | 71 | <execution>
|
73 | 72 | <id>plugin-source</id>
|
74 | 73 | <goals>
|
75 | 74 | <goal>plugin-source</goal>
|
76 | 75 | </goals>
|
77 | 76 | </execution>
|
78 |
| - </executions> |
79 |
| - </plugin> |
80 |
| - <plugin> |
81 |
| - <groupId>org.eclipse.tycho.extras</groupId> |
82 |
| - <artifactId>tycho-source-feature-plugin</artifactId> |
83 |
| - <version>${tycho-version}</version> |
84 |
| - <executions> |
85 | 77 | <execution>
|
86 |
| - <id>source-feature</id> |
87 |
| - <phase>package</phase> |
| 78 | + <id>feature-source</id> |
88 | 79 | <goals>
|
89 |
| - <goal>source-feature</goal> |
| 80 | + <goal>feature-source</goal> |
90 | 81 | </goals>
|
91 | 82 | </execution>
|
| 83 | + |
92 | 84 | </executions>
|
93 | 85 | </plugin>
|
94 | 86 | <plugin>
|
|
266 | 258 | </versionRange>
|
267 | 259 | <goals>
|
268 | 260 | <goal>compile</goal>
|
| 261 | + <goal> |
| 262 | + validate-classpath |
| 263 | + </goal> |
269 | 264 | </goals>
|
270 | 265 | </pluginExecutionFilter>
|
271 | 266 | <action>
|
|
352 | 347 | <enabled>false</enabled>
|
353 | 348 | </snapshots>
|
354 | 349 | </repository>
|
| 350 | + <!-- This must be disabled explicitly, otherwise it is enabled by https://github.com/mojohaus/mojo-parent |
| 351 | + which is taken from exec-maven-plugin from at least version 1.6.0 --> |
| 352 | + <repository> |
| 353 | + <id>ossrh-snapshots</id> |
| 354 | + <name>ossrh-snapshots</name> |
| 355 | + <releases> |
| 356 | + <enabled>false</enabled> |
| 357 | + </releases> |
| 358 | + <snapshots> |
| 359 | + <enabled>false</enabled> |
| 360 | + </snapshots> |
| 361 | + <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
| 362 | + </repository> |
| 363 | + <!-- This is enabled by /org/sonatype/oss/oss-parent/7 used as parent by |
| 364 | + org/xtext/antlr-generator/3.2.1 --> |
| 365 | + <repository> |
| 366 | + <id>sonatype-nexus-snapshots</id> |
| 367 | + <name>Sonatype Nexus Snapshots</name> |
| 368 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 369 | + <releases> |
| 370 | + <enabled>false</enabled> |
| 371 | + </releases> |
| 372 | + <snapshots> |
| 373 | + <enabled>false</enabled> |
| 374 | + </snapshots> |
| 375 | + </repository> |
355 | 376 | </repositories>
|
356 | 377 | <pluginRepositories>
|
357 | 378 | <pluginRepository>
|
|
365 | 386 | <enabled>false</enabled>
|
366 | 387 | </snapshots>
|
367 | 388 | </pluginRepository>
|
| 389 | + <pluginRepository> |
| 390 | + <id>ossrh-snapshots</id> |
| 391 | + <name>ossrh-snapshots</name> |
| 392 | + <releases> |
| 393 | + <enabled>false</enabled> |
| 394 | + </releases> |
| 395 | + <snapshots> |
| 396 | + <enabled>false</enabled> |
| 397 | + </snapshots> |
| 398 | + <url>http://oss.sonatype.org/content/repositories/snapshots</url> |
| 399 | + </pluginRepository> |
| 400 | + <pluginRepository> |
| 401 | + <id>sonatype-nexus-snapshots</id> |
| 402 | + <name>Sonatype Nexus Snapshots</name> |
| 403 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 404 | + <releases> |
| 405 | + <enabled>false</enabled> |
| 406 | + </releases> |
| 407 | + <snapshots> |
| 408 | + <enabled>false</enabled> |
| 409 | + </snapshots> |
| 410 | + </pluginRepository> |
368 | 411 | </pluginRepositories>
|
369 | 412 | <profiles>
|
370 | 413 | <profile>
|
|
0 commit comments