mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add maven-parent-pom-35.
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-35): New variable.
This commit is contained in:
parent
ecd735f33d
commit
6dbce7d815
1 changed files with 10 additions and 0 deletions
|
@ -438,6 +438,16 @@ (define* (make-maven-parent-pom version hash parent #:key replacements)
|
|||
tool. This package contains the Maven parent POM.")
|
||||
(license license:asl2.0))))
|
||||
|
||||
(define-public maven-parent-pom-35
|
||||
(make-maven-parent-pom
|
||||
"35" "0pg9k7l5pcbghmc89i11g900pbzznvf5sfdfzlqfwpihqb2g8iab"
|
||||
apache-parent-pom-25
|
||||
#:replacements
|
||||
(delay
|
||||
`(("org.codehaus.plexus"
|
||||
("plexus-component-annotations" .
|
||||
,(package-version java-plexus-component-annotations)))))))
|
||||
|
||||
(define-public maven-parent-pom-34
|
||||
(make-maven-parent-pom
|
||||
"34" "1vkmrfwva76k6maf1ljbja5ga4kzav4xc73ymbaf42xaiaknglbc"
|
||||
|
|
Loading…
Reference in a new issue