Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Apr 9, 2016
1 parent 4bd7892 commit 0d8a63e
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 11 deletions.
3 changes: 2 additions & 1 deletion SIGLA/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<plugins>
Expand Down Expand Up @@ -82,6 +82,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 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>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
<artifactId>sigla</artifactId>
<packaging>pom</packaging>
<parent>
Expand All @@ -20,10 +20,10 @@
<module>SIGLA</module>
</modules>
<properties>
<java.version>1.7</java.version>
<java.version>1.8</java.version>
<opencmis.version>0.10.0</opencmis.version>
<spring.version>3.0.3.RELEASE</spring.version>
<jada.version>3.0.1</jada.version>
<jada.version>3.0.2</jada.version>
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
<sigla.build.number>${maven.build.timestamp}</sigla.build.number>
<slf4j.version>1.4.3</slf4j.version>
Expand Down
3 changes: 2 additions & 1 deletion sigla-ejb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -46,6 +46,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sigla-sdi/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -93,6 +93,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sigla-web/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -52,6 +52,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions sigla-ws-client/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -201,4 +201,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
</project>
</project>
3 changes: 2 additions & 1 deletion sigla-ws-ns/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -59,6 +59,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down
3 changes: 2 additions & 1 deletion sigla-ws/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>it.cnr</groupId>
<artifactId>sigla</artifactId>
<version>3.1.41-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<build>
<pluginManagement>
Expand Down Expand Up @@ -33,6 +33,7 @@
<groupId>it.cnr</groupId>
<artifactId>jada</artifactId>
<version>${jada.version}</version>
<classifier>wildfly</classifier>
<type>ejb</type>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 0d8a63e

Please sign in to comment.