This is an automated email from the ASF dual-hosted git repository. elserj pushed a commit to branch 0.2 in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
commit c9713ab384d94a58e878b0f5a072dd440885111b Author: Josh Elser <[email protected]> AuthorDate: Fri Nov 30 11:54:38 2018 -0500 [maven-release-plugin] prepare release ratis-thirdparty-0.2.0 --- hadoop/pom.xml | 4 ++-- misc/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hadoop/pom.xml b/hadoop/pom.xml index a9b42a0..a435062 100644 --- a/hadoop/pom.xml +++ b/hadoop/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.0</version> </parent> <artifactId>ratis-thirdparty-hadoop</artifactId> <name>Apache Ratis Thirdparty Hadoop</name> @@ -137,7 +137,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> diff --git a/misc/pom.xml b/misc/pom.xml index e1b01e2..cf1e7be 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty</artifactId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.0</version> </parent> <artifactId>ratis-thirdparty-misc</artifactId> <name>Apache Ratis Thirdparty Miscellaneous</name> diff --git a/pom.xml b/pom.xml index 10cf500..e3b97f1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>ratis-thirdparty</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.2.0-SNAPSHOT</version> + <version>0.2.0</version> <name>Apache Ratis Thirdparty</name> <packaging>pom</packaging> <description>Thirdparty dependencies for Apache Ratis</description> @@ -42,7 +42,7 @@ <connection>scm:git:git://github.com/apache/incubator-ratis-thirdparty.git</connection> <developerConnection>scm:git:https://github.com/apache/incubator-ratis-thirdparty.git</developerConnection> <url>https://github.com/apache/incubator-ratis-thirdparty</url> - <tag>HEAD</tag> + <tag>ratis-thirdparty-0.2.0</tag> </scm> <issueManagement> <system>JIRA</system>
