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 {
xmlApis_1_3_03 = map (obj: fetchMaven {
version = "1.3.03";
baseName = "xml-apis";
package = "/xml-apis";
artifactId = "xml-apis";
groupId = "xml-apis";
sha512 = obj.sha512;
type = obj.type;
}) [