Pom cleanup (#290)

* Fix poms warnings
Bumped javadoc plugin to latest version

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>

* Dumped back the javadoc version

Signed-off-by: Francesco Guardiani <francescoguard@gmail.com>
This commit is contained in:
Francesco Guardiani 2020-11-24 09:56:42 +01:00 committed by GitHub
parent 78a023d08c
commit ceb5a2eeb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 5 additions and 8 deletions

View File

@ -29,7 +29,6 @@
<artifactId>cloudevents-api</artifactId>
<name>CloudEvents - API</name>
<version>${project.parent.version}</version>
<packaging>jar</packaging>
<properties>

View File

@ -27,7 +27,6 @@
<artifactId>cloudevents-core</artifactId>
<name>CloudEvents - Core</name>
<version>${project.parent.version}</version>
<packaging>jar</packaging>
<properties>

View File

@ -23,12 +23,11 @@
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloudevents-json-jackson</artifactId>
<name>CloudEvents - JSON Jackson</name>
<version>${project.parent.version}</version>
<packaging>jar</packaging>
<properties>

View File

@ -22,7 +22,7 @@
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloudevents-http-basic</artifactId>

View File

@ -23,7 +23,7 @@
<artifactId>cloudevents-parent</artifactId>
<groupId>io.cloudevents</groupId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -22,7 +22,7 @@
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloudevents-http-restful-ws</artifactId>

View File

@ -23,7 +23,7 @@
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>cloudevents-http-vertx</artifactId>