Skip to content

Commit c1fd2ad

Browse files
committed
Migrate from OSSRH
1 parent a3e3e1e commit c1fd2ad

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
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.lable.oss</groupId>
2424
<artifactId>parent</artifactId>
25-
<version>1.14</version>
25+
<version>2.0</version>
2626
</parent>
2727

2828
<groupId>org.lable.oss.uniqueid</groupId>
@@ -140,6 +140,17 @@
140140
<groupId>com.mycila</groupId>
141141
<artifactId>license-maven-plugin</artifactId>
142142
</plugin>
143+
144+
<plugin>
145+
<groupId>org.sonatype.central</groupId>
146+
<artifactId>central-publishing-maven-plugin</artifactId>
147+
<version>0.7.0</version>
148+
<extensions>true</extensions>
149+
<configuration>
150+
<publishingServerId>central</publishingServerId>
151+
<autoPublish>true</autoPublish>
152+
</configuration>
153+
</plugin>
143154
</plugins>
144155
</build>
145156
</project>

0 commit comments

Comments
 (0)