File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 <groupId >com.databend</groupId >
1313 <artifactId >databend-client</artifactId >
1414 <version >0.4.0</version >
15+ <name >databend-client</name >
16+ <packaging >jar</packaging >
1517
1618 <properties >
1719 <air .main.basedir>${project.parent.basedir} </air .main.basedir>
Original file line number Diff line number Diff line change 1212 <groupId >com.databend</groupId >
1313 <artifactId >databend-jdbc</artifactId >
1414 <version >0.4.0</version >
15+ <name >databend-jdbc</name >
16+ <packaging >jar</packaging >
1517
1618 <properties >
1719 <air .main.basedir>${project.parent.basedir} </air .main.basedir>
Original file line number Diff line number Diff line change 164164 </execution >
165165 </executions >
166166 </plugin >
167+
167168 <plugin >
168- <groupId >org.sonatype.plugins </groupId >
169- <artifactId >nexus-staging -maven-plugin</artifactId >
170- <version >1.6.13 </version >
169+ <groupId >org.sonatype.central </groupId >
170+ <artifactId >central-publishing -maven-plugin</artifactId >
171+ <version >0.8.0 </version >
171172 <extensions >true</extensions >
172173 <configuration >
173- <serverId >ossrh</serverId >
174- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
175- <autoReleaseAfterClose >true</autoReleaseAfterClose >
174+ <publishingServerId >central</publishingServerId >
175+ <autoPublish >true</autoPublish >
176176 </configuration >
177177 </plugin >
178178 <plugin >
224224 <artifactId >maven-checkstyle-plugin</artifactId >
225225 <configuration >
226226 <configLocation >
227- https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xmll
227+ https://raw.githubusercontent.com/checkstyle/checkstyle/master/src/main/resources/google_checks.xml
228228 </configLocation >
229229 <consoleOutput >true</consoleOutput >
230230 <failsOnError >true</failsOnError >
You can’t perform that action at this time.
0 commit comments