Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 163253_spagofat-6.14.1
Browse files Browse the repository at this point in the history
 Conflicts:
	CHANGELOG.md
	RELEASE-NOTES.md
	pom.xml
	spagolite-core/pom.xml
	spagolite-middle/pom.xml
	spagolite-paginator-ejb/pom.xml
	spagolite-paginator-gf/pom.xml
	spagolite-si-client/pom.xml
	spagolite-si-server/pom.xml
	spagolite-si-util/pom.xml
	spagolite-sl-ejb/pom.xml
	spagolite-sl-jpa/pom.xml
	spagolite-sl-slg/pom.xml
	spagolite-sl-web/pom.xml
	spagolite-timer-wrapper-common/pom.xml
	spagolite-timer-wrapper-ejb/pom.xml
	spagolite-webresources/pom.xml
  • Loading branch information
sinattieng committed Aug 14, 2024
2 parents 6bb5372 + 84b2f6c commit 660189f
Show file tree
Hide file tree
Showing 22 changed files with 38 additions and 577 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ jobs:
compile:
uses: RegioneER/parer-github-template/.github/workflows/compile.yml@v1
with:
java: '8'
java: '11'
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
uses: RegioneER/parer-github-template/.github/workflows/release.yml@v1
with:
version: ${{ inputs.version }}
java: '8'
java: '11'
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@

## 6.14.1 (13-08-2024)

### Bugfix: 1
- [#33323](https://parermine.regione.emilia-romagna.it/issues/33323) Fix configurazione dipendenze Java 11

## 6.14.0 (07-06-2024)

### Novità: 1
- [#29991](https://parermine.regione.emilia-romagna.it/issues/29991) Aggiornamento a Java 11

## 5.14.0 (30-04-2024)

### Novità: 1
- [#31873](https://parermine.regione.emilia-romagna.it/issues/31873) Allineamento alla versione 4.14.0

## 5.13.0 (20-12-2023)

### 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.14.1 (13-08-2024)
## 6.14.0 (07-06-2024)

### Bugfix: 1
- [#33323](https://parermine.regione.emilia-romagna.it/issues/33323) Fix configurazione dipendenze Java 11
### Novità: 1
- [#29991](https://parermine.regione.emilia-romagna.it/issues/29991) Aggiornamento a Java 11
Binary file modified pdfdocs/CHANGELOG.pdf
Binary file not shown.
Binary file modified pdfdocs/RELEASE-NOTES.pdf
Binary file not shown.
30 changes: 19 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,18 +1,11 @@
<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.14.1</version>
<version>6.14.1-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>
<url>https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}/</url>

<distributionManagement>
<site>
<id>site</id>
<url>dav:https://nexus.ente.regione.emr.it/repository/parer-site/spago/${project.version}</url>
</site>
</distributionManagement>

<parent>
<groupId>it.eng.parer</groupId>
Expand All @@ -21,9 +14,24 @@
</parent>

<scm>
<developerConnection>scm:git:git@gitlab.ente.regione.emr.it:parer/framework-spagolite.git</developerConnection>
<tag>spagofat-6.14.1</tag>
<developerConnection>scm:git:https://github.com/RegioneER/parer-framework-spagolite.git</developerConnection>
<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>
<!-- Javadoc skipped by default (temporaneo) -->
Expand Down Expand Up @@ -294,7 +302,7 @@
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>

<!--JDK 11 -->
<!-- JAXB -->
<dependency>
Expand Down
Loading

0 comments on commit 660189f

Please sign in to comment.