Skip to content

Commit e2cbe9f

Browse files
authored
[#1493] release repository change to maven central (#1496)
1 parent f84f4e8 commit e2cbe9f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-gpg-plugin</artifactId>
84-
<version>1.5</version>
84+
<version>3.0.1</version>
8585
<executions>
8686
<execution>
8787
<id>sign-artifacts</id>
@@ -92,6 +92,17 @@
9292
</execution>
9393
</executions>
9494
</plugin>
95+
<plugin>
96+
<groupId>org.sonatype.central</groupId>
97+
<artifactId>central-publishing-maven-plugin</artifactId>
98+
<version>0.5.0</version>
99+
<extensions>true</extensions>
100+
<configuration>
101+
<publishingServerId>sch</publishingServerId>
102+
<autoPublish>false</autoPublish>
103+
<tokenAuth>true</tokenAuth>
104+
</configuration>
105+
</plugin>
95106
</plugins>
96107
</build>
97108
<distributionManagement>

0 commit comments

Comments
 (0)