This is an automated email from the ASF dual-hosted git repository.
smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
The following commit(s) were added to refs/heads/master by this push:
new 72130b58e Corecting group
72130b58e is described below
commit 72130b58e03ba9a45d81f4489c40f2d7e115b2db
Author: Suresh Marru <[email protected]>
AuthorDate: Thu Dec 5 09:48:53 2024 -0500
Corecting group
The group should be corrected
---
application/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/application/pom.xml b/application/pom.xml
index 7e52c40de..9b37ecca5 100644
--- a/application/pom.xml
+++ b/application/pom.xml
@@ -26,7 +26,7 @@
<version>1.1-SNAPSHOT</version>
</parent>
- <groupId>org.apache</groupId>
+ <groupId>org.apache.custos</groupId>
<artifactId>custos-application</artifactId>
<dependencies>
@@ -83,4 +83,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>