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

@@ -30,8 +30,8 @@ in rec {
junit_3_8_1 = map (obj: fetchMaven {
version = "3.8.1";
baseName = "junit";
package = "/junit";
artifactId = "junit";
groupId = "junit";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -41,8 +41,8 @@ in rec {
junit_3_8_2 = map (obj: fetchMaven {
version = "3.8.2";
baseName = "junit";
package = "/junit";
artifactId = "junit";
groupId = "junit";
sha512 = obj.sha512;
type = obj.type;
}) [