Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / 
annotation-indexer


Commits:
36c05b0d by Emmanuel Bourg at 2026-02-11T09:16:11+01:00
New upstream version 1.18
- - - - -


4 changed files:

- .github/workflows/release-drafter.yml
- .mvn/extensions.xml
- Jenkinsfile
- pom.xml


Changes:

=====================================
.github/workflows/release-drafter.yml
=====================================
@@ -11,6 +11,6 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       # Drafts your next Release notes as Pull Requests are merged into 
"master"
-      - uses: release-drafter/release-drafter@v5
+      - uses: release-drafter/release-drafter@v6
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


=====================================
.mvn/extensions.xml
=====================================
@@ -2,6 +2,6 @@
   <extension>
     <groupId>io.jenkins.tools.incrementals</groupId>
     <artifactId>git-changelist-maven-extension</artifactId>
-    <version>1.4</version>
+    <version>1.8</version>
   </extension>
 </extensions>


=====================================
Jenkinsfile
=====================================
@@ -4,7 +4,6 @@
  * allowing one to test against multiple Jenkins versions.
  */
 buildPlugin(useContainerAgent: true, configurations: [
-  [ platform: 'linux', jdk: '11' ],
-  [ platform: 'windows', jdk: '11' ],
-  [ platform: 'linux', jdk: '17' ],
+  [ platform: 'windows', jdk: '17' ],
+  [ platform: 'linux', jdk: '21' ]
 ])


=====================================
pom.xml
=====================================
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.jenkins-ci</groupId>
     <artifactId>jenkins</artifactId>
-    <version>1.92</version>
+    <version>1.123</version>
     <relativePath />
   </parent>
 
   <artifactId>annotation-indexer</artifactId>
-  <version>1.17</version>
+  <version>1.18</version>
   <name>Annotation Indexer</name>
   <description>Creates index of annotations.</description>
   <url>https://github.com/jenkinsci/lib-${project.artifactId}</url>
@@ -24,12 +24,12 @@
   <scm>
     <connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
     
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
-    <tag>annotation-indexer-1.17</tag>
+    <tag>annotation-indexer-1.18</tag>
     <url>https://github.com/${gitHubRepo}</url>
   </scm>
 
   <properties>
-    <revision>1.17</revision>
+    <revision>1.18</revision>
     <changelist>-SNAPSHOT</changelist>
     <gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
   </properties>
@@ -38,13 +38,13 @@
     <dependency>
       <groupId>org.kohsuke.metainf-services</groupId>
       <artifactId>metainf-services</artifactId>
-      <version>1.9</version>
+      <version>1.11</version>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>com.karuslabs</groupId>
       <artifactId>elementary</artifactId>
-      <version>1.1.3</version>
+      <version>2.0.1</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>
@@ -70,10 +70,6 @@
       <id>repo.jenkins-ci.org</id>
       <url>https://repo.jenkins-ci.org/public/</url>
     </repository>
-    <repository>
-      <id>elementary-releases</id>
-      <url>https://repo.karuslabs.com/repository/elementary-releases/</url>
-    </repository>
   </repositories>
 
 </project>



View it on GitLab: 
https://salsa.debian.org/java-team/annotation-indexer/-/commit/36c05b0d5560cbb97b9576ba6015c93fc8d2f317

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/annotation-indexer/-/commit/36c05b0d5560cbb97b9576ba6015c93fc8d2f317
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to