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 Nov 15, 2023
2 parents b775261 + 797e5e1 commit 299cae6
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 9 deletions.
14 changes: 13 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
## Release 6.5.48 -- _November 07, 2023_
## Release 6.5.49 -- _November 13, 2023_
**Changes**

>**Added button for downloading xml invoice**
>
>[cdedbc4ae5abe7d](https://github.com/consiglionazionaledellericerche/sigla-main/commit/cdedbc4ae5abe7d) marco.spasiano *November 13, 2023*

>**Handled pagoPA error**
>
>[8653bb8ce6ef500](https://github.com/consiglionazionaledellericerche/sigla-main/commit/8653bb8ce6ef500) marco.spasiano *November 13, 2023*

>**Validating information for digital signature**
>
>[35d679aa0cf7a33](https://github.com/consiglionazionaledellericerche/sigla-main/commit/35d679aa0cf7a33) marco.spasiano *November 13, 2023*

>**Validating information for digital signature**
>
>[49ebc7742406561](https://github.com/consiglionazionaledellericerche/sigla-main/commit/49ebc7742406561) marco.spasiano *November 07, 2023*
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.5.48'
release = '6.5.49'
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.5.49-SNAPSHOT</version>
<version>6.5.50-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.2'
name: sigla
releaseDate: '2023-11-07'
releaseDate: '2023-11-13'
url: 'https://github.com/consiglionazionaledellericerche/sigla-main'
applicationSuite: jada
softwareVersion: 6.5.48
softwareVersion: 6.5.49
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.5.49-SNAPSHOT</version>
<version>6.5.50-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.5.49-SNAPSHOT</version>
<version>6.5.50-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.5.49-SNAPSHOT</version>
<version>6.5.50-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.5.49-SNAPSHOT</version>
<version>6.5.50-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down

0 comments on commit 299cae6

Please sign in to comment.