[maven-release-plugin] prepare release cloudevents-parent-0.0.3

This commit is contained in:
Matthias Wessendorf 2018-11-29 11:15:44 +01:00
parent 01d9efec1b
commit 967699e896
3 changed files with 5 additions and 5 deletions

View File

@ -20,13 +20,13 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
</parent> </parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-api</artifactId> <artifactId>cloudevents-api</artifactId>
<name>CloudEvents - API</name> <name>CloudEvents - API</name>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -20,13 +20,13 @@
<parent> <parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
</parent> </parent>
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>http-vertx</artifactId> <artifactId>http-vertx</artifactId>
<name>CloudEvents - Vertx-transport-http</name> <name>CloudEvents - Vertx-transport-http</name>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>

View File

@ -26,7 +26,7 @@
<groupId>io.cloudevents</groupId> <groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId> <artifactId>cloudevents-parent</artifactId>
<name>CloudEvents</name> <name>CloudEvents</name>
<version>0.0.3-SNAPSHOT</version> <version>0.0.3</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>