javaPackages: Use artifactId/groupId

This commit is contained in:
Tim Steinbach
2017-02-13 18:40:13 -05:00
parent 82c1ff501a
commit 8a7a44c918
73 changed files with 551 additions and 551 deletions
@@ -3,8 +3,8 @@
rec {
mavenSurefireApi_2_12_4 = map (obj: fetchMaven {
version = "2.12.4";
baseName = "surefire-api";
package = "/org/apache/maven/surefire";
artifactId = "surefire-api";
groupId = "org.apache.maven.surefire";
sha512 = obj.sha512;
type = obj.type;
}) [
@@ -14,8 +14,8 @@ rec {
mavenSurefireApi_2_17 = map (obj: fetchMaven {
version = "2.17";
baseName = "surefire-api";
package = "/org/apache/maven/surefire";
artifactId = "surefire-api";
groupId = "org.apache.maven.surefire";
sha512 = obj.sha512;
type = obj.type;
}) [