sergehuber commented on code in PR #722:
URL: https://github.com/apache/unomi/pull/722#discussion_r2310440698


##########
commands/shell-commands/pom.xml:
##########
@@ -17,26 +17,34 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
-        <artifactId>unomi-tools</artifactId>
+        <artifactId>unomi-commands</artifactId>
         <groupId>org.apache.unomi</groupId>
-        <version>2.7.0-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
-
     <artifactId>shell-commands</artifactId>
     <name>Apache Unomi :: Tools :: Shell commands</name>

Review Comment:
   ```suggestion
       <name>Apache Unomi :: Commands :: Shell commands</name>
   ```



##########
commands/shell-dev-commands/pom.xml:
##########
@@ -17,93 +17,93 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
-
     <parent>
-        <artifactId>unomi-tools</artifactId>
+        <artifactId>unomi-commands</artifactId>
         <groupId>org.apache.unomi</groupId>
-        <version>2.7.0-SNAPSHOT</version>
+        <version>3.0.0-SNAPSHOT</version>
     </parent>
-
     <artifactId>shell-dev-commands</artifactId>
     <name>Apache Unomi :: Tools :: Shell Dev commands</name>

Review Comment:
   ```suggestion
       <name>Apache Unomi :: Commands :: Shell Dev commands</name>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@unomi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to