branch develop updated (2717a65 -> 9df54e4)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-matrix. See http://git.nuiton.org/nuiton-matrix.git from 2717a65 fixes #3566 The complete row looks selected when only a cell is selected new 15bdbd4 Refs #3478: Update libs new 9df54e4 gitignore 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 9df54e443a976449993fa8faf2cfdb3833b5530e Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:42 2014 +0000 gitignore commit 15bdbd4e2fcfa70a8e639a2688c53b2d8ede7cba Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:23 2014 +0000 Refs #3478: Update libs Summary of changes: .gitignore | 2 ++ nuiton-matrix-gui/.gitignore | 3 +++ nuiton-matrix/.gitignore | 3 +++ pom.xml | 12 ++++++------ 4 files changed, 14 insertions(+), 6 deletions(-) create mode 100644 nuiton-matrix-gui/.gitignore create mode 100644 nuiton-matrix/.gitignore -- 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 http://git.nuiton.org/nuiton-matrix.git commit 15bdbd4e2fcfa70a8e639a2688c53b2d8ede7cba Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:23 2014 +0000 Refs #3478: Update libs --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 9a3304c..058018c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.5</version> + <version>1.6</version> </parent> <artifactId>matrix</artifactId> @@ -76,9 +76,9 @@ <!-- redmine project Id --> <projectId>nuiton-matrix</projectId> - <jaxxVersion>2.8.5</jaxxVersion> - <nuitonUtilsVersion>3.0-rc-2</nuitonUtilsVersion> - <nuitonI18nVersion>3.1</nuitonI18nVersion> + <jaxxVersion>2.18</jaxxVersion> + <nuitonUtilsVersion>3.0-rc-8</nuitonUtilsVersion> + <nuitonI18nVersion>3.3</nuitonI18nVersion> <!-- Documentation en francais --> <locales>fr</locales> @@ -161,7 +161,7 @@ <dependency> <groupId>org.jfree</groupId> <artifactId>jfreechart</artifactId> - <version>1.0.17</version> + <version>1.0.19</version> <scope>compile</scope> <exclusions> <exclusion> @@ -174,7 +174,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.11</version> + <version>4.12</version> <scope>test</scope> </dependency> -- 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 http://git.nuiton.org/nuiton-matrix.git commit 9df54e443a976449993fa8faf2cfdb3833b5530e Author: Eric Chatellier <eric.chatellier@gmail.com> Date: Sun Dec 7 17:59:42 2014 +0000 gitignore --- .gitignore | 2 ++ nuiton-matrix-gui/.gitignore | 3 +++ nuiton-matrix/.gitignore | 3 +++ 3 files changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 9c102da..5253326 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /*/*.iws /*/*~ /*/target +/.settings/ +/.project diff --git a/nuiton-matrix-gui/.gitignore b/nuiton-matrix-gui/.gitignore new file mode 100644 index 0000000..fbdf7eb --- /dev/null +++ b/nuiton-matrix-gui/.gitignore @@ -0,0 +1,3 @@ +/.classpath +/.project +/.settings/ diff --git a/nuiton-matrix/.gitignore b/nuiton-matrix/.gitignore new file mode 100644 index 0000000..fbdf7eb --- /dev/null +++ b/nuiton-matrix/.gitignore @@ -0,0 +1,3 @@ +/.classpath +/.project +/.settings/ -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm