Skip to content

Commit 1ccfc8b

Browse files
Merge pull request #43 from protegeproject/switch-out-ossrh
Replace OSSRH with Central
2 parents 372f40b + 32638f6 commit 1ccfc8b

1 file changed

Lines changed: 5 additions & 18 deletions

File tree

pom.xml

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -344,27 +344,14 @@
344344
</plugin>
345345

346346
<plugin>
347-
<groupId>org.sonatype.plugins</groupId>
348-
<artifactId>nexus-staging-maven-plugin</artifactId>
349-
<version>1.6.7</version>
347+
<groupId>org.sonatype.central</groupId>
348+
<artifactId>central-publishing-maven-plugin</artifactId>
349+
<version>0.8.0</version>
350350
<extensions>true</extensions>
351351
<configuration>
352-
<serverId>ossrh</serverId>
353-
<nexusUrl>https://oss.sonatype.org</nexusUrl>
354-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
352+
<publishingServerId>central</publishingServerId>
353+
<autoPublish>true</autoPublish>
355354
</configuration>
356-
<dependencies>
357-
<!--
358-
TODO:
359-
Remove after OSSRH-66257, NEXUS-26993 are fixed,
360-
possibly via https://github.com/sonatype/nexus-maven-plugins/pull/91
361-
-->
362-
<dependency>
363-
<groupId>com.thoughtworks.xstream</groupId>
364-
<artifactId>xstream</artifactId>
365-
<version>1.4.15</version>
366-
</dependency>
367-
</dependencies>
368355
</plugin>
369356

370357
</plugins>

0 commit comments

Comments
 (0)