[Git][java-team/sisu-mojos][master] 5 commits: New upstream version 0.3.5

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Sun Jan 15 16:40:16 GMT 2023



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / sisu-mojos


Commits:
1424ca68 by Emmanuel Bourg at 2021-09-17T10:49:32+02:00
New upstream version 0.3.5
- - - - -
321d33d9 by Emmanuel Bourg at 2023-01-09T16:52:55+01:00
Standards-Version updated to 4.6.2

- - - - -
5bd1a3f8 by Emmanuel Bourg at 2023-01-09T16:53:22+01:00
Merge tag 'upstream/0.3.5'

Upstream version 0.3.5

- - - - -
8bf42157 by Emmanuel Bourg at 2023-01-15T17:24:53+01:00
Fixed the build failure with maven-common-artifact-filters 3.3 (Closes: #1028855)

- - - - -
ee0c1212 by Emmanuel Bourg at 2023-01-15T17:39:55+01:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/01-missing-maven-dependency.patch
- + debian/patches/series
- pom.xml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+sisu-mojos (0.3.5-1) unstable; urgency=medium
+
+  * New upstream release
+  * Fixed the build failure with maven-common-artifact-filters 3.3
+    (Closes: #1028855)
+  * Standards-Version updated to 4.6.2
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 15 Jan 2023 17:25:07 +0100
+
 sisu-mojos (0.3.4-2) unstable; urgency=medium
 
   * Source only upload


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libsisu-inject-java (>= 0.3.4),
  libslf4j-java (>= 1.6.4),
  maven-debian-helper (>= 2.1)
-Standards-Version: 4.5.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/sisu-mojos.git
 Vcs-Browser: https://salsa.debian.org/java-team/sisu-mojos
 Homepage: https://www.eclipse.org/sisu/


=====================================
debian/patches/01-missing-maven-dependency.patch
=====================================
@@ -0,0 +1,17 @@
+Description: Adds the missing dependency on maven-core
+Author: Emmanuel Bourg <ebourg at apache.org>
+Bug: https://github.com/eclipse/sisu.mojos/issues/9
+--- a/pom.xml
++++ b/pom.xml
+@@ -103,6 +103,11 @@
+     -->
+     <dependency>
+       <groupId>org.apache.maven</groupId>
++      <artifactId>maven-core</artifactId>
++      <version>debian</version>
++    </dependency>
++    <dependency>
++      <groupId>org.apache.maven</groupId>
+       <artifactId>maven-plugin-api</artifactId>
+       <version>3.0</version>
+       <exclusions>


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+01-missing-maven-dependency.patch


=====================================
pom.xml
=====================================
@@ -22,7 +22,7 @@
 
   <groupId>org.eclipse.sisu</groupId>
   <artifactId>sisu-maven-plugin</artifactId>
-  <version>0.3.4</version>
+  <version>0.3.5</version>
   <packaging>maven-plugin</packaging>
 
   <name>Sisu Maven Plugin</name>
@@ -132,7 +132,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>3.0.17</version>
+      <version>3.0.24</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>



View it on GitLab: https://salsa.debian.org/java-team/sisu-mojos/-/compare/a3a47273fcb32fd0cfd273fa32442e42140f9a46...ee0c121212dbab2c2f77100439e16a4f841fd633

-- 
View it on GitLab: https://salsa.debian.org/java-team/sisu-mojos/-/compare/a3a47273fcb32fd0cfd273fa32442e42140f9a46...ee0c121212dbab2c2f77100439e16a4f841fd633
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/20230115/da33e13a/attachment.htm>


More information about the pkg-java-commits mailing list