Skip to content

Commit e8bd6ea

Browse files
committed
update dead URLs in the POM
1 parent 4a0ab53 commit e8bd6ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -87,16 +87,16 @@ publishing {
8787
license {
8888
distribution = 'repo'
8989
name = 'Free and commercial use, modification and redistribution with attribution.'
90-
url = 'http://j-ogg.de/core/main?/download-libraries.html'
90+
url = 'https://github.com/stephengold/j-ogg-all/blob/master/LICENSE'
9191
}
9292
}
9393
name = 'jogg'
9494
scm {
95-
connection = 'scm:svn:http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/'
96-
developerConnection = 'scm:svn:http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/'
97-
url = 'http://svn.wever.org/svn/public/jradiodj/trunk/lib/j-ogg/'
95+
connection = 'scm:git:git://github.com/stephengold/j-ogg-all.git'
96+
developerConnection = 'scm:git:ssh://github.com:stephengold/j-ogg-all.git'
97+
url = 'https://github.com/stephengold/j-ogg-all/tree/master'
9898
}
99-
url = 'http://www.j-ogg.de/'
99+
url = 'https://github.com/stephengold/j-ogg-all'
100100
}
101101
version project.ext.version
102102
}

0 commit comments

Comments
 (0)