[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
f2cba89a6f
commit
c0f32ed7df
|
@ -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.1</version>
|
<version>0.0.2-SNAPSHOT</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.1</version>
|
<version>0.0.2-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
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.0.1</version>
|
<version>0.0.2-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
|
|
Loading…
Reference in New Issue