Skip to content

Commit cca1c35

Browse files
committed
chore: upgrade to central portal for release
1 parent 8b3ecc3 commit cca1c35

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

databend-client/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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>

databend-jdbc/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
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>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,15 +164,15 @@
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>
@@ -224,7 +224,7 @@
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>

0 commit comments

Comments
 (0)