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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c6ea1c  Changed the AWS integration test module name and folder name
8c6ea1c is described below

commit 8c6ea1c55794553cd0788f58d288d0bf4ca67db5
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Jul 24 15:01:32 2019 +0200

    Changed the AWS integration test module name and folder name
---
 integration-tests/{aws-itests => aws}/pom.xml                           | 2 +-
 .../src/main/java/io/quarkus/it/camel/aws/CamelRoute.java               | 0
 .../{aws-itests => aws}/src/main/resources/application.properties       | 0
 integration-tests/pom.xml                                               | 2 +-
 4 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration-tests/aws-itests/pom.xml 
b/integration-tests/aws/pom.xml
similarity index 98%
rename from integration-tests/aws-itests/pom.xml
rename to integration-tests/aws/pom.xml
index b54a6eb..f03370b 100644
--- a/integration-tests/aws-itests/pom.xml
+++ b/integration-tests/aws/pom.xml
@@ -27,7 +27,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>camel-quarkus-integration-test-aws-itests</artifactId>
+    <artifactId>camel-quarkus-integration-test-aws</artifactId>
     <name>Camel Quarkus :: Integration Tests :: AWS Integration tests</name>
     <description>The camel integration tests</description>
 
diff --git 
a/integration-tests/aws-itests/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java
 b/integration-tests/aws/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java
similarity index 100%
rename from 
integration-tests/aws-itests/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java
rename to 
integration-tests/aws/src/main/java/io/quarkus/it/camel/aws/CamelRoute.java
diff --git 
a/integration-tests/aws-itests/src/main/resources/application.properties 
b/integration-tests/aws/src/main/resources/application.properties
similarity index 100%
rename from 
integration-tests/aws-itests/src/main/resources/application.properties
rename to integration-tests/aws/src/main/resources/application.properties
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 15a01a0..a5a1903 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -39,7 +39,7 @@
         <module>core-cdi</module>
         <module>netty4-http</module>
 
-        <module>aws-itests</module>
+        <module>aws</module>
         <module>infinispan</module>
         <module>jdbc</module>
         <module>salesforce</module>

Reply via email to