This is an automated email from the ASF dual-hosted git repository. elserj pushed a commit to branch 344-rc0-feedback in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
commit 929fe3f75ed9c54a8cacc8f1719a7acecde313d4 Author: Josh Elser <[email protected]> AuthorDate: Wed Oct 31 12:28:41 2018 -0400 [maven-release-plugin] prepare release ratis-thirdparty-0.1.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 46efd41..cf5cd2b 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.1.0-SNAPSHOT</version> + <version>0.1.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 ee01d4c..0e4f482 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.1.0-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>ratis-thirdparty-misc</artifactId> <name>Apache Ratis Thirdparty Miscellaneous</name> diff --git a/pom.xml b/pom.xml index 8f94995..e8f3970 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>ratis-thirdparty</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.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.1.0</tag> </scm> <issueManagement> <system>JIRA</system>
