[Git][java-team/plexus-interactivity-api][upstream] New upstream version 1.4

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



Pierre Gruet pushed to branch upstream 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
- - - - -


6 changed files:

- .github/workflows/release-drafter.yml
- README.md
- 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


=====================================
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/-/commit/b723caa2c7bd2382ed141d295c9ac95371a539d8

-- 
View it on GitLab: https://salsa.debian.org/java-team/plexus-interactivity-api/-/commit/b723caa2c7bd2382ed141d295c9ac95371a539d8
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/50e853bb/attachment.htm>


More information about the pkg-java-commits mailing list