|
80 | 80 | </distributionManagement> |
81 | 81 |
|
82 | 82 | <properties> |
83 | | - <revision>0.9.1-SNAPSHOT</revision> |
| 83 | + <revision>0.9.0-SNAPSHOT</revision> |
84 | 84 | <project.current.year>2025</project.current.year> |
85 | 85 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
86 | 86 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
|
146 | 146 | <resource-plugin.version>3.3.1</resource-plugin.version> |
147 | 147 | <jmh.version>1.37</jmh.version> |
148 | 148 | <guava.version>33.4.6-jre</guava.version> |
| 149 | + <sonar.publish-pluing.version>0.8.0</sonar.publish-pluing.version> |
149 | 150 |
|
150 | 151 | <minTargetJdk>17</minTargetJdk> |
151 | 152 | <minSourceJdk>17</minSourceJdk> |
|
1027 | 1028 | </configuration> |
1028 | 1029 | </plugin> |
1029 | 1030 | <plugin> |
1030 | | - <groupId>org.sonatype.plugins</groupId> |
1031 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
1032 | | - <executions> |
1033 | | - <execution> |
1034 | | - <id>default-deploy</id> |
1035 | | - <phase>deploy</phase> |
1036 | | - <goals> |
1037 | | - <goal>deploy</goal> |
1038 | | - </goals> |
1039 | | - </execution> |
1040 | | - </executions> |
| 1031 | + <groupId>org.sonatype.central</groupId> |
| 1032 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 1033 | + <version>0.8.0</version> |
| 1034 | + <extensions>true</extensions> |
1041 | 1035 | <configuration> |
1042 | | - <serverId>ossrh</serverId> |
1043 | | - <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl> |
| 1036 | + <publishingServerId>central</publishingServerId> |
1044 | 1037 | </configuration> |
1045 | 1038 | </plugin> |
| 1039 | +<!-- <plugin>--> |
| 1040 | +<!-- <groupId>org.sonatype.plugins</groupId>--> |
| 1041 | +<!-- <artifactId>nexus-staging-maven-plugin</artifactId>--> |
| 1042 | +<!-- <executions>--> |
| 1043 | +<!-- <execution>--> |
| 1044 | +<!-- <id>default-deploy</id>--> |
| 1045 | +<!-- <phase>deploy</phase>--> |
| 1046 | +<!-- <goals>--> |
| 1047 | +<!-- <goal>deploy</goal>--> |
| 1048 | +<!-- </goals>--> |
| 1049 | +<!-- </execution>--> |
| 1050 | +<!-- </executions>--> |
| 1051 | +<!-- <configuration>--> |
| 1052 | +<!-- <serverId>ossrh</serverId>--> |
| 1053 | +<!-- <nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>--> |
| 1054 | +<!-- </configuration>--> |
| 1055 | +<!-- </plugin>--> |
1046 | 1056 | </plugins> |
1047 | 1057 | </build> |
1048 | 1058 | </profile> |
|
0 commit comments