jamesnetherton commented on a change in pull request #1239:
URL: https://github.com/apache/camel-quarkus/pull/1239#discussion_r427055040



##########
File path: integration-tests/avro/pom.xml
##########
@@ -21,13 +21,12 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.camel.quarkus</groupId>
-        <artifactId>camel-quarkus-build-parent-it</artifactId>
+        <artifactId>camel-quarkus-integration-tests</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-        <relativePath>../../../poms/build-parent-it/pom.xml</relativePath>
     </parent>
 
-    <artifactId>camel-quarkus-avro-integration-test</artifactId>
-    <name>Camel Quarkus :: Avro :: Integration Test</name>
+    <artifactId>camel-quarkus-integration-test-avro</artifactId>
+    <name>Camel Quarkus :: Integration Test :: Avro</name>

Review comment:
       Minor nit - for consistency with other itest modules, change to:
   ```suggestion
       <name>Camel Quarkus :: Integration Tests :: Avro</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:
us...@infra.apache.org


Reply via email to