This is an automated email from the ASF dual-hosted git repository.
elserj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ratis-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 896f7b3 RATIS-344 Set version for release and amend release
instructions
896f7b3 is described below
commit 896f7b3453e155df96b8ef62b85aa0b92c37d886
Author: Josh Elser <[email protected]>
AuthorDate: Wed Oct 31 13:16:52 2018 -0400
RATIS-344 Set version for release and amend release instructions
---
dev-support/make_rc.sh | 5 ++---
hadoop/pom.xml | 2 +-
misc/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index a0c8808..ad953c3 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -97,17 +97,16 @@ echo
echo "Generated artifacts successfully."
ls -l ${archivedir}
echo
-echo "Check the content of ${archivedir}."
+echo "Check the content of ${archivedir}"
echo "If good, sign and push to dist.apache.org"
echo " cd ${archivedir}"
echo ' for i in *.tar.gz; do echo $i; gpg --print-mds $i > $i.mds ; done'
echo ' for i in *.tar.gz; do echo $i; gpg --print-md SHA512 $i > $i.sha ;
done'
echo ' for i in *.tar.gz; do echo $i; gpg --armor --output $i.asc
--detach-sig $i ; done'
-echo " rsync -av ${archivedir}/*.gz ${archivedir}/*.mds ${archivedir}/*.asc
~/repos/dist-dev/${artifactid}-VERSION/"
echo
echo "Check the content deployed to maven."
echo "If good, close the repo and record links of temporary staging repo"
-echo " MAVEN_OPTS=\"${mvnopts}\" ${mvn} deploy -DskipTests -Papache-release
-Dmaven.repo.local=${repodir}"
+echo " ${mvn} deploy -DskipTests -Papache-release
-Dmaven.repo.local=${repodir}"
echo
echo "If all good tag the RC"
echo
diff --git a/hadoop/pom.xml b/hadoop/pom.xml
index 46efd41..77b28c8 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>
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..11a0284 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>