Skip to content

Commit

Permalink
Rilascio versione 3.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
nardil committed Jun 7, 2019
1 parent 0645384 commit af42644
Show file tree
Hide file tree
Showing 21 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>bom</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/api-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/client-api-ente/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>client-api-ente</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/core-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>core-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/fonts-titilliumWeb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>fonts-TitilliumWeb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/orm-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>orm-beans</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/orm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>orm</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jars/pagopa-beans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

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

<artifactId>stampe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>it.govpay</groupId>
<artifactId>bom</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
<packaging>pom</packaging>
<name>GovPay</name>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/setup/prepareSetup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=3.1.0-SNAPSHOT
VERSION=3.1.0-RC1

#mvn -f ../../../../pom.xml -Denv=installer_template clean package

Expand Down
2 changes: 1 addition & 1 deletion wars/api-backoffice/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-backoffice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pagamento/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-pagamento</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pagopa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-pagopa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-pendenze/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-pendenze</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/api-ragioneria/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>api-ragioneria</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>it.govpay</groupId>
<artifactId>bom</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
<relativePath>../</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion wars/web-connector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>

<artifactId>web-connector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wars/web-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>wars</artifactId>
<groupId>it.govpay</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0-RC1</version>
</parent>
<artifactId>web-console</artifactId>
<packaging>war</packaging>
Expand Down

0 comments on commit af42644

Please sign in to comment.