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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0022609716e85423b83fb48d8a01c7c0400e5428
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Jan 20 13:05:35 2023 +0100

    Salesforce Maven plugin IT Tests: Make them at least compile
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 .../camel-salesforce-maven-plugin/src/it/simple-it/pom.xml             | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
index 7fec3647037..cf8a2e7db79 100644
--- 
a/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
+++ 
b/components/camel-salesforce/camel-salesforce-maven-plugin/src/it/simple-it/pom.xml
@@ -29,6 +29,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <properties-maven-plugin-version>1.1.0</properties-maven-plugin-version>
   </properties>
 
   <build>
@@ -44,7 +45,7 @@
             <goals><goal>read-project-properties</goal></goals>
             <configuration>
               <files>
-                <file>../../../../test-salesforce-login.properties</file>
+                
<file>../../../../test-salesforce-login.properties.sample</file>
               </files>
             </configuration>
           </execution>

Reply via email to