[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/26: gnu: java-plexus-utils: Default to the newer one.
From: |
guix-commits |
Subject: |
07/26: gnu: java-plexus-utils: Default to the newer one. |
Date: |
Sat, 5 Feb 2022 14:18:57 -0500 (EST) |
roptat pushed a commit to branch master
in repository guix.
commit 12769573eb4b81e3297cc1a4b41bf5553586891b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun Dec 19 22:25:45 2021 +0100
gnu: java-plexus-utils: Default to the newer one.
* gnu/packages/java.scm (java-plexus-utils-3.3.0): Rename to...
(java-plexus-utils): ...this.
(java-plexus-utils-3.2.1): New variable.
---
gnu/packages/java.scm | 18 +++++++++---------
gnu/packages/maven.scm | 2 +-
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 08d6053fed..8b159c3828 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3949,8 +3949,7 @@ provides much easier and readable parametrised tests for
JUnit.")
(define-public java-plexus-utils
(package
(name "java-plexus-utils")
- ;; sisu-build-api needs this version, later versions don't work
- (version "3.2.1")
+ (version "3.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3959,7 +3958,7 @@ provides much easier and readable parametrised tests for
JUnit.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w169glixyk94jbczj8jzg897lsab46jihiaa3dhw0p06g35va8b"))))
+ "0d0fq21rzjy0j55kcp8w9k1rbq9rwr0r7cc8239p9jbz54vihp0g"))))
(build-system ant-build-system)
;; FIXME: The default build.xml does not include a target to install
;; javadoc files.
@@ -4010,10 +4009,11 @@ Plexus framework to ease working with strings, files,
command lines, XML and
more.")
(license license:asl2.0)))
-(define-public java-plexus-utils-3.3.0
+(define-public java-plexus-utils-3.2.1
(package
(inherit java-plexus-utils)
- (version "3.3.0")
+ ;; sisu-build-api needs this version, later versions don't work
+ (version "3.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -4022,7 +4022,7 @@ more.")
(file-name (git-file-name "java-plexus-utils" version))
(sha256
(base32
- "0d0fq21rzjy0j55kcp8w9k1rbq9rwr0r7cc8239p9jbz54vihp0g"))))))
+ "1w169glixyk94jbczj8jzg897lsab46jihiaa3dhw0p06g35va8b"))))))
(define-public java-plexus-interpolation
(package
@@ -4185,7 +4185,7 @@ implementation.")
#t))
(replace 'install (install-from-pom "pom.xml")))))
(propagated-inputs
- (list java-plexus-utils-3.3.0 java-commons-io plexus-parent-pom-5.1))
+ (list java-plexus-utils java-commons-io plexus-parent-pom-5.1))
(inputs
(list java-jsr305))
(native-inputs
@@ -4241,7 +4241,7 @@ reusing it in maven.")
#t))
(replace 'install (install-from-pom "pom.xml")))))
(propagated-inputs
- (list java-plexus-utils-3.3.0 java-plexus-io java-iq80-snappy
+ (list java-plexus-utils java-plexus-io java-iq80-snappy
java-commons-compress plexus-parent-pom-6.1))
(inputs
`(("java-jsr305" ,java-jsr305)
@@ -4870,7 +4870,7 @@ which behaves as if all files were just
created.</description>\n
(replace 'install
(install-from-pom "pom.xml")))))
(inputs
- (list java-plexus-utils java-plexus-container-default))
+ (list java-plexus-utils-3.2.1 java-plexus-container-default))
(home-page "https://github.com/sonatype/sisu-build-api/")
(synopsis "Base build API for maven")
(description "This package contains the base build API for maven and
diff --git a/gnu/packages/maven.scm b/gnu/packages/maven.scm
index 0e9b99fa1c..3761f0beda 100644
--- a/gnu/packages/maven.scm
+++ b/gnu/packages/maven.scm
@@ -3004,7 +3004,7 @@ build are stored. By default, it is located within the
user's home directory
(propagated-inputs
(list maven-3.0-core
maven-shared-utils
- java-plexus-utils
+ java-plexus-utils-3.2.1
java-plexus-interpolation
java-sisu-build-api
maven-parent-pom-30))
- 04/26: gnu: Add maven-parent-pom-34., (continued)
- 04/26: gnu: Add maven-parent-pom-34., guix-commits, 2022/02/05
- 05/26: gnu: maven-parent-pom: Fix dependency versions., guix-commits, 2022/02/05
- 23/26: gnu: maven-enforcer-api: Update to 3.0.0., guix-commits, 2022/02/05
- 24/26: gnu: maven-wagon-provider-api: Update to 3.4.3., guix-commits, 2022/02/05
- 02/26: gnu: Add apache-commons-parent-pom-52., guix-commits, 2022/02/05
- 17/26: gnu: Add java-sonatype-aether-api-1.13., guix-commits, 2022/02/05
- 19/26: gnu: Add java-sonatype-aether-test-util-1.13., guix-commits, 2022/02/05
- 21/26: gnu: maven-dependency-tree: Update to 3.1.0., guix-commits, 2022/02/05
- 22/26: guix: maven: Fix java parser., guix-commits, 2022/02/05
- 14/26: gnu: java-eclipse-sisu-plexus: Update to 0.3.5., guix-commits, 2022/02/05
- 07/26: gnu: java-plexus-utils: Default to the newer one.,
guix-commits <=
- 09/26: gnu: java-plexus-cipher: Update to 2.0., guix-commits, 2022/02/05
- 11/26: gnu: Add java-jvnet-parent-pom-3., guix-commits, 2022/02/05
- 25/26: gnu: Update maven-artifact-transfer to 0.13.1., guix-commits, 2022/02/05
- 18/26: gnu: Add java-sonatype-aether-spi-1.13., guix-commits, 2022/02/05
- 26/26: gnu: maven: Update to 3.8.4., guix-commits, 2022/02/05