Skip to content

Commit ceb5a2e

Browse files
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>
1 parent 78a023d commit ceb5a2e

File tree

7 files changed

+5
-8
lines changed

7 files changed

+5
-8
lines changed

api/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929

3030
<artifactId>cloudevents-api</artifactId>
3131
<name>CloudEvents - API</name>
32-
<version>${project.parent.version}</version>
3332
<packaging>jar</packaging>
3433

3534
<properties>

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727

2828
<artifactId>cloudevents-core</artifactId>
2929
<name>CloudEvents - Core</name>
30-
<version>${project.parent.version}</version>
3130
<packaging>jar</packaging>
3231

3332
<properties>

formats/json-jackson/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
2525
<version>2.0.0-SNAPSHOT</version>
26-
<relativePath>../../</relativePath>
26+
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>cloudevents-json-jackson</artifactId>
3030
<name>CloudEvents - JSON Jackson</name>
31-
<version>${project.parent.version}</version>
3231
<packaging>jar</packaging>
3332

3433
<properties>

http/basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
2424
<version>2.0.0-SNAPSHOT</version>
25-
<relativePath>../../</relativePath>
25+
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>cloudevents-http-basic</artifactId>

http/restful-ws-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>cloudevents-parent</artifactId>
2424
<groupId>io.cloudevents</groupId>
2525
<version>2.0.0-SNAPSHOT</version>
26-
<relativePath>../../</relativePath>
26+
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

http/restful-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<groupId>io.cloudevents</groupId>
2323
<artifactId>cloudevents-parent</artifactId>
2424
<version>2.0.0-SNAPSHOT</version>
25-
<relativePath>../../</relativePath>
25+
<relativePath>../../pom.xml</relativePath>
2626
</parent>
2727

2828
<artifactId>cloudevents-http-restful-ws</artifactId>

http/vertx/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>io.cloudevents</groupId>
2424
<artifactId>cloudevents-parent</artifactId>
2525
<version>2.0.0-SNAPSHOT</version>
26-
<relativePath>../../</relativePath>
26+
<relativePath>../../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>cloudevents-http-vertx</artifactId>

0 commit comments

Comments
 (0)