[Git][java-team/plexus-interactivity-api][master] 7 commits: New upstream version 1.4

Pierre Gruet (@pgt) gitlab at salsa.debian.org
Tue Aug 19 14:04:05 BST 2025



Pierre Gruet pushed to branch master at Debian Java Maintainers / plexus-interactivity-api


Commits:
b723caa2 by Pierre Gruet at 2025-08-19T14:31:59+02:00
New upstream version 1.4
- - - - -
099c5dca by Pierre Gruet at 2025-08-19T14:32:00+02:00
Update upstream source from tag 'upstream/1.4'

Update to upstream version '1.4'
with Debian dir 65db13303cf9e86c14a16ba9ddead802f48d238c
- - - - -
f6a35d4b by Pierre Gruet at 2025-08-19T14:32:36+02:00
Raising Standards version to 4.7.2 (no change)

- - - - -
f82fe636 by Pierre Gruet at 2025-08-19T14:33:20+02:00
Applying Multi-Arch hints

- - - - -
f75fbf2c by Pierre Gruet at 2025-08-19T14:34:10+02:00
Last upload was a team upload

- - - - -
e551fe11 by Pierre Gruet at 2025-08-19T14:34:27+02:00
Refreshing patches

- - - - -
05f9ccfb by Pierre Gruet at 2025-08-19T14:34:49+02:00
Upload to unstable

- - - - -


9 changed files:

- .github/workflows/release-drafter.yml
- README.md
- debian/changelog
- debian/control
- debian/patches/dependency_management.patch
- plexus-interactivity-api/pom.xml
- plexus-interactivity-api/src/site/site.xml
- pom.xml
- src/site/site.xml


Changes:

=====================================
.github/workflows/release-drafter.yml
=====================================
@@ -7,6 +7,6 @@ jobs:
   update_release_draft:
     runs-on: ubuntu-latest
     steps:
-      - uses: release-drafter/release-drafter at v5
+      - uses: release-drafter/release-drafter at v6
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


=====================================
README.md
=====================================
@@ -1,8 +1,9 @@
 Plexus-Interactivity
-===============
+====================
 
 [![Apache License, Version 2.0, January 2004](https://img.shields.io/github/license/codehaus-plexus/plexus-interactivity.svg?label=License)](http://www.apache.org/licenses/)
 [![Maven Central](https://img.shields.io/maven-central/v/org.codehaus.plexus/plexus-interactivity.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.codehaus.plexus/plexus-interactivity)
 [![Build Status](https://travis-ci.org/codehaus-plexus/plexus-interactivity.svg?branch=master)](https://travis-ci.org/codehaus-plexus/plexus-interactivity)
+[![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/codehaus/plexus/plexus-interactivity/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/codehaus/plexus/plexus-interactivity/README.md)
 
 The canonical git repository is located at https://github.com/codehaus-plexus/plexus-interactivity


=====================================
debian/changelog
=====================================
@@ -1,5 +1,16 @@
+plexus-interactivity-api (1.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream version 1.4
+  * Refreshing patches
+  * Raising Standards version to 4.7.2 (no change)
+  * Applying Multi-Arch hints
+
+ -- Pierre Gruet <pgt at debian.org>  Tue, 19 Aug 2025 14:34:31 +0200
+
 plexus-interactivity-api (1.3-1) unstable; urgency=medium
 
+  * Team upload.
   * New upstream version 1.3
   * Raising Standards version to 4.7.0 (no change)
   * Refreshing patches


=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  libplexus-utils2-java,
  libsisu-inject-java <!nocheck>,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.7.0
+Standards-Version: 4.7.2
 Vcs-Git: https://salsa.debian.org/java-team/plexus-interactivity-api.git
 Vcs-Browser: https://salsa.debian.org/java-team/plexus-interactivity-api
 Homepage: https://codehaus-plexus.github.io/plexus-interactivity/
@@ -22,6 +22,7 @@ Package: libplexus-interactivity-api-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
 Recommends: ${maven:OptionalDepends}
+Multi-Arch: foreign
 Description: interactivity API for the Plexus framework
  The Plexus project provides a full software stack for creating and executing
  software projects. Based on the Plexus container, the applications can


=====================================
debian/patches/dependency_management.patch
=====================================
@@ -8,7 +8,7 @@ Last-Update: 2022-10-09
 
 --- a/pom.xml
 +++ b/pom.xml
-@@ -58,4 +58,19 @@
+@@ -51,4 +51,19 @@
        </plugin>
      </plugins>
    </build>


=====================================
plexus-interactivity-api/pom.xml
=====================================
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus-interactivity</artifactId>
-    <version>1.3</version>
+    <version>1.4</version>
   </parent>
 
   <artifactId>plexus-interactivity-api</artifactId>
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.jline</groupId>
       <artifactId>jline-reader</artifactId>
-      <version>3.25.1</version>
+      <version>3.29.0</version>
       <optional>true</optional>
     </dependency>
 
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.eclipse.sisu</groupId>
       <artifactId>org.eclipse.sisu.inject</artifactId>
-      <version>0.9.0.M2</version>
+      <version>0.9.0.M3</version>
       <scope>test</scope>
     </dependency>
     <dependency>


=====================================
plexus-interactivity-api/src/site/site.xml
=====================================
@@ -1,7 +1,11 @@
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
-  <body>
+<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
+
+  <bannerLeft href="https://codehaus-plexus.github.io/">
+    <image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
+  </bannerLeft>
+
+    <body>
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="JavaDocs" href="apidocs/index.html"/>
@@ -12,4 +16,4 @@
     <menu ref="parent"/>
     <menu ref="reports"/>
   </body>
-</project>
+</site>


=====================================
pom.xml
=====================================
@@ -5,11 +5,11 @@
   <parent>
     <groupId>org.codehaus.plexus</groupId>
     <artifactId>plexus</artifactId>
-    <version>16</version>
+    <version>20</version>
   </parent>
 
   <artifactId>plexus-interactivity</artifactId>
-  <version>1.3</version>
+  <version>1.4</version>
   <packaging>pom</packaging>
 
   <name>Plexus Interactivity Handler Component</name>
@@ -21,7 +21,7 @@
   <scm>
     <connection>${scm.url}</connection>
     <developerConnection>${scm.url}</developerConnection>
-    <tag>plexus-interactivity-1.3</tag>
+    <tag>plexus-interactivity-1.4</tag>
     <url>https://github.com/codehaus-plexus/plexus-interactivity</url>
   </scm>
   <issueManagement>
@@ -37,18 +37,11 @@
 
   <properties>
     <scm.url>scm:git:https://github.com/codehaus-plexus/plexus-interactivity.git</scm.url>
-    <project.build.outputTimestamp>2024-02-04T16:53:38Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2025-04-05T16:18:13Z</project.build.outputTimestamp>
   </properties>
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <proc>none</proc>
-        </configuration>
-      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>


=====================================
src/site/site.xml
=====================================
@@ -1,8 +1,12 @@
-<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+      xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd">
+
+  <bannerLeft href="https://codehaus-plexus.github.io/">
+    <image src="https://codehaus-plexus.github.io/images/plexus-logo-trans.png" alt="Plexus" />
+  </bannerLeft>
+
   <body>
     <menu ref="parent"/>
     <menu ref="modules"/>
   </body>
-</project>
+</site>



View it on GitLab: https://salsa.debian.org/java-team/plexus-interactivity-api/-/compare/3fd963fa6c2c6309381e26e6b92db863ea67b476...05f9ccfbc8c76caedd7ef34fc0647fedbffe4a7b

-- 
View it on GitLab: https://salsa.debian.org/java-team/plexus-interactivity-api/-/compare/3fd963fa6c2c6309381e26e6b92db863ea67b476...05f9ccfbc8c76caedd7ef34fc0647fedbffe4a7b
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/20250819/3cf63e3c/attachment.htm>


More information about the pkg-java-commits mailing list