mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add maven-parent-pom-39.
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-39): New variable. Change-Id: I9a2b203a0d0b4d2fb59d02077df2d607f59d953f
This commit is contained in:
parent
05b2cfdc62
commit
eec5c0d524
1 changed files with 10 additions and 0 deletions
|
@ -447,6 +447,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-39
|
||||
(make-maven-parent-pom
|
||||
"39" "1123nmm63nrsfy9i35zn12glswc2sy9bsj4fir2z9yh93kraky1y"
|
||||
apache-parent-pom-29
|
||||
#: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