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

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


The following commit(s) were added to refs/heads/main by this push:
     new 14ca1720993 mvn: fix userdata dependency version (#8017)
14ca1720993 is described below

commit 14ca17209932f904433c3dbe6c50b81f3b192848
Author: Abhishek Kumar <[email protected]>
AuthorDate: Thu Sep 28 14:37:49 2023 +0530

    mvn: fix userdata dependency version (#8017)
    
    Signed-off-by: Abhishek Kumar <[email protected]>
---
 engine/userdata/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/engine/userdata/pom.xml b/engine/userdata/pom.xml
index 75475b2af18..e487af4f22d 100644
--- a/engine/userdata/pom.xml
+++ b/engine/userdata/pom.xml
@@ -46,8 +46,7 @@
         <dependency>
             <groupId>org.apache.cloudstack</groupId>
             <artifactId>cloud-engine-components-api</artifactId>
-            <version>4.19.0.0-SNAPSHOT</version>
-            <scope>compile</scope>
+            <version>${project.version}</version>
         </dependency>
     </dependencies>
 </project>

Reply via email to