Skip to content

Commit

Permalink
Merge branch 'master' into mvn-rat
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Oct 20, 2022
2 parents bcffc0d + be72d20 commit 1318ae0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<packaging>pom</packaging>

<name>${project.artifactId}</name>
<url>https://github.com/apache/incubator-hugegraph-commons</url>
<url>https://github.com/apache/hugegraph-commons</url>
<description>
hugegraph-commons is a common module for HugeGraph-Common and HugeGraph-Rpc with their peripheral components.
It includes rpc frame, locks, configurations, events, iterators, rest and some
Expand All @@ -49,9 +49,9 @@

<!-- TODO: update url to upload in maven repo -->
<scm>
<url>https://github.com/hugegraph/hugegraph-commons</url>
<connection>https://github.com/hugegraph/hugegraph-commons</connection>
<developerConnection>https://github.com/hugegraph/hugegraph-commons</developerConnection>
<url>https://github.com/apache/hugegraph-commons</url>
<connection>https://github.com/apache/hugegraph-commons</connection>
<developerConnection>https://github.com/apache/hugegraph-commons</developerConnection>
</scm>

<properties>
Expand Down Expand Up @@ -241,7 +241,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<version>2.10.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand All @@ -250,6 +250,11 @@
</goals>
</execution>
</executions>
<configuration>
<additionalOptions>
<additionalOption>-Xdoclint:none</additionalOption>
</additionalOptions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1318ae0

Please sign in to comment.