Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: Apache-2.0

Andrea Ceccanti <[email protected]>
Valerio Venturi <[email protected]>
Daniele Andreotti <[email protected]>
Enrico Vianello <[email protected]>
Federica Agostini <[email protected]>
Francesco Giacomini <[email protected]>
Stefano Zotti <[email protected]>
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ SPDX-License-Identifier: Apache-2.0

# Changelog

## 3.3.7 (2025-12-18)

### Changed

* Support for AlmaLinux 10
* Signed RPMs on VOMS repository
* Support loading LSC files for selected VOs

## 3.3.6 (2025-07-31)

### Changed
Expand Down
11 changes: 10 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0

<groupId>org.italiangrid</groupId>
<artifactId>voms-api-java</artifactId>
<version>3.3.7-SNAPSHOT</version>
<version>3.3.7</version>
<packaging>jar</packaging>

<name>voms-api-java</name>
Expand Down Expand Up @@ -95,6 +95,15 @@ SPDX-License-Identifier: Apache-2.0
<role>Developer</role>
</roles>
</developer>
<developer>
<id>fagostin</id>
<name>Federica Agostini</name>
<email>[email protected]</email>
<organization>INFN CNAF</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<build>
Expand Down