[maven-release-plugin] prepare release cloudevents-parent-0.2.0
This commit is contained in:
parent
5b5ce9ac9b
commit
13689a2bc8
|
@ -20,13 +20,13 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>io.cloudevents</groupId>
|
<groupId>io.cloudevents</groupId>
|
||||||
<artifactId>cloudevents-parent</artifactId>
|
<artifactId>cloudevents-parent</artifactId>
|
||||||
<version>0.1.1-SNAPSHOT</version>
|
<version>0.2.0</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.1.1-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>io.cloudevents</groupId>
|
<groupId>io.cloudevents</groupId>
|
||||||
<artifactId>cloudevents-parent</artifactId>
|
<artifactId>cloudevents-parent</artifactId>
|
||||||
<version>0.1.1-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<relativePath>../</relativePath>
|
<relativePath>../</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>io.cloudevents</groupId>
|
<groupId>io.cloudevents</groupId>
|
||||||
<artifactId>cloudevents-parent</artifactId>
|
<artifactId>cloudevents-parent</artifactId>
|
||||||
<version>0.1.1-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<relativePath>../..</relativePath>
|
<relativePath>../..</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -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.1.1-SNAPSHOT</version>
|
<version>0.2.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue