GOSSIP-32 Javadoc errors blocking release
This commit is contained in:
7
pom.xml
7
pom.xml
@ -16,8 +16,7 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
@ -29,7 +28,7 @@
|
||||
<groupId>org.apache.gossip</groupId>
|
||||
<artifactId>gossip</artifactId>
|
||||
<name>gossip</name>
|
||||
<version>0.1.0-incubating-SNAPSHOT</version>
|
||||
<version>0.1.0-incubating</version>
|
||||
<packaging>jar</packaging>
|
||||
<description>A peer to peer cluster discovery service</description>
|
||||
<url>http://gossip.incubator.apache.org/</url>
|
||||
@ -66,7 +65,7 @@
|
||||
<connection>scm:git:git@github.com:apache/incubator-gossip.git</connection>
|
||||
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-gossip.git</developerConnection>
|
||||
<url>scm:git:git@github.com:apache/incubator-gossip.git</url>
|
||||
<tag>HEAD</tag>
|
||||
<tag>gossip-0.1.0-incubating</tag>
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
Reference in New Issue
Block a user