Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smallrye-ci committed Mar 29, 2022
1 parent e33786e commit 00a964e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
Expand All @@ -12,7 +11,7 @@
<groupId>io.smallrye.reactive</groupId>
<artifactId>mutiny-zero</artifactId>
<name>SmallRye Mutiny Zero</name>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<description>Mutiny Zero is a minimal API for creating reactive-streams compliant publishers</description>

<inceptionYear>2021</inceptionYear>
Expand Down Expand Up @@ -47,7 +46,7 @@
<connection>scm:git:git@github.com:smallrye/smallrye-mutiny-zero.git</connection>
<developerConnection>scm:git:git@github.com:smallrye/smallrye-mutiny-zero.git</developerConnection>
<url>https://github.com/smallrye/smallrye-mutiny-zero</url>
<tag>HEAD</tag>
<tag>0.2.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 00a964e

Please sign in to comment.