|
12 | 12 |
|
13 | 13 | <groupId>org.bigraphs.springframework.data</groupId> |
14 | 14 | <artifactId>spring-data-cdo-parent</artifactId> |
15 | | - <version>0.7.3</version> |
| 15 | + <version>1.0.0-SNAPSHOT</version> |
16 | 16 | <packaging>pom</packaging> |
17 | 17 |
|
18 | 18 | <name>Spring Data for CDO - Parent</name> |
|
56 | 56 |
|
57 | 57 | <distributionManagement> |
58 | 58 | <snapshotRepository> |
59 | | - <id>ossrh</id> |
60 | | - <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url> |
| 59 | + <id>central</id> |
| 60 | + <url>https://central.sonatype.com</url> |
61 | 61 | </snapshotRepository> |
62 | | - <repository> |
63 | | - <id>ossrh</id> |
64 | | - <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
65 | | - </repository> |
66 | 62 | </distributionManagement> |
67 | 63 |
|
68 | 64 | <repositories> |
69 | | - <repository> |
70 | | - <id>central</id> |
71 | | - <name>Central Repository</name> |
72 | | - <url>https://repo1.maven.org/maven2/</url> |
73 | | - </repository> |
74 | 65 | <repository> |
75 | 66 | <id>eclipse-release</id> |
76 | 67 | <name>Eclipse Releases Repository</name> |
|
94 | 85 |
|
95 | 86 | <properties> |
96 | 87 | <!-- Project-specific Settings --> |
97 | | - <project.type>multi</project.type> |
98 | 88 | <java.version>17</java.version> |
| 89 | + <project.type>multi</project.type> |
99 | 90 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
100 | 91 | <maven.compiler.target>${java.version}</maven.compiler.target> |
101 | 92 | <maven.compiler.source>${java.version}</maven.compiler.source> |
|
209 | 200 | </configuration> |
210 | 201 | </plugin> |
211 | 202 | <plugin> |
212 | | - <groupId>org.sonatype.plugins</groupId> |
213 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
214 | | - <version>1.6.13</version> |
| 203 | + <groupId>org.sonatype.central</groupId> |
| 204 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 205 | + <version>0.8.0</version> |
215 | 206 | <extensions>true</extensions> |
216 | 207 | <configuration> |
217 | | - <serverId>ossrh</serverId> |
218 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
219 | | - <!-- With the property autoReleaseAfterClose set to false you can manually inspect the staging |
220 | | - repository in the Nexus Repository Manager and trigger a release of the staging repository |
221 | | - later with mvn nexus-staging:release If you find something went wrong you can drop the staging |
222 | | - repository with mvn nexus-staging:drop --> |
223 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 208 | + <publishingServerId>central</publishingServerId> |
| 209 | + <!-- <autoPublish>true</autoPublish>--> |
| 210 | + <!-- <waitUntil>published</waitUntil>--> |
| 211 | + <autoPublish>false</autoPublish> |
| 212 | + <waitUntil>validated</waitUntil> |
224 | 213 | </configuration> |
225 | 214 | </plugin> |
226 | 215 | <plugin> |
|
313 | 302 | </execution> |
314 | 303 | </executions> |
315 | 304 | </plugin> |
| 305 | + <plugin> |
| 306 | + <groupId>org.sonatype.central</groupId> |
| 307 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 308 | + </plugin> |
316 | 309 | </plugins> |
317 | 310 | </build> |
318 | 311 | </profile> |
|
0 commit comments