Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Oct 30, 2024
2 parents ed05028 + 4be7c67 commit ccbc102
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 9 deletions.
18 changes: 17 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
## Release 6.6.5 -- _October 21, 2024_
## Release 6.6.6 -- _October 30, 2024_
**Changes**

>**Aggiunti i mandati con stato "NON_SOSTITUITO" alla distinta degli annulli**
>
>[44624122f10bede](https://github.com/consiglionazionaledellericerche/sigla-main/commit/44624122f10bede) marco.spasiano *October 30, 2024*

>**Aggiornato il calcolo dell'indice di tempestività dei pagamenti**
>
>[26a8e932fe64d38](https://github.com/consiglionazionaledellericerche/sigla-main/commit/26a8e932fe64d38) marco.spasiano *October 29, 2024*

>**Rimossa la join con la riga del mandato per il calcolo dell'importo delle note legate a fattura**
>
>[236b1ae7b7c9513](https://github.com/consiglionazionaledellericerche/sigla-main/commit/236b1ae7b7c9513) marco.spasiano *October 28, 2024*

>**Aggiunto controllo sulla causale in caso di sospensione della fattura**
>
>[6b5e5f6bd49f715](https://github.com/consiglionazionaledellericerche/sigla-main/commit/6b5e5f6bd49f715) marco.spasiano *October 28, 2024*

>**fix: NPE sulla rimodulazione del progetto**
>
>[57f2632f061eb12](https://github.com/consiglionazionaledellericerche/sigla-main/commit/57f2632f061eb12) marco.spasiano *October 21, 2024*
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

project = 'Sistema Informativo Gestione Linee di Attività'
release = '6.6.5'
release = '6.6.6'
author = u'Consiglio Nazionale delle Ricerche'

show_authors = True
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>it.cnr.si.sigla</groupId>
<version>6.6.6-SNAPSHOT</version>
<version>6.6.7-SNAPSHOT</version>
<artifactId>sigla-parent</artifactId>
<description>Sistema Informativo per la Gestione delle Linee di Attività</description>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions publiccode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

publiccodeYmlVersion: '0.4.0'
name: sigla
releaseDate: '2024-10-21'
releaseDate: '2024-10-30'
url: 'https://github.com/consiglionazionaledellericerche/sigla-main'
applicationSuite: jada
softwareVersion: 6.6.5
softwareVersion: 6.6.6
developmentStatus: stable
softwareType: standalone/web
platforms:
Expand Down
2 changes: 1 addition & 1 deletion sigla-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>it.cnr.si.sigla</groupId>
<artifactId>sigla-parent</artifactId>
<version>6.6.6-SNAPSHOT</version>
<version>6.6.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>it.cnr.si.sigla</groupId>
<artifactId>sigla-parent</artifactId>
<version>6.6.6-SNAPSHOT</version>
<version>6.6.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>it.cnr.si.sigla</groupId>
<artifactId>sigla-parent</artifactId>
<version>6.6.6-SNAPSHOT</version>
<version>6.6.7-SNAPSHOT</version>
</parent>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion sigla-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>it.cnr.si.sigla</groupId>
<artifactId>sigla-parent</artifactId>
<version>6.6.6-SNAPSHOT</version>
<version>6.6.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down

0 comments on commit ccbc102

Please sign in to comment.