Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions flink-connector-obkv-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the License.

<artifactId>flink-connector-obkv-hbase</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OBKV HBase</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-connector-obkv-hbase2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the License.

<artifactId>flink-connector-obkv-hbase2</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OBKV HBase2</name>

<dependencies>

Expand Down
1 change: 1 addition & 0 deletions flink-connector-oceanbase-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ under the License.
</parent>

<artifactId>flink-connector-oceanbase-base</artifactId>
<name>Flink Connector OceanBase Base</name>

</project>
1 change: 1 addition & 0 deletions flink-connector-oceanbase-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.

<artifactId>flink-connector-oceanbase-cli</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OceanBase CLI</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-connector-oceanbase-directload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the License.

<artifactId>flink-connector-oceanbase-directload</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OceanBase DirectLoad</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-connector-oceanbase-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ under the License.

<artifactId>flink-connector-oceanbase-e2e-tests</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OceanBase E2E Tests</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-connector-oceanbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ under the License.

<artifactId>flink-connector-oceanbase</artifactId>
<packaging>jar</packaging>
<name>Flink Connector OceanBase</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-sql-connector-obkv-hbase-shade/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ under the License.
</parent>

<artifactId>flink-sql-connector-obkv-hbase-shade</artifactId>
<name>Flink SQL Connector OBKV HBase Shade</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-sql-connector-obkv-hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ under the License.
</parent>

<artifactId>flink-sql-connector-obkv-hbase</artifactId>
<name>Flink SQL Connector OBKV HBase</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-sql-connector-obkv-hbase2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ under the License.
</parent>

<artifactId>flink-sql-connector-obkv-hbase2</artifactId>
<name>Flink SQL Connector OBKV HBase2</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-sql-connector-oceanbase-directload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ under the License.
</parent>

<artifactId>flink-sql-connector-oceanbase-directload</artifactId>
<name>Flink SQL Connector OceanBase DirectLoad</name>

<dependencies>
<dependency>
Expand Down
1 change: 1 addition & 0 deletions flink-sql-connector-oceanbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ under the License.
</parent>

<artifactId>flink-sql-connector-oceanbase</artifactId>
<name>Flink SQL Connector OceanBase</name>

<dependencies>
<dependency>
Expand Down
35 changes: 34 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ under the License.
<artifactId>flink-connector-oceanbase-parent</artifactId>
<version>${revision}</version>
<packaging>pom</packaging>
<name>Flink Connector OceanBase Parent</name>

<modules>
<module>flink-connector-oceanbase-base</module>
Expand All @@ -44,7 +45,7 @@ under the License.
</modules>

<properties>
<revision>1.6-SNAPSHOT</revision>
<revision>1.6</revision>
<flink.version>1.18.0</flink.version>
<flink.major.version>1.18</flink.major.version>
<scala.binary.version>2.12</scala.binary.version>
Expand Down Expand Up @@ -346,6 +347,38 @@ under the License.
</execution>
</executions>
</plugin>

<!-- GPG Plugin for signing artifacts -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<configuration>
<skip>true</skip>
</configuration>
<executions>
<execution>
<id>sign-artifacts</id>
<goals>
<goal>sign</goal>
</goals>
<phase>verify</phase>
</execution>
</executions>
</plugin>

<!-- Central Publishing Plugin for Maven Central -->
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.9.0</version>
<extensions>true</extensions>
<configuration>
<publishingServerId>central</publishingServerId>
<autoPublish>true</autoPublish>
<waitUntil>validated</waitUntil>
</configuration>
</plugin>
</plugins>
</build>
<inceptionYear>2023</inceptionYear>
Expand Down