This commit is contained in:
Tim Steinbach
2016-10-31 10:23:22 -04:00
parent 38e762c6d1
commit f23c44516c
6 changed files with 164 additions and 138 deletions

View File

@@ -1,7 +1,7 @@
{ fetchMaven }:
rec {
mavenPluginAnnotations = map (obj: fetchMaven {
mavenPluginAnnotations_3_1 = map (obj: fetchMaven {
version = "3.1";
baseName = "maven-plugin-annotations";
package = "/org/apache/maven/plugin-tools";

View File

@@ -1,9 +1,9 @@
{ fetchMaven }:
rec {
mavenSurefireBooter_2_12_4 = map (obj: fetchMaven {
mavenSurefireApi_2_12_4 = map (obj: fetchMaven {
version = "2.12.4";
baseName = "maven-surefire-booter";
baseName = "maven-surefire-api";
package = "/org/apache/maven/surefire";
sha512 = obj.sha512;
type = obj.type;