branch develop updated (f43a5d3 -> 987f2a8)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository echobase. See http://git.codelutin.com/echobase.git from f43a5d3 Passage sur codelutinpom 7 new 95b59d9 Suppression de javaVersion du pom (embarqué par codelutinpom) new 987f2a8 Correction des assembly The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 987f2a858bf2bb7c4438791a2c8265b4391d663f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 25 08:25:59 2016 +0100 Correction des assembly commit 95b59d96711961e869060774160761001dca512d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 25 08:25:15 2016 +0100 Suppression de javaVersion du pom (embarqué par codelutinpom) Summary of changes: echobase-ui/src/main/assembly/embedded-zip.xml | 4 ++-- echobase-ui/src/main/assembly/full-war.xml | 2 +- pom.xml | 4 +--- 3 files changed, 4 insertions(+), 6 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 95b59d96711961e869060774160761001dca512d Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 25 08:25:15 2016 +0100 Suppression de javaVersion du pom (embarqué par codelutinpom) --- pom.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a8f94b5..5d79d5f 100644 --- a/pom.xml +++ b/pom.xml @@ -173,9 +173,7 @@ <!-- Lizmap version --> <lizmapVersion>2.9.4</lizmapVersion> <qgisMapServerVersion>2.8.4</qgisMapServerVersion> - - <javaVersion>8</javaVersion> - + </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 987f2a858bf2bb7c4438791a2c8265b4391d663f Author: Tony CHEMIT <chemit@codelutin.com> Date: Thu Feb 25 08:25:59 2016 +0100 Correction des assembly --- echobase-ui/src/main/assembly/embedded-zip.xml | 4 ++-- echobase-ui/src/main/assembly/full-war.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/echobase-ui/src/main/assembly/embedded-zip.xml b/echobase-ui/src/main/assembly/embedded-zip.xml index 7c33cfc..deb096a 100644 --- a/echobase-ui/src/main/assembly/embedded-zip.xml +++ b/echobase-ui/src/main/assembly/embedded-zip.xml @@ -49,7 +49,7 @@ <fileSet> <directory>src/main/assembly/dist</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <includes> <include>**/*.properties</include> <include>**/*.txt</include> @@ -58,7 +58,7 @@ <fileSet> <directory>src/main/assembly/dist</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <fileMode>0755</fileMode> <filtered>true</filtered> <includes> diff --git a/echobase-ui/src/main/assembly/full-war.xml b/echobase-ui/src/main/assembly/full-war.xml index 8f36551..14db0c9 100644 --- a/echobase-ui/src/main/assembly/full-war.xml +++ b/echobase-ui/src/main/assembly/full-war.xml @@ -31,7 +31,7 @@ <!-- content of primary war --> <fileSet> <directory>target/${project.build.finalName}</directory> - <outputDirectory>/</outputDirectory> + <outputDirectory/> <includes> <include>**/*</include> </includes> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm