Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
francescou committed Feb 24, 2018
1 parent 7bd45e3 commit d0f41fa
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion SIGLA/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<properties>
<wildfly.deployment.filename>SIGLA.ear</wildfly.deployment.filename>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -2,7 +2,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</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
<artifactId>sigla</artifactId>
<name>sigla</name>
<packaging>pom</packaging>
Expand Down Expand Up @@ -50,6 +50,6 @@
<scm>
<connection>scm:git:ssh://git@git.si.cnr.it/dev/sigla-main.git</connection>
<developerConnection>scm:git:ssh://git@git.si.cnr.it/dev/sigla-main.git</developerConnection>
<tag>sigla-5.1.6</tag>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion sigla-backend/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-sdi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-storage/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>sigla</artifactId>
<groupId>it.cnr</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<modules>
<module>sigla-storage-commons</module>
Expand Down
2 changes: 1 addition & 1 deletion sigla-storage/sigla-storage-azure/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sigla-storage</artifactId>
<groupId>it.cnr</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sigla-storage/sigla-storage-cmis/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sigla-storage</artifactId>
<groupId>it.cnr</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sigla-storage/sigla-storage-commons/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sigla-storage</artifactId>
<groupId>it.cnr</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion sigla-storage/sigla-storage-s3/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>sigla-storage</artifactId>
<groupId>it.cnr</groupId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion sigla-web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-ws-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion sigla-ws/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>5.1.6</version>
<version>5.1.7-SNAPSHOT</version>
</parent>
<build>
<pluginManagement>
Expand Down

0 comments on commit d0f41fa

Please sign in to comment.