branch develop updated (7b242bf -> 763893c)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coser. See https://gitlab.nuiton.org/codelutin/coser.git from 7b242bf Happy new year new 5b6bf71 Update parent new 03060e8 Struts security update new 763893c Fix build The 3 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 763893c7a256ae5435f325a5ef4c24bd91025eae Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 11:08:37 2016 +0200 Fix build commit 03060e850a2689da8ef4a9593d7dc45a541d81e0 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 10:49:19 2016 +0200 Struts security update commit 5b6bf71427483bf00791320690835d495ac5dc48 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 10:48:47 2016 +0200 Update parent Summary of changes: coser-ui/README.txt => README.md | 0 changelog.txt | 119 --------------------- .../changelog.txt => coser-business/README.md | 0 coser-business/README.txt | 0 coser-business/changelog.txt | 0 README.txt => coser-ui/README.md | 0 coser-ui/changelog.txt | 0 coser-web/{README.txt => README.md} | 0 pom.xml | 15 ++- 9 files changed, 7 insertions(+), 127 deletions(-) rename coser-ui/README.txt => README.md (100%) delete mode 100644 changelog.txt rename coser-web/changelog.txt => coser-business/README.md (100%) delete mode 100644 coser-business/README.txt delete mode 100644 coser-business/changelog.txt rename README.txt => coser-ui/README.md (100%) delete mode 100644 coser-ui/changelog.txt rename coser-web/{README.txt => README.md} (100%) -- 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 coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 5b6bf71427483bf00791320690835d495ac5dc48 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 10:48:47 2016 +0200 Update parent --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4a3d6cc..2df9199 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>6</version> + <version>10.1</version> </parent> <groupId>fr.ifremer</groupId> @@ -63,12 +63,6 @@ <connection>scm:git:git@gitlab.nuiton.org:codelutin/coser.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/coser.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> -- 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 coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 03060e850a2689da8ef4a9593d7dc45a541d81e0 Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 10:49:19 2016 +0200 Struts security update --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2df9199..ee96a69 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,7 @@ <jaxxVersion>2.8.6</jaxxVersion> <nuitonI18nVersion>3.1</nuitonI18nVersion> <nuitonMatrixVersion>2.3.3</nuitonMatrixVersion> - <strutsVersion>2.3.16.1</strutsVersion> + <strutsVersion>2.3.30</strutsVersion> <nuitonReportPluginVersion>3.0</nuitonReportPluginVersion> <!-- Site configuration --> -- 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 coser. See https://gitlab.nuiton.org/codelutin/coser.git commit 763893c7a256ae5435f325a5ef4c24bd91025eae Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Jul 25 11:08:37 2016 +0200 Fix build --- coser-ui/README.txt => README.md | 0 changelog.txt | 119 --------------------- .../changelog.txt => coser-business/README.md | 0 coser-business/README.txt | 0 coser-business/changelog.txt | 0 README.txt => coser-ui/README.md | 0 coser-ui/changelog.txt | 0 coser-web/{README.txt => README.md} | 0 pom.xml | 5 + 9 files changed, 5 insertions(+), 119 deletions(-) diff --git a/coser-ui/README.txt b/README.md similarity index 100% rename from coser-ui/README.txt rename to README.md diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index 9558e6e..0000000 --- a/changelog.txt +++ /dev/null @@ -1,119 +0,0 @@ -Coser release notes -=================== - -1.0.7 ------ - - * Update web site texts - -1.0.6 ------ - - * Fix command parsing when comment was containing special control char ' - * Fix double min decimal check with negative values - * Update to jQuery 1.6.1 - * Update to HttpComponent Core 4.1.1 - -1.0.5 ------ - - * Add data list chooser in community graph generation - * Udpate to jquery 1.6 - -1.0.4 ------ - - * Add new test on website (about Information.pdf file) - * Fix result upload merge after upload (could have one type change instead - of no type all all) - * Fix year axis label (not depend from website locale) - -1.0.3 ------ - - * Display map with zone instead of survey name - * Allow _ in strata name - * Fix double with exponent and fixed decimal count check - * Fix selection comment reload - * Remove replay selection menu - * Set english website help link to correct locale - * Fix filter ui layout - * Add control about surface attributes to be positive only - * Fix some translation - * Update to jQuery 1.5.2 - * Update to rSyntaxTextArea 1.5.0 - * Update to HttpComponent 4.1.1 - -1.0.2 ------ - - * Add new controls about missing species in catch and length files - * Add new controls about missing haul in haul, catch and length files - * Add new controls about missing strata in strata and haul files - * Sort configuration window options - -1.0.1 ------ - - * In selection details sort strata by names - * Add comparison catch/length graph on lists selection ui - * Add title for sampling effort data table - * Fix resources copy on javawebstart launch - * Fix selection file filtering after year/strata/species selection - -1.0 ---- - - * Add control view default split pane size - * Display only filename when a create project error is detected - * Increase heap memory to 1024M - * Display species in italic style in generated pdf meta file - * Add application zone in chart title - * Add context support in application config for deploiement - * Autoselection next selection accordion after validation - * Global i18n changes - * Add info about context menu - * Add documents page on website - * Set website url to production environment - * Update jquery to 1.5 - * Fix coser classloader in javawebstart context - * Add breadcrumb on all pages - * Add website cumputed indices pdf files - * Add coser logo in main view - * Move lat/long decimal check control to warning level - * Fix length structure length half step compute - -1.0.0-beta3 ------------ - - * Add sample breadcrumb - * Add images legend for in distibution map last page - * Name extracted result archive as Coserextract<dateofday> - * Add coser logo and website favicon - * Improve quality advertisement checkbox with form submit - * Add top anchor on survey description page - * Fix pdf generation containing non escaped html entities - * List projects names sorted alphabetically - * Fix website texts - * Close extract/upload view after extraction/upload - * Add wait cursor in add rsufi result view - * Add creation date in rsufi data extraction - * Name rsufi data extraction directory : RSUFI_DATA_projectname - * Remember configuration window size - * Fix LengthStruture graph bounds with null values - * FileChooser opened to projectsDirectory - * Update jaxx to 2.3 - * Update nuiton-widgets to 1.1.1 - * Update nuiton-i18n to 2.3 - -1.0.0-beta2 ------------ - - * Fix input stream progress read() buffer bug - * Add selection name in rsufi extracted information file - * Add missing images : C_Crustaflam.png et C_Noursom.png - -1.0.0-beta1 ------------ - - * Initial beta release. diff --git a/coser-web/changelog.txt b/coser-business/README.md similarity index 100% rename from coser-web/changelog.txt rename to coser-business/README.md diff --git a/coser-business/README.txt b/coser-business/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coser-business/changelog.txt b/coser-business/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/README.txt b/coser-ui/README.md similarity index 100% rename from README.txt rename to coser-ui/README.md diff --git a/coser-ui/changelog.txt b/coser-ui/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/coser-web/README.txt b/coser-web/README.md similarity index 100% rename from coser-web/README.txt rename to coser-web/README.md diff --git a/pom.xml b/pom.xml index ee96a69..82a3d89 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,11 @@ <locales>fr,en</locales> <siteSourcesType>rst</siteSourcesType> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> + <ciViewId>Coser</ciViewId> + </properties> <repositories> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm