This is an automated email from the ASF dual-hosted git repository. elserj pushed a commit to branch 344-thirdparty-release in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
commit 9e525162fcec8650b2d08dfdcbcdaee76231cc08 Author: Josh Elser <[email protected]> AuthorDate: Mon Oct 8 16:24:45 2018 -0400 RATIS-344 Update pom for 0.1.0 release --- dev-support/make_rc.sh | 6 +++--- hadoop/pom.xml | 2 +- pom.xml | 2 +- thirdparty/pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh index ff3900e..8e954ee 100755 --- a/dev-support/make_rc.sh +++ b/dev-support/make_rc.sh @@ -42,7 +42,7 @@ mvnGet() { org.codehaus.mojo:exec-maven-plugin:1.6.0:exec 2>/dev/null } -mvnFun() { +mvnRun() { set -x MAVEN_OPTS="${mvnopts}" ${mvn} -Dmaven.repo.local=${repodir} $@ set +x @@ -50,7 +50,7 @@ mvnFun() { # Check project name projectname=$(mvnGet project.name) -if [ "${projectname}" = "Apache Ratis Thirdparty" ]; then +if [ "${projectname}" = "Apache Ratis Thirdparty Parent" ]; then echo echo "Prepare release artifacts for $projectname" echo @@ -90,7 +90,7 @@ git archive --format=tar.gz --output="${archivedir}/${artifactid}-${version}-src # Build and install Ratis-Thirdparty for the eventual mvn-deploy # No "bin tarball" -mvnFun install -DskipTests -Papache-release +mvnRun install -DskipTests -Papache-release echo echo "Generated artifacts successfully." diff --git a/hadoop/pom.xml b/hadoop/pom.xml index 4b30f62..e30aedb 100644 --- a/hadoop/pom.xml +++ b/hadoop/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>ratis-thirdparty-hadoop</artifactId> <name>Apache Ratis Thirdparty Hadoop</name> diff --git a/pom.xml b/pom.xml index 204a317..7c2faf7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ </parent> <artifactId>ratis-thirdparty-parent</artifactId> <groupId>org.apache.ratis</groupId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> <name>Apache Ratis Thirdparty Parent</name> <packaging>pom</packaging> <description>Thirdparty dependencies for Apache Ratis</description> diff --git a/thirdparty/pom.xml b/thirdparty/pom.xml index da792c0..0880c16 100644 --- a/thirdparty/pom.xml +++ b/thirdparty/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.ratis</groupId> <artifactId>ratis-thirdparty-parent</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.0</version> </parent> <artifactId>ratis-thirdparty</artifactId> <name>Apache Ratis Thirdparty</name>
