This is an automated email from the git hooks/post-receive script. New commit to branch develop-1.1.x in repository faxtomail. See http://git.codelutin.com/faxtomail.git commit 1d67506668ffaa454da2138d6ca8e88709540f5b Author: Kevin Morin <morin@codelutin.com> Date: Thu Mar 3 15:52:03 2016 +0100 upgrade pom --- faxtomail-ui-web/README.txt => README.md | 0 .../README.txt => faxtomail-persistence/README.md | 0 faxtomail-service/{README.txt => README.md} | 0 .../README.txt => faxtomail-ui-swing/README.md | 0 faxtomail-ui-swing/pom.xml | 6 ++++++ README.txt => faxtomail-ui-web/README.md | 0 pom.xml | 22 +++++++++++++--------- 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/faxtomail-ui-web/README.txt b/README.md similarity index 100% rename from faxtomail-ui-web/README.txt rename to README.md diff --git a/faxtomail-ui-swing/README.txt b/faxtomail-persistence/README.md similarity index 100% rename from faxtomail-ui-swing/README.txt rename to faxtomail-persistence/README.md diff --git a/faxtomail-service/README.txt b/faxtomail-service/README.md similarity index 100% rename from faxtomail-service/README.txt rename to faxtomail-service/README.md diff --git a/faxtomail-persistence/README.txt b/faxtomail-ui-swing/README.md similarity index 100% rename from faxtomail-persistence/README.txt rename to faxtomail-ui-swing/README.md diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 9976659..6d1e98b 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -279,6 +279,12 @@ <scope>runtime</scope> </dependency> + <dependency> + <groupId>com.levigo.jbig2</groupId> + <artifactId>levigo-jbig2-imageio</artifactId> + <scope>runtime</scope> + </dependency> + </dependencies> <build> diff --git a/README.txt b/faxtomail-ui-web/README.md similarity index 100% rename from README.txt rename to faxtomail-ui-web/README.md diff --git a/pom.xml b/pom.xml index ad8bce3..bdd710f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>1.8.3</version> + <version>9</version> </parent> <groupId>com.franciaflex</groupId> @@ -71,11 +71,9 @@ </modules> <scm> - <connection>scm:git:http://git.codelutin.com/fatxomail.git</connection> - <developerConnection> - scm:git:https://git.codelutin.com/fatxomail.git - </developerConnection> - <url>https://gitweb.codelutin.com/fatxomail.git</url> + <url>https://gitlab.nuiton.org/codelutin/faxtomail</url> + <connection>scm:git:git@gitlab.nuiton.org:codelutin/faxtomail.git</connection> + <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/faxtomail.git</developerConnection> </scm> <distributionManagement> <site> @@ -92,8 +90,9 @@ <properties> - <platform>codelutin.com</platform> + <!--<platform>codelutin.com</platform>--> <projectId>faxtomail</projectId> + <ciViewId>FaxToMail</ciViewId> <!-- libraries version --> <nuitonI18nVersion>3.3</nuitonI18nVersion> @@ -139,8 +138,7 @@ <license.licenseName>gpl_v3</license.licenseName> <!-- Java version --> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> @@ -737,6 +735,12 @@ </dependency> <dependency> + <groupId>com.levigo.jbig2</groupId> + <artifactId>levigo-jbig2-imageio</artifactId> + <version>1.6.5</version> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>${junitVersion}</version> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.