Skip to content

Commit a0528d7

Browse files
Bump version to 3.3.7 and update CHANGELOG.md
Updated also the list of authors/developers
1 parent 13acdd3 commit a0528d7

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

AUTHORS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
Andrea Ceccanti <andrea.ceccanti@cnaf.infn.it>
6-
Valerio Venturi <valerio.venturi@cnaf.infn.it>
7-
Daniele Andreotti <daniele.andreotti@cnaf.infn.it>
5+
Enrico Vianello <enrico.vianello@cnaf.infn.it>
6+
Federica Agostini <federica.agostini@cnaf.infn.it>
7+
Francesco Giacomini <francesco.giacomini@cnaf.infn.it>
8+
Stefano Zotti <stefano.zotti@cnaf.infn.it>

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ SPDX-License-Identifier: Apache-2.0
66

77
# Changelog
88

9+
## 3.3.7 (2025-12-18)
10+
11+
### Changed
12+
13+
* Support for AlmaLinux 10
14+
* Signed RPMs on VOMS repository
15+
* Support loading LSC files for selected VOs
16+
917
## 3.3.6 (2025-07-31)
1018

1119
### Changed

pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SPDX-License-Identifier: Apache-2.0
1010

1111
<groupId>org.italiangrid</groupId>
1212
<artifactId>voms-api-java</artifactId>
13-
<version>3.3.7-SNAPSHOT</version>
13+
<version>3.3.7</version>
1414
<packaging>jar</packaging>
1515

1616
<name>voms-api-java</name>
@@ -95,6 +95,15 @@ SPDX-License-Identifier: Apache-2.0
9595
<role>Developer</role>
9696
</roles>
9797
</developer>
98+
<developer>
99+
<id>fagostin</id>
100+
<name>Federica Agostini</name>
101+
<email>federica.agostini@cnaf.infn.it</email>
102+
<organization>INFN CNAF</organization>
103+
<roles>
104+
<role>Developer</role>
105+
</roles>
106+
</developer>
98107
</developers>
99108

100109
<build>

0 commit comments

Comments
 (0)