Skip to content

Commit

Permalink
Release 6.15.1 (#11)
Browse files Browse the repository at this point in the history
* [skip ci] Update project to latest tag spagofat-6.15.1

* Update pom.xml

* Update SNAPSHOT version

* [maven-release-plugin] prepare release spagofat-6.15.1

* [maven-release-plugin] prepare for next development iteration

---------

Co-authored-by: parerworker <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
3 people authored Sep 16, 2024
1 parent 9f28bfe commit 5ea65bb
Show file tree
Hide file tree
Showing 18 changed files with 42 additions and 34 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 6.15.1 (12-09-2024)

### Bugfix: 1
- [#33872](https://parermine.regione.emilia-romagna.it/issues/33872) Correzione recupero informazione organizzazione versante

## 6.15.0 (19-08-2024)

### Novità: 1
Expand Down
6 changes: 3 additions & 3 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 6.15.0 (19-08-2024)
## 6.15.1 (12-09-2024)

### Novità: 1
- [#33050](https://parermine.regione.emilia-romagna.it/issues/33050) Aggiornamento librerie obsolete 2024
### Bugfix: 1
- [#33872](https://parermine.regione.emilia-romagna.it/issues/33872) Correzione recupero informazione organizzazione versante
27 changes: 14 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spagolite</name>
<description>Framework utilizzato dalle applicazioni web, si tratta di uno strato software comune contenente anche le dipendenze di terze parti ed ereditato come bom.</description>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-spagolite</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<parent>
<groupId>it.eng.parer</groupId>
Expand All @@ -18,19 +31,7 @@
<tag>HEAD</tag>
</scm>

<distributionManagement>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-spagolite</url>
</repository>
</distributionManagement>

<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/RegioneER/parer-framework-parerpom</url>
</repository>
</repositories>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-middle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<build>
<plugins>
Expand Down
10 changes: 6 additions & 4 deletions spagolite-middle/src/main/java/it/eng/spagoLite/tag/MenuTag.java
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,12 @@ private void drawUserInfo() throws JspException {
infoUtente.append("<div><label class=\"slLabel\" >");
infoUtente.append(nome + ": ");
infoUtente.append("</label>");
// Recupero dalla sessione il parametro linkabile da visualizzare nel menu
String link = (String) pageContext.getSession().getAttribute(nome + "_LINK");
if (link != null) {
infoUtente.append(link);
if (nome.equals("STRUTTURA")) {
String linkStrut = "<a href=\"Strutture.html?operation=loadStrutDaMenu\">" + value + "</a>";
infoUtente.append(linkStrut);
} else if (nome.equals("VERSATORE")) {
String linkVers = "<a href=\"Amministrazione.html?operation=loadVersDaMenu\">" + value + "</a>";
infoUtente.append(linkVers);
} else {
infoUtente.append(value);
}
Expand Down
2 changes: 1 addition & 1 deletion spagolite-paginator-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-paginator-gf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-si-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-si-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<packaging>war</packaging>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-si-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-sl-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-sl-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-sl-slg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-sl-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-timer-wrapper-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<artifactId>spagofat-timer-wrapper-common</artifactId>
<name>Spagolite Timer wrapper - common</name>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-timer-wrapper-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<artifactId>spagofat-timer-wrapper-ejb</artifactId>
<name>Spagolite Timer wrapper - ejb</name>
Expand Down
2 changes: 1 addition & 1 deletion spagolite-webresources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>spagofat</artifactId>
<version>6.15.1-SNAPSHOT</version>
<version>6.15.2-SNAPSHOT</version>
</parent>
<build>
<plugins>
Expand Down

0 comments on commit 5ea65bb

Please sign in to comment.