|
235 | 235 | <ee11.jersey.version>4.0.0-M1</ee11.jersey.version>
|
236 | 236 | <ee11.jsp.impl.version>11.0.0-M21</ee11.jsp.impl.version>
|
237 | 237 | <ee11.mail.impl.version>2.0.1</ee11.mail.impl.version>
|
238 |
| - <ee11.weld.version>6.0.0.Beta1</ee11.weld.version> |
| 238 | + <ee11.weld.version>6.0.0.Beta4</ee11.weld.version> |
239 | 239 |
|
240 | 240 | <ee8.jakarta.activation.api.version>1.2.2</ee8.jakarta.activation.api.version>
|
241 | 241 | <ee8.jakarta.annotation.api.version>1.3.5</ee8.jakarta.annotation.api.version>
|
|
289 | 289 | <guava.version>33.2.1-jre</guava.version>
|
290 | 290 | <guice.version>7.0.0</guice.version>
|
291 | 291 | <hamcrest.version>2.2</hamcrest.version>
|
292 |
| - <hazelcast.version>5.4.0</hazelcast.version> |
| 292 | + <hazelcast.version>5.5.0</hazelcast.version> |
293 | 293 | <hibernate.search.version>7.1.1.Final</hibernate.search.version>
|
294 | 294 | <infinispan.docker.image.name>infinispan/server</infinispan.docker.image.name>
|
295 | 295 | <infinispan.docker.image.version>15.0.5.Final</infinispan.docker.image.version>
|
|
2499 | 2499 | </plugins>
|
2500 | 2500 | </build>
|
2501 | 2501 | </profile>
|
| 2502 | + <profile> |
| 2503 | + <id>eclipse-dash</id> |
| 2504 | + <pluginRepositories> |
| 2505 | + <pluginRepository> |
| 2506 | + <releases> |
| 2507 | + <enabled>true</enabled> |
| 2508 | + </releases> |
| 2509 | + <snapshots> |
| 2510 | + <enabled>false</enabled> |
| 2511 | + </snapshots> |
| 2512 | + <id>dash-licenses-releases</id> |
| 2513 | + <url>https://repo.eclipse.org/content/repositories/dash-licenses-releases/</url> |
| 2514 | + </pluginRepository> |
| 2515 | + <pluginRepository> |
| 2516 | + <releases> |
| 2517 | + <enabled>false</enabled> |
| 2518 | + </releases> |
| 2519 | + <snapshots> |
| 2520 | + <enabled>true</enabled> |
| 2521 | + </snapshots> |
| 2522 | + <id>dash-licenses-snapshots</id> |
| 2523 | + <url>https://repo.eclipse.org/content/repositories/dash-licenses-snapshots/</url> |
| 2524 | + </pluginRepository> |
| 2525 | + </pluginRepositories> |
| 2526 | + <build> |
| 2527 | + <plugins> |
| 2528 | + <plugin> |
| 2529 | + <groupId>org.eclipse.dash</groupId> |
| 2530 | + <artifactId>license-tool-plugin</artifactId> |
| 2531 | + <version>1.1.0</version> |
| 2532 | + <executions> |
| 2533 | + <execution> |
| 2534 | + <goals> |
| 2535 | + <goal>license-check</goal> |
| 2536 | + </goals> |
| 2537 | + <phase>verify</phase> |
| 2538 | + <configuration> |
| 2539 | + <!-- |
| 2540 | + Works with approval for Hazelcast https://gitlab.eclipse.org/eclipsefdn/emo-team/iplab/-/issues/15797 |
| 2541 | + org.jboss.weld only used for testing |
| 2542 | + --> |
| 2543 | + <excludeGroupIds>com.hazelcast,org.jboss.weld</excludeGroupIds> |
| 2544 | + <failWhenReviewNeeded>true</failWhenReviewNeeded> |
| 2545 | + </configuration> |
| 2546 | + </execution> |
| 2547 | + </executions> |
| 2548 | + </plugin> |
| 2549 | + </plugins> |
| 2550 | + </build> |
| 2551 | + </profile> |
2502 | 2552 | <profile>
|
2503 | 2553 | <id>update-version</id>
|
2504 | 2554 | <build>
|
|
0 commit comments