Merge branch '16265-security-updates' into dependabot/bundler/apps/workbench/loofah...
[arvados.git] / sdk / java-v2 / build.gradle
index db9fe39b510e2bfdec7394a1ac5c3c1fb8aa2d5a..89f8a0cbb1b0ee812bb96ddf2ad6581f567867e2 100644 (file)
@@ -83,13 +83,14 @@ uploadArchives {
       pom.project {
         name 'Arvados Java SDK'
         packaging 'jar'
+        groupId 'org.arvados'
         description 'Arvados Java SDK'
-        url 'https://github.com/curoverse/arvados'
+        url 'https://github.com/arvados/arvados'
                
        scm {
-         url 'scm:git@https://github.com/curoverse/arvados.git'
-         connection 'scm:git@https://github.com/curoverse/arvados.git'
-         developerConnection 'scm:git@https://github.com/curoverse/arvados.git'
+         url 'scm:git@https://github.com/arvados/arvados.git'
+         connection 'scm:git@https://github.com/arvados/arvados.git'
+         developerConnection 'scm:git@https://github.com/arvados/arvados.git'
        }
 
         licenses {