[Git][java-team/annotation-indexer][master] 5 commits: Standards-Version updated to 4.7.3
Emmanuel Bourg (@ebourg)
gitlab at salsa.debian.org
Wed Feb 11 08:22:57 GMT 2026
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / annotation-indexer
Commits:
ecf79d36 by Emmanuel Bourg at 2026-02-11T09:13:59+01:00
Standards-Version updated to 4.7.3
- - - - -
34f2a634 by Emmanuel Bourg at 2026-02-11T09:15:37+01:00
Converted debian/watch to the version 5 format
- - - - -
36c05b0d by Emmanuel Bourg at 2026-02-11T09:16:11+01:00
New upstream version 1.18
- - - - -
e802017c by Emmanuel Bourg at 2026-02-11T09:16:12+01:00
Update upstream source from tag 'upstream/1.18'
Update to upstream version '1.18'
with Debian dir 53d4443e79f5e72627a7408c144987dac4d941c2
- - - - -
9daa3871 by Emmanuel Bourg at 2026-02-11T09:16:57+01:00
New upstream release (1.18)
- - - - -
7 changed files:
- .github/workflows/release-drafter.yml
- .mvn/extensions.xml
- Jenkinsfile
- debian/changelog
- debian/control
- debian/watch
- 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 at v5
+ - uses: release-drafter/release-drafter at 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' ]
])
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+annotation-indexer (1.18-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release
+ * Standards-Version updated to 4.7.3
+ * Converted debian/watch to the version 5 format
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 11 Feb 2026 09:16:27 +0100
+
annotation-indexer (1.17-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -10,7 +10,7 @@ Build-Depends:
libmaven-compiler-plugin-java,
libmetainf-services-java,
maven-debian-helper
-Standards-Version: 4.6.1
+Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/java-team/annotation-indexer.git
Vcs-Browser: https://salsa.debian.org/java-team/annotation-indexer
Homepage: https://github.com/jenkinsci/lib-annotation-indexer
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=4
-opts="repack,compression=xz,dversionmangle=s/\.dfsg//" \
-https://github.com/jenkinsci/lib-annotation-indexer/tags .*/annotation-indexer-(.+).tar.gz
+Version: 5
+Template: GitHub
+Owner: jenkinsci
+Project: lib-annotation-indexer
=====================================
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:git at github.com:${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/-/compare/9b37e8099406dcacddccb780e424c0a48dd312b9...9daa38712456303b2b308b157cd039c35152919b
--
View it on GitLab: https://salsa.debian.org/java-team/annotation-indexer/-/compare/9b37e8099406dcacddccb780e424c0a48dd312b9...9daa38712456303b2b308b157cd039c35152919b
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/20260211/de1a32aa/attachment.htm>
More information about the pkg-java-commits
mailing list