Skip to content

Commit

Permalink
release 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ni-ze committed Mar 8, 2023
1 parent 0c1d634 commit 0963f1e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
<artifactId>rsqldb</artifactId>
<version>0.2</version>
<name>rsqldb</name>

<packaging>pom</packaging>

<description>Top RSQLDB project pom.xml file</description>
<url>https://github.com/alibaba/rsqldb</url>

<modules>
<module>rsqldb-rest</module>
<module>rsqldb-parser</module>
Expand Down Expand Up @@ -156,6 +160,19 @@
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<!--生成Javadoc,关闭doclint,避免注解检查不通过-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 0963f1e

Please sign in to comment.