[Git][java-team/maven-plugin-testing][master] 4 commits: Fixed the build failure with Maven 3.8
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Thu Sep 29 13:46:50 BST 2022
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / maven-plugin-testing
Commits:
7a1a43c8 by Emmanuel Bourg at 2022-09-29T14:45:49+02:00
Fixed the build failure with Maven 3.8
- - - - -
2efc9e89 by Emmanuel Bourg at 2022-09-29T14:45:56+02:00
Standards-Version updated to 4.6.1
- - - - -
8791d798 by Emmanuel Bourg at 2022-09-29T14:46:03+02:00
Switch to debhelper level 13
- - - - -
35dccf5e by Emmanuel Bourg at 2022-09-29T14:46:32+02:00
Upload to unstable
- - - - -
4 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/patches/0003-maven-compatibility.patch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+maven-plugin-testing (3.3.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fixed the build failure with Maven 3.8
+ * Standards-Version updated to 4.6.1
+ * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 29 Sep 2022 14:46:24 +0200
+
maven-plugin-testing (3.3.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
default-jdk,
junit4,
libeasymock-java,
@@ -14,7 +14,7 @@ Build-Depends:
libplexus-component-metadata-java,
libplexus-utils-java,
maven-debian-helper (>= 2.2)
-Standards-Version: 4.2.1
+Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/maven-plugin-testing.git
Vcs-Browser: https://salsa.debian.org/java-team/maven-plugin-testing
Homepage: http://maven.apache.org/plugin-testing/
=====================================
debian/patches/0003-maven-compatibility.patch
=====================================
@@ -58,3 +58,21 @@ Origin: backport, https://svn.apache.org/r1505991
List<ArtifactRepository> remoteRepositories,
ArtifactMetadataSource source, ArtifactFilter filter,
List<ResolutionListener> listeners )
+--- a/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java
++++ b/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java
+@@ -247,4 +247,15 @@
+ {
+ // no op
+ }
++
++ public void setBlocked(boolean blocked)
++ {
++
++ }
++
++ public boolean isBlocked()
++ {
++ return false;
++ }
++
+ }
View it on GitLab: https://salsa.debian.org/java-team/maven-plugin-testing/-/compare/d2c4828d8a3e7eeba1e1c1132065b76a64ecdd4f...35dccf5eb503825d77e857388068d9bd19c4a915
--
View it on GitLab: https://salsa.debian.org/java-team/maven-plugin-testing/-/compare/d2c4828d8a3e7eeba1e1c1132065b76a64ecdd4f...35dccf5eb503825d77e857388068d9bd19c4a915
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220929/61024c76/attachment.htm>
More information about the pkg-java-commits
mailing list