Skip to content

Commit 79bcbcd

Browse files
committed
Updated
1 parent d354992 commit 79bcbcd

8 files changed

Lines changed: 6 additions & 90 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
java: [ 21, 25 ]
29+
java: [ 17, 21, 25 ]
3030
name: Java ${{ matrix.java }} build
3131

3232
steps:
@@ -62,11 +62,11 @@ jobs:
6262
6363
- name: Build and deploy with Maven
6464
run: mvn --batch-mode --update-snapshots -P release-snapshot deploy
65-
if: matrix.java == 21
65+
if: matrix.java == 17
6666
env:
6767
MAVEN_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
6868
MAVEN_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
6969

7070
- name: Maven Build
7171
run: mvn --batch-mode --update-snapshots install
72-
if: matrix.java != 21
72+
if: matrix.java != 17

phoss-directory-client/findbugs-exclude.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

phoss-directory-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<instructions>
100100
<Automatic-Module-Name>com.helger.pd.client</Automatic-Module-Name>
101101
<Export-Package>com.helger.pd.client.*</Export-Package>
102-
<Import-Package>!jakarta.annotation.*,*</Import-Package>
102+
<Import-Package>!org.jspecify.annotations.*,*</Import-Package>
103103
</instructions>
104104
</configuration>
105105
</plugin>

phoss-directory-indexer/findbugs-exclude.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

phoss-directory-indexer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
<!-- To use the filtered resources -->
158158
<Automatic-Module-Name>com.helger.pd.indexer</Automatic-Module-Name>
159159
<Export-Package>com.helger.pd.indexer.*</Export-Package>
160-
<Import-Package>!jakarta.annotation.*,*</Import-Package>
160+
<Import-Package>!org.jspecify.annotations.*,*</Import-Package>
161161
<Require-Capability>osgi.extender; filter:="(osgi.extender=osgi.serviceloader.registrar)"</Require-Capability>
162162
<Provide-Capability>osgi.serviceloader; osgi.serviceloader=com.helger.xml.microdom.convert.IMicroTypeConverterRegistrarSPI</Provide-Capability>
163163
<!-- The latter one has precedence -->

phoss-directory-publisher/findbugs-exclude.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

phoss-directory-searchapi/findbugs-exclude.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

phoss-directory-searchapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<instructions>
9494
<Automatic-Module-Name>com.helger.pd.searchapi</Automatic-Module-Name>
9595
<Export-Package>com.helger.pd.searchapi.*</Export-Package>
96-
<Import-Package>!jakarta.annotation.*,*</Import-Package>
96+
<Import-Package>!org.jspecify.annotations.*,*</Import-Package>
9797
</instructions>
9898
</configuration>
9999
</plugin>

0 commit comments

Comments
 (0)