You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ratis.apache.org by sz...@apache.org on 2021/03/22 00:31:35 UTC

[ratis-thirdparty] branch master updated: RATIS-1345. ratis-thirdparty: update pom files and make_rc.sh for TLP (#18)

This is an automated email from the ASF dual-hosted git repository.

szetszwo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis-thirdparty.git


The following commit(s) were added to refs/heads/master by this push:
     new c98e799  RATIS-1345. ratis-thirdparty: update pom files and make_rc.sh for TLP (#18)
c98e799 is described below

commit c98e799bdd10cf8e0a1b61e7d61f84fceb037d63
Author: Chris Nauroth <cn...@apache.org>
AuthorDate: Sun Mar 21 17:31:25 2021 -0700

    RATIS-1345. ratis-thirdparty: update pom files and make_rc.sh for TLP (#18)
---
 dev-support/make_rc.sh | 3 +--
 pom.xml                | 6 +++---
 test/pom.xml           | 2 +-
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-support/make_rc.sh b/dev-support/make_rc.sh
index c1a3e35..2034cb0 100755
--- a/dev-support/make_rc.sh
+++ b/dev-support/make_rc.sh
@@ -80,8 +80,7 @@ repodir=`cd ${repodir} > /dev/null; pwd`
 mkdir "${archivedir}"
 archivedir=`cd ${archivedir} > /dev/null; pwd`
 artifactid=$(mvnGet project.artifactId)
-# Need to include "incubating" in the artifact
-version="$(mvnGet project.version)-incubating"
+version="$(mvnGet project.version)"
 
 # Make sure to clean up all state before building the src-tarball
 mvnFun clean
diff --git a/pom.xml b/pom.xml
index 9cb7e22..545dc75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,9 +39,9 @@
     </license>
   </licenses>
   <scm>
-    <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>
+    <connection>scm:git:git://github.com/apache/ratis-thirdparty.git</connection>
+    <developerConnection>scm:git:https://github.com/apache/ratis-thirdparty.git</developerConnection>
+    <url>https://github.com/apache/ratis-thirdparty</url>
     <tag>HEAD</tag>
   </scm>
   <issueManagement>
diff --git a/test/pom.xml b/test/pom.xml
index 28dcadd..7939459 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -24,7 +24,7 @@
   <name>Apache Ratis Thirdparty Test</name>
   <packaging>jar</packaging>
   <description>Miscellaneous tests for Apache Ratis Thirdparty Jar</description>
-  <url>https://github.com/apache/incubator-ratis-thirdparty</url>
+  <url>https://github.com/apache/ratis-thirdparty</url>
 
   <dependencies>
     <dependency>