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 <andrea.ceccanti@cnaf.infn.it>
Valerio Venturi <valerio.venturi@cnaf.infn.it>
Daniele Andreotti <daniele.andreotti@cnaf.infn.it>
Enrico Vianello <enrico.vianello@cnaf.infn.it>
Federica Agostini <federica.agostini@cnaf.infn.it>
Francesco Giacomini <francesco.giacomini@cnaf.infn.it>
Stefano Zotti <stefano.zotti@cnaf.infn.it>
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>federica.agostini@cnaf.infn.it</email>
<organization>INFN CNAF</organization>
<roles>
<role>Developer</role>
</roles>
</developer>
</developers>

<build>
Expand Down