Skip to content

Commit 0b9ffd7

Browse files
committed
change groupId to com.github.stephengold
1 parent e8bd6ea commit 0b9ffd7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishing {
7474
artifact sourcesJar
7575
artifactId artifact
7676
from components.java
77-
groupId 'de.jarnbjo'
77+
groupId 'com.github.stephengold'
7878
pom {
7979
description = project.description
8080
developers {
@@ -90,7 +90,7 @@ publishing {
9090
url = 'https://github.com/stephengold/j-ogg-all/blob/master/LICENSE'
9191
}
9292
}
93-
name = 'jogg'
93+
name = 'com.github.stephengold:' + artifact
9494
scm {
9595
connection = 'scm:git:git://github.com/stephengold/j-ogg-all.git'
9696
developerConnection = 'scm:git:ssh://github.com:stephengold/j-ogg-all.git'

0 commit comments

Comments
 (0)