|
66 | 66 | <package.type.test>eclipse-test-plugin</package.type.test> |
67 | 67 |
|
68 | 68 | <!-- Build Plugin Versions --> |
69 | | - <tycho.version>2.7.5</tycho.version> |
70 | | - <jacoco.version>0.8.8</jacoco.version> |
| 69 | + <tycho.version>3.0.5</tycho.version> |
| 70 | + <jacoco.version>0.8.13</jacoco.version> |
71 | 71 | <maven.compiler.version>3.10.1</maven.compiler.version> |
72 | 72 | <maven.clean.version>3.2.0</maven.clean.version> |
73 | 73 | <maven.checkstyle.version>3.2.0</maven.checkstyle.version> |
74 | 74 | <puppycrawl.checkstyle.version>8.44</puppycrawl.checkstyle.version> |
75 | 75 | <emfcloud.checkstyle.version>0.1.0-SNAPSHOT</emfcloud.checkstyle.version> |
76 | 76 | <maven.resources.version>3.2.0</maven.resources.version> |
77 | | - <maven.surefire.version>3.0.0-M6</maven.surefire.version> |
78 | | - <maven.failsafe.version>3.0.0-M6</maven.failsafe.version> |
| 77 | + <maven.surefire.version>3.5.3</maven.surefire.version> |
| 78 | + <maven.failsafe.version>3.5.3</maven.failsafe.version> |
79 | 79 | <maven.source.plugin>3.2.1</maven.source.plugin> |
80 | 80 | <maven.dependency.version>3.3.0</maven.dependency.version> |
81 | 81 | <maven.shade.version>3.3.0</maven.shade.version> |
|
93 | 93 | <jackson.databind.version>2.12.6.1</jackson.databind.version> |
94 | 94 | <eclipse.core.runtime.version>3.7.0</eclipse.core.runtime.version> |
95 | 95 | <eclipse.core.resources.version>3.7.100</eclipse.core.resources.version> |
96 | | - <emf.common.version>2.23.0</emf.common.version> |
97 | | - <emf.ecore.version>2.23.0</emf.ecore.version> |
| 96 | + <emf.common.version>2.28.0</emf.common.version> |
| 97 | + <emf.ecore.version>2.33.0</emf.ecore.version> |
98 | 98 | <emf.ecore.change.version>2.14.0</emf.ecore.change.version> |
99 | | - <emf.ecore.xmi.version>2.16.0</emf.ecore.xmi.version> |
| 99 | + <emf.ecore.xmi.version>2.18.0</emf.ecore.xmi.version> |
100 | 100 | <emf.edit.version>2.16.0</emf.edit.version> |
101 | 101 | <emf.transaction.version>1.8.0.201405281451</emf.transaction.version> |
102 | 102 | <emf.validation.version>1.8.0.201405281429</emf.validation.version> |
103 | | - <emfjson.jackson.version>2.0.0</emfjson.jackson.version> |
| 103 | + <emfjson.jackson.version>2.3.0-SNAPSHOT</emfjson.jackson.version> |
104 | 104 | <commons.io.version>2.8.0</commons.io.version> |
105 | 105 | <junit.version>4.13.2</junit.version> |
106 | | - <net.bytebuddy.version>1.12.16</net.bytebuddy.version> |
| 106 | + <net.bytebuddy.version>1.15.11</net.bytebuddy.version> |
107 | 107 | <org.objenesis.version>3.3</org.objenesis.version> |
108 | 108 | <json-patch.version>1.13</json-patch.version> |
109 | 109 |
|
|
118 | 118 | <jetty.version>9.4.44.v20210927</jetty.version> |
119 | 119 | <jetty.websocket.version>9.4.44.v20210927</jetty.websocket.version> |
120 | 120 | <javalin.version>4.3.0</javalin.version> |
121 | | - <mockito.version>4.9.0</mockito.version> |
| 121 | + <mockito.version>5.16.0</mockito.version> |
122 | 122 | <gmazzo.okhttp.mock.version>1.5.0</gmazzo.okhttp.mock.version> |
123 | 123 | <hamcrest.version>2.2</hamcrest.version> |
124 | 124 |
|
|
131 | 131 | <pluginRepository> |
132 | 132 | <id>sonatype</id> |
133 | 133 | <name>Sonatype</name> |
134 | | - <url>https://oss.sonatype.org/content/groups/public</url> |
| 134 | + <url>https://s01.oss.sonatype.org/content/groups/public</url> |
| 135 | + </pluginRepository> |
| 136 | + <pluginRepository> |
| 137 | + <name>Central Portal Snapshots</name> |
| 138 | + <id>central-portal-snapshots</id> |
| 139 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 140 | + <releases> |
| 141 | + <enabled>false</enabled> |
| 142 | + </releases> |
| 143 | + <snapshots> |
| 144 | + <enabled>true</enabled> |
| 145 | + </snapshots> |
135 | 146 | </pluginRepository> |
136 | 147 | </pluginRepositories> |
137 | 148 |
|
|
380 | 391 | <name>WSO2</name> |
381 | 392 | <url>https://maven.wso2.org/nexus/content/groups/wso2-public/</url> |
382 | 393 | </repository> |
| 394 | + <repository> |
| 395 | + <id>central</id> |
| 396 | + <url>https://repo1.maven.org/maven2</url> |
| 397 | + <releases> |
| 398 | + <enabled>true</enabled> |
| 399 | + </releases> |
| 400 | + </repository> |
383 | 401 | </repositories> |
384 | 402 |
|
385 | 403 | <!-- Provide a list of dependencies that are provided by the target platform |
|
485 | 503 | <artifactId>mockito-core</artifactId> |
486 | 504 | <version>${mockito.version}</version> |
487 | 505 | </dependency> |
488 | | - <dependency> |
489 | | - <groupId>org.mockito</groupId> |
490 | | - <artifactId>mockito-inline</artifactId> |
491 | | - <version>${mockito.version}</version> |
492 | | - </dependency> |
493 | 506 | <dependency> |
494 | 507 | <groupId>org.hamcrest</groupId> |
495 | 508 | <artifactId>hamcrest-core</artifactId> |
|
543 | 556 |
|
544 | 557 | <distributionManagement> |
545 | 558 | <snapshotRepository> |
546 | | - <id>ossrh</id> |
547 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 559 | + <id>central</id> |
| 560 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
548 | 561 | </snapshotRepository> |
549 | 562 | </distributionManagement> |
550 | 563 |
|
|
556 | 569 | <plugins> |
557 | 570 | <!-- To release to Sonatype/Maven central --> |
558 | 571 | <plugin> |
559 | | - <groupId>org.sonatype.plugins</groupId> |
560 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
561 | | - <version>${nexus.maven.version}</version> |
| 572 | + <groupId>org.sonatype.central</groupId> |
| 573 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 574 | + <version>0.8.0</version> |
562 | 575 | <extensions>true</extensions> |
563 | 576 | <configuration> |
564 | | - <serverId>ossrh</serverId> |
565 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
566 | | - <autoreleaseafterclose>false</autoreleaseafterclose> |
| 577 | + <publishingServerId>central</publishingServerId> |
| 578 | + <autoPublish>true</autoPublish> |
567 | 579 | </configuration> |
568 | 580 | </plugin> |
569 | 581 |
|
|
0 commit comments