Skip to content

Commit

Permalink
Enhancement: Update the pom.xml file to prepare for release. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanoOo authored Dec 25, 2024
1 parent 9402e77 commit a5d7d10
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,9 @@ under the License.
<goals>
<goal>jar</goal>
</goals>
<configuration>
<includePom>true</includePom>
</configuration>
</execution>
</executions>
</plugin>
Expand Down Expand Up @@ -346,6 +349,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 +456,7 @@ under the License.
</plugins>
</build>

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

<organization>
Expand Down

0 comments on commit a5d7d10

Please sign in to comment.