mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add maven-parent-pom-37.
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-37): New variable. Change-Id: I572eea2548006929577ba72dfe022ddb22373099
This commit is contained in:
parent
5438e1a86a
commit
597f7db28a
1 changed files with 10 additions and 0 deletions
|
@ -461,6 +461,16 @@ (define-public maven-parent-pom-39
|
|||
("plexus-component-annotations" .
|
||||
,(package-version java-plexus-component-annotations)))))))
|
||||
|
||||
(define-public maven-parent-pom-37
|
||||
(make-maven-parent-pom
|
||||
"37" "0c8yham28si4zadpv9v2i61gl3in518jls4nsawfhx42b6x3371j"
|
||||
apache-parent-pom-27
|
||||
#:replacements
|
||||
(delay
|
||||
`(("org.codehaus.plexus"
|
||||
("plexus-component-annotations" .
|
||||
,(package-version java-plexus-component-annotations)))))))
|
||||
|
||||
(define-public maven-parent-pom-35
|
||||
(make-maven-parent-pom
|
||||
"35" "0pg9k7l5pcbghmc89i11g900pbzznvf5sfdfzlqfwpihqb2g8iab"
|
||||
|
|
Loading…
Reference in a new issue