22 xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
33 <modelVersion >4.0.0</modelVersion >
44 <groupId >org.nasdanika.html</groupId >
5- <version >2025.6 .0</version >
5+ <version >2025.7 .0</version >
66 <artifactId >parent</artifactId >
77 <packaging >pom</packaging >
88 <name >Nasdanika HTML Parent</name >
1111 <url >https://docs.nasdanika.org/html/index.html</url >
1212
1313 <properties >
14- <core .version>2025.6 .0</core .version>
14+ <core .version>2025.7 .0</core .version>
1515 <jacoco .version>0.8.12</jacoco .version>
1616 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1717 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
221221
222222 <profiles >
223223 <profile >
224- <id >ossrh </id >
224+ <id >central </id >
225225 <build >
226226 <plugins >
227227 <plugin >
238238 </execution >
239239 </executions >
240240 </plugin >
241- <plugin >
242- <groupId >org.sonatype.plugins </groupId >
243- <artifactId >nexus-staging -maven-plugin</artifactId >
244- <version >1.7 .0</version >
241+ <plugin >
242+ <groupId >org.sonatype.central </groupId >
243+ <artifactId >central-publishing -maven-plugin</artifactId >
244+ <version >0.8 .0</version >
245245 <extensions >true</extensions >
246246 <configuration >
247- <serverId >ossrh</serverId >
248- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
249- <autoReleaseAfterClose >true</autoReleaseAfterClose >
247+ <publishingServerId >central</publishingServerId >
248+ <autoPublish >true</autoPublish >
250249 </configuration >
251- </plugin >
250+ </plugin >
252251 </plugins >
253252 </build >
254- <distributionManagement >
255- <repository >
256- <id >ossrh</id >
257- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
258- </repository >
259- <snapshotRepository >
260- <id >ossrh</id >
261- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
262- </snapshotRepository >
263- </distributionManagement >
264253 </profile >
265254 </profiles >
266255</project >
0 commit comments