branch develop updated (ae8343b -> d319fc2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git from ae8343b Migration vers gitlab + simplification configuration des sites new d319fc2 Update parent pom The 1 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 d319fc24f2408920c125dc793adf74ebde4d52ec Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:30:24 2016 +0200 Update parent pom Summary of changes: README.txt => README.md | 0 changelog.txt | 62 ---------------------- .../changelog.txt => nuiton-matrix-gui/README.md | 0 nuiton-matrix-gui/README.txt | 0 nuiton-matrix-gui/changelog.txt | 0 nuiton-matrix/{README.txt => README.md} | 0 pom.xml | 12 ++--- 7 files changed, 5 insertions(+), 69 deletions(-) rename README.txt => README.md (100%) delete mode 100644 changelog.txt rename nuiton-matrix/changelog.txt => nuiton-matrix-gui/README.md (100%) delete mode 100644 nuiton-matrix-gui/README.txt delete mode 100644 nuiton-matrix-gui/changelog.txt rename nuiton-matrix/{README.txt => README.md} (100%) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository nuiton-matrix. See https://gitlab.nuiton.org/nuiton/nuiton-matrix.git commit d319fc24f2408920c125dc793adf74ebde4d52ec Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 10:30:24 2016 +0200 Update parent pom --- README.txt => README.md | 0 changelog.txt | 62 ---------------------- .../changelog.txt => nuiton-matrix-gui/README.md | 0 nuiton-matrix-gui/README.txt | 0 nuiton-matrix-gui/changelog.txt | 0 nuiton-matrix/{README.txt => README.md} | 0 pom.xml | 12 ++--- 7 files changed, 5 insertions(+), 69 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/changelog.txt b/changelog.txt deleted file mode 100644 index ed98551..0000000 --- a/changelog.txt +++ /dev/null @@ -1,62 +0,0 @@ -ver-2.0.1 chatellier - * MatrixPanelEditor panel listeners are now 'non weak references' - * MatrixPanelEditor has been rewritten is Jaxx (some breakage may occur) - * JAXXMatrixEditor has been deprecated (use MatrixPanelEditor) - * Display translated column names (i18n) - -ver-2.0 chatellier - * rename some methods (make originals deprecated) - * add generics - * improve javadoc - -ver-1.3 chatellier 2009xxxx - * Move test to junit 4 - * Update copyright - * Ajout de la serialisation des matrices - -ver-1.2 chemit 20090218 - * Switch to lutinutil 1.0 - * Use lutinproject:3.4 - -ver-1.1 - * Switch to LGPL v3 - * Update site on maven2 - * Comment lutinxml dependent tests - * Remove unnecessary files - * Update pom (super-pom, version) - -ver-0-17 - * suppress MatrixNDXMLConverter.java and MatrixXMLDelegator.java - * add reduceDims method to reduce on specific dimension - * add sumAll to compute the sum on all value in matrix - -ver-0-16 - * support matrix 1D for importCSV - * add sumOverDim(dim, start, nb) - -ver-0-15 - - * add DoubleBigVector backend for matrix - * add SemanticList to keep semantics (list with optimized indexOf) - * MatrixPanel throw event when past is done in matrix - -ver-0-14 - - * correction bug importCSV et convertStringToList qui ne comprennaient pas - les exposants: 5.0E-7 - -ver-0-13 - - * ajout du menu contextuel - * ajout d'optimisation - -ver-0-12 - - * utilisation de l'interface vector pour representer la matrice dans la - couche la plus basse - * utilisation de double dans les signatures seul l'implantation des - vectors peuvent utiliser les floats si besoin - -ver-0-11 - - * utilisation de float a la place de double diff --git a/nuiton-matrix/changelog.txt b/nuiton-matrix-gui/README.md similarity index 100% rename from nuiton-matrix/changelog.txt rename to nuiton-matrix-gui/README.md diff --git a/nuiton-matrix-gui/README.txt b/nuiton-matrix-gui/README.txt deleted file mode 100644 index e69de29..0000000 diff --git a/nuiton-matrix-gui/changelog.txt b/nuiton-matrix-gui/changelog.txt deleted file mode 100644 index e69de29..0000000 diff --git a/nuiton-matrix/README.txt b/nuiton-matrix/README.md similarity index 100% rename from nuiton-matrix/README.txt rename to nuiton-matrix/README.md diff --git a/pom.xml b/pom.xml index be30f52..1d96144 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>5</version> + <version>10.2</version> </parent> <artifactId>matrix</artifactId> @@ -64,16 +64,14 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-matrix</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> <!-- redmine project Id --> <projectId>nuiton-matrix</projectId> + <ciViewId>nuiton-matrix</ciViewId> + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <jaxxVersion>2.22</jaxxVersion> <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm