File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 4545 <url >https://github.com/FraunhoferIOSB/Settings/issues</url >
4646 </issueManagement >
4747
48- <distributionManagement >
49- <repository >
50- <id >ossrh</id >
51- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
52- </repository >
53- <snapshotRepository >
54- <id >ossrh</id >
55- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
56- </snapshotRepository >
57- </distributionManagement >
58-
5948 <properties >
6049 <maven .compiler.release>17</maven .compiler.release>
6150 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6453 <version .commons-lang3>3.17.0</version .commons-lang3>
6554 <version .junit>5.12.2</version .junit>
6655
56+ <version .maven.plugin.central-publishing>0.7.0</version .maven.plugin.central-publishing>
6757 <version .maven.plugin.compiler>3.14.0</version .maven.plugin.compiler>
6858 <version .maven.plugin.gpg>3.2.7</version .maven.plugin.gpg>
6959 <version .maven.plugin.javadoc>3.11.2</version .maven.plugin.javadoc>
10191 <version >${version.maven.plugin.compiler} </version >
10292 </plugin >
10393 <plugin >
104- <groupId >org.apache.maven.plugins</groupId >
105- <artifactId >maven-release-plugin</artifactId >
94+ <groupId >org.sonatype.central</groupId >
95+ <artifactId >central-publishing-maven-plugin</artifactId >
96+ <version >${version.maven.plugin.central-publishing} </version >
97+ <extensions >true</extensions >
98+ <configuration >
99+ <publishingServerId >central</publishingServerId >
100+ </configuration >
106101 </plugin >
107102 <plugin >
108103 <groupId >com.diffplug.spotless</groupId >
You can’t perform that action at this time.
0 commit comments