Skip to content

Commit a44e10a

Browse files
authored
fix: java release (#4044)
1 parent 97d35a5 commit a44e10a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

java/openmldb-common/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>openmldb-common</artifactId>
12+
<name>openmldb-common</name>
1213

1314
<properties>
1415
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -65,4 +66,4 @@
6566
</dependency>
6667
</dependencies>
6768

68-
</project>
69+
</project>

java/openmldb-spark-connector/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</parent>
1111

1212
<artifactId>openmldb-spark-connector</artifactId>
13+
<name>openmldb-spark-connector</name>
1314
<packaging>jar</packaging>
1415

1516
<description>OpenMLDB Spark Connector is the connector to the OpenMLDB online storage.</description>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
</snapshotRepository>
493493
<repository>
494494
<id>ossrh</id>
495-
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
495+
<url>https://central.sonatype.com</url>
496496
</repository>
497497
</distributionManagement>
498498
</project>

0 commit comments

Comments
 (0)