javaPackages: Use artifactId/groupId

This commit is contained in:
Tim Steinbach
2016-11-16 12:39:59 -05:00
parent 82c1ff501a
commit 8a7a44c918
73 changed files with 551 additions and 551 deletions

View File

@@ -3,8 +3,8 @@
rec {
commonsLang_2_1 = map (obj: fetchMaven {
version = "2.1";
baseName = "commons-lang";
package = "/commons-lang";
artifactId = "commons-lang";
groupId = "commons-lang";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
commonsLang_2_3 = map (obj: fetchMaven {
version = "2.3";
baseName = "commons-lang";
package = "/commons-lang";
artifactId = "commons-lang";
groupId = "commons-lang";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -25,8 +25,8 @@ rec {
commonsLang_2_6 = map (obj: fetchMaven {
version = "2.6";
baseName = "commons-lang";
package = "/commons-lang";
artifactId = "commons-lang";
groupId = "commons-lang";
sha512 = obj.sha512;
type = obj.type;
}) [