sergehuber commented on a change in pull request #156:
URL: https://github.com/apache/unomi/pull/156#discussion_r420556572



##########
File path: extensions/data-operation/data-operation-actions/pom.xml
##########
@@ -0,0 +1,219 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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";>
+    <parent>
+        <groupId>org.apache.unomi</groupId>
+        <artifactId>data-operation</artifactId>
+        <version>1.5.0-SNAPSHOT</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>data-operation-actions</artifactId>
+
+    <name>Apache Unomi :: Extensions :: Kafka Buffer ActionActions</name>

Review comment:
       Small typo found :) ActionActions
   ```suggestion
       <name>Apache Unomi :: Extensions :: Kafka Buffer Action</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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to