|
59 | 59 | <package.type.test>eclipse-test-plugin</package.type.test> |
60 | 60 |
|
61 | 61 | <!-- Build Plugin Versions --> |
62 | | - <tycho.version>2.7.5</tycho.version> |
| 62 | + <tycho.version>3.0.5</tycho.version> |
63 | 63 | <maven.compiler.version>3.10.1</maven.compiler.version> |
64 | 64 | <maven.clean.version>3.2.0</maven.clean.version> |
65 | 65 | <maven.checkstyle.version>3.2.1</maven.checkstyle.version> |
66 | 66 | <checkstyle.version>8.44</checkstyle.version> |
67 | 67 | <emfcloud.checkstyle.version>0.1.0-SNAPSHOT</emfcloud.checkstyle.version> |
68 | 68 |
|
69 | 69 | <maven.resources.version>3.2.0</maven.resources.version> |
70 | | - <maven.surefire.version>3.0.0-M6</maven.surefire.version> |
71 | | - <maven.failsafe.version>3.0.0-M6</maven.failsafe.version> |
| 70 | + <maven.surefire.version>3.5.3</maven.surefire.version> |
| 71 | + <maven.failsafe.version>3.5.3</maven.failsafe.version> |
72 | 72 | <maven.source.plugin>3.2.1</maven.source.plugin> |
73 | 73 | <maven.dependency.version>3.3.0</maven.dependency.version> |
74 | 74 | <maven.shade.version>3.3.0</maven.shade.version> |
|
85 | 85 | platform in p2. We try to match the p2-version if possible. --> |
86 | 86 | <eclipse.core.resources.version>3.7.100</eclipse.core.resources.version> |
87 | 87 | <eclipse.core.runtime.version>3.7.0</eclipse.core.runtime.version> |
88 | | - <emf.ecore.version>2.26.0</emf.ecore.version> |
89 | | - <emf.common.version>2.23.0</emf.common.version> |
90 | | - <emf.ecore.change.version>2.14.0</emf.ecore.change.version> |
91 | | - <emf.ecore.xmi.version>2.16.0</emf.ecore.xmi.version> |
92 | | - <emf.edit.version>2.16.0</emf.edit.version> |
| 88 | + <emf.ecore.version>2.33.0</emf.ecore.version> |
| 89 | + <emf.common.version>2.28.0</emf.common.version> |
| 90 | + <emf.ecore.change.version>2.15.0</emf.ecore.change.version> |
| 91 | + <emf.ecore.xmi.version>2.18.0</emf.ecore.xmi.version> |
| 92 | + <emf.edit.version>2.18.0</emf.edit.version> |
93 | 93 | <emf.transaction.version>1.8.0.201405281451</emf.transaction.version> |
94 | 94 | <emf.validation.version>1.8.0.201405281429</emf.validation.version> |
95 | | - <emfjson.jackson.version>2.0.0</emfjson.jackson.version> |
| 95 | + <emfjson.jackson.version>2.3.0-SNAPSHOT</emfjson.jackson.version> |
96 | 96 | <fasterxml.jackson.version>2.12.6.1</fasterxml.jackson.version> |
97 | 97 | <google.guice.version>5.0.1</google.guice.version> |
98 | 98 | <google.guice.multibindings.version>4.2.3</google.guice.multibindings.version> |
|
131 | 131 | <name>Sonatype</name> |
132 | 132 | <url>https://oss.sonatype.org/content/groups/public</url> |
133 | 133 | </pluginRepository> |
| 134 | + <pluginRepository> |
| 135 | + <name>Central Portal Snapshots</name> |
| 136 | + <id>central-portal-snapshots</id> |
| 137 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 138 | + <releases> |
| 139 | + <enabled>false</enabled> |
| 140 | + </releases> |
| 141 | + <snapshots> |
| 142 | + <enabled>true</enabled> |
| 143 | + </snapshots> |
| 144 | + </pluginRepository> |
134 | 145 | </pluginRepositories> |
135 | 146 |
|
136 | 147 | <profiles> |
|
318 | 329 | <name>WSO2</name> |
319 | 330 | <url>https://maven.wso2.org/nexus/content/groups/wso2-public</url> |
320 | 331 | </repository> |
| 332 | + <repository> |
| 333 | + <id>central</id> |
| 334 | + <url>https://repo1.maven.org/maven2</url> |
| 335 | + <releases> |
| 336 | + <enabled>true</enabled> |
| 337 | + </releases> |
| 338 | + </repository> |
321 | 339 | </repositories> |
322 | 340 |
|
323 | 341 | <modules> |
|
388 | 406 |
|
389 | 407 | <distributionManagement> |
390 | 408 | <snapshotRepository> |
391 | | - <id>ossrh</id> |
392 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 409 | + <id>central</id> |
| 410 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
393 | 411 | </snapshotRepository> |
394 | 412 | </distributionManagement> |
395 | 413 |
|
396 | 414 | <build> |
397 | 415 | <plugins> |
398 | 416 | <!-- To release to Sonatype/Maven central --> |
399 | 417 | <plugin> |
400 | | - <groupId>org.sonatype.plugins</groupId> |
401 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
402 | | - <version>${nexus.maven.version}</version> |
| 418 | + <groupId>org.sonatype.central</groupId> |
| 419 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 420 | + <version>0.8.0</version> |
403 | 421 | <extensions>true</extensions> |
404 | 422 | <configuration> |
405 | | - <serverId>ossrh</serverId> |
406 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
407 | | - <autoreleaseafterclose>false</autoreleaseafterclose> |
| 423 | + <publishingServerId>central</publishingServerId> |
| 424 | + <autoPublish>true</autoPublish> |
408 | 425 | </configuration> |
409 | 426 | </plugin> |
410 | 427 |
|
|
0 commit comments