Skip to content

Commit

Permalink
Merge branch 'main' into fix-dbtable
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanoOo authored Jan 6, 2025
2 parents 2e3aca7 + 9f6740e commit 00dd5c3
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ under the License.
<version>${revision}</version>
<packaging>pom</packaging>

<name>Spark Connector OceanBase</name>
<description>Spark Connectors for OceanBase</description>

<modules>
<module>spark-connector-obkv-hbase</module>
<module>spark-connector-oceanbase</module>
Expand All @@ -32,7 +35,7 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<revision>1.0-SNAPSHOT</revision>
<revision>1.1-SNAPSHOT</revision>
<scala.version>2.12.15</scala.version>
<scala.binary.version>2.12</scala.binary.version>
<slf4j.version>1.7.32</slf4j.version>
Expand Down Expand Up @@ -296,6 +299,7 @@ under the License.

</plugins>
</pluginManagement>

<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -307,6 +311,9 @@ under the License.
<goals>
<goal>jar</goal>
</goals>
<configuration>
<includePom>true</includePom>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -346,6 +353,17 @@ under the License.
<goal>test-jar</goal>
</goals>
</execution>
<execution>
<id>empty-javadoc-jar</id>
<goals>
<goal>jar</goal>
</goals>
<phase>package</phase>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/src/main/java</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>

Expand Down Expand Up @@ -442,6 +460,7 @@ under the License.
</plugins>
</build>

<url>https://www.oceanbase.com/</url>
<inceptionYear>2024</inceptionYear>

<organization>
Expand Down

0 comments on commit 00dd5c3

Please sign in to comment.