Skip to content

Commit

Permalink
Merge branch 'master' into 3.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jun 16, 2020
2 parents d3b0c78 + bf6b45b commit c3a228e
Show file tree
Hide file tree
Showing 23 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion Jenkinsfile
Expand Up @@ -2,7 +2,6 @@ pipeline {
agent any
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '5', artifactNumToKeepStr: '5'))
}
stages {
stage('cleanup') {
Expand Down
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
[![Build Status](https://jenkins.link.it/govpay/job/govpay/job/3.2.x/badge/icon?job=GovPay)](https://jenkins.link.it/govpay/blue/organizations/jenkins/govpay/activity?branch=3.2.x)
[![Documentation Status](https://readthedocs.org/projects/govpay/badge/?version=3.2.x)](https://govpay.readthedocs.io/it/latest/?badge=3.2.x)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.githubusercontent.com/link-it/govpay/3.2.x/LICENSE)
[![Build Status](https://jenkins.link.it/govpay/job/govpay/job/master/badge/icon?job=GovPay)](https://jenkins.link.it/govpay/blue/organizations/jenkins/govpay/activity?branch=master)
[![Documentation Status](https://readthedocs.org/projects/govpay/badge/?version=master)](https://govpay.readthedocs.io/it/latest/?badge=master)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://raw.githubusercontent.com/link-it/govpay/master/LICENSE)

# GovPay - Porta di accesso al sistema pagoPA
Una piattaforma completa per l'integrazione di Enti Pubblici, Intermediari e Partner tecnologici alle componenti centrali del progetto pagoPA.
Expand Down
2 changes: 1 addition & 1 deletion ear/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bom</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/api-commons/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/client-api-ente/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>client-api-ente</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/core-beans/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>core-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/fonts-titilliumWeb/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>fonts-TitilliumWeb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/orm-beans/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>orm-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/orm/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/pagopa-beans/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>pagopa-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.govpay</groupId>
<artifactId>bom</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion jars/stampe/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>stampe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.govpay</groupId>
<artifactId>bom</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<packaging>pom</packaging>
<name>GovPay</name>

Expand Down
2 changes: 1 addition & 1 deletion wars/api-backoffice/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-backoffice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pagamento/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-pagamento</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pagopa/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-pagopa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pendenze/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-pendenze</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-ragioneria/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-ragioneria</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-user/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>api-user</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.govpay</groupId>
<artifactId>bom</artifactId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
<relativePath>../</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion wars/web-connector/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>

<artifactId>web-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/web-console/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.2.2-SNAPSHOT</version>
<version>3.2.2</version>
</parent>
<artifactId>web-console</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit c3a228e

Please sign in to comment.