[ 
https://issues.apache.org/jira/browse/RATIS-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17485674#comment-17485674
 ] 

Tsz-wo Sze commented on RATIS-1518:
-----------------------------------

[~adoroszlai], thanks a lot for working on this.  We probably should change the 
parent of the root pom.xml to ratis and rename the artifactId; see below:
{code}
diff --git a/pom.xml b/pom.xml
index b045f5dd..0a43e352 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,16 +16,15 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache</groupId>
-    <artifactId>apache</artifactId>
-    <version>23</version>
+    <groupId>org.apache.ratis</groupId>
+    <artifactId>ratis</artifactId>
+    <version>2.3.0-6fb2e54-SNAPSHOT</version>
     <relativePath /> <!-- resolve from repository -->
   </parent>
 
-  <artifactId>ratis</artifactId>
-  <groupId>org.apache.ratis</groupId>
+  <artifactId>ratis-hadoop-projects</artifactId>
   <version>2.3.0-SNAPSHOT</version>
-  <name>Apache Ratis</name>
+  <name>Apache Ratis Hadoop Projects</name>
   <packaging>pom</packaging>
   <description>
     Apache Ratis is an open source java implementation for RAFT consensus 
protocol
{code}


> Update POM and scripts
> ----------------------
>
>                 Key: RATIS-1518
>                 URL: https://issues.apache.org/jira/browse/RATIS-1518
>             Project: Ratis
>          Issue Type: Sub-task
>          Components: hadoop-projects
>    Affects Versions: hadoop-projects-2.3.0
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>
>  * There are some leftover submodule references to core Ratis artifacts 
> (mostly in {{ratis-assembly}}).
>  * Update artifact ID, name and description in POMs to avoid collision with 
> core modules (root, {{ratis-assembly}}, {{ratis-resource-bundle}}).
>  * Update release artifact name in {{make_rc.sh}}.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to