We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e3e1e commit c1fd2adCopy full SHA for c1fd2ad
pom.xml
@@ -22,7 +22,7 @@
22
<parent>
23
<groupId>org.lable.oss</groupId>
24
<artifactId>parent</artifactId>
25
- <version>1.14</version>
+ <version>2.0</version>
26
</parent>
27
28
<groupId>org.lable.oss.uniqueid</groupId>
@@ -140,6 +140,17 @@
140
<groupId>com.mycila</groupId>
141
<artifactId>license-maven-plugin</artifactId>
142
</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>
154
</plugins>
155
</build>
156
</project>
0 commit comments