File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 2727 <name >SPDX</name >
2828 <url >http://spdx.org</url >
2929 </organization >
30- <distributionManagement >
31- <repository >
32- <id >ossrh</id >
33- <name >spdx-spdx-tools</name >
34- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
35- </repository >
36- </distributionManagement >
3730 <scm >
3831 <url >https://github.com/spdx/spdx-java-core</url >
3932 <connection >scm:git:git://github.com/spdx/spdx-java-core.git</connection >
171164 </testResource >
172165 </testResources >
173166 <plugins >
167+ <plugin >
168+ <groupId >org.sonatype.central</groupId >
169+ <artifactId >central-publishing-maven-plugin</artifactId >
170+ <version >0.7.0</version >
171+ <extensions >true</extensions >
172+ <configuration >
173+ <publishingServerId >central</publishingServerId >
174+ </configuration >
175+ </plugin >
174176 <plugin >
175177 <groupId >org.apache.maven.plugins</groupId >
176178 <artifactId >maven-compiler-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments