Skip to content

Commit f6021d0

Browse files
authored
Central Portal Migration (#275)
* Central Portal Migration * bumping version number * reverting version bump
1 parent ca0fb3d commit f6021d0

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

pom.xml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<execution>
149149
<id>attach-sources</id>
150150
<goals>
151-
<goal>jar</goal>
151+
<goal>jar-no-fork</goal>
152152
</goals>
153153
</execution>
154154
</executions>
@@ -247,16 +247,14 @@
247247
</execution>
248248
</executions>
249249
</plugin>
250-
<plugin>
251-
<groupId>org.sonatype.plugins</groupId>
252-
<artifactId>nexus-staging-maven-plugin</artifactId>
253-
<version>1.7.0</version>
254-
<extensions>true</extensions>
255-
<configuration>
256-
<serverId>sonatype-nexus-staging</serverId>
257-
<nexusUrl>https://aws.oss.sonatype.org</nexusUrl>
258-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
259-
</configuration>
250+
<plugin>
251+
<groupId>org.sonatype.central</groupId>
252+
<artifactId>central-publishing-maven-plugin</artifactId>
253+
<version>0.7.0</version>
254+
<extensions>true</extensions>
255+
<configuration>
256+
<publishingServerId>central</publishingServerId>
257+
</configuration>
260258
</plugin>
261259
</plugins>
262260
</build>

0 commit comments

Comments
 (0)