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

This commit is contained in:
Matthias Wessendorf 2018-12-05 13:45:05 +01:00
parent bc1b0f713e
commit f32ac45440
3 changed files with 5 additions and 6 deletions

View File

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

View File

@ -20,7 +20,7 @@
<parent>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<relativePath>../..</relativePath>
</parent>

View File

@ -14,8 +14,7 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
@ -27,7 +26,7 @@
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-parent</artifactId>
<name>CloudEvents</name>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.4</version>
<packaging>pom</packaging>
<scm>