branch develop updated (06a0ae4 -> 02a80c2)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository jaxx. See http://git.nuiton.org/jaxx.git from 06a0ae4 [jgitflow-maven-plugin]updating poms for 2.19-SNAPSHOT development new fa073f6 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts new a14123e do release 2.18 new 9d79b78 do release 2.18 new 20a647a [jgitflow-maven-plugin]updating poms for branch'release/2.18' with non-snapshot versions new a3b748e Merge branch 'release/2.18' new e9745b6 Merge branch 'master' into develop new 02a80c2 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 7 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 02a80c2d3bd87334c04cda09a08400f2280eb756 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:08 2014 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit e9745b6e300b7fbc71bb10cf508b943f0b31eabd Merge: fa073f6 a3b748e Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:07 2014 +0000 Merge branch 'master' into develop commit fa073f695b511f1105ea652446fbe37f41178fee Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:06 2014 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit a3b748e9b64951506ede6c9b972db83fc9c7b28b Merge: be79f3c 20a647a Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:02 2014 +0000 Merge branch 'release/2.18' commit 20a647acc609825f7be218b77efe7c6a9d5f6f86 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:31:08 2014 +0000 [jgitflow-maven-plugin]updating poms for branch'release/2.18' with non-snapshot versions commit 9d79b78283c236599895e854f6dfdf2740588d75 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:30:52 2014 +0000 do release 2.18 commit a14123eb0e8f84304884496660fe16b81ccad99f Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:30:37 2014 +0000 do release 2.18 Summary of changes: .../jaxx/widgets/datetime/TimeEditorDemo.css | 4 ++-- .../widgets/datetime/TimeEditorDemoHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorDemoModel.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListDemo.css | 4 ++-- .../select/FilterableDoubleListDemoHandler.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListDemoModel.java | 22 ++++++++++++++++++++++ .../src/main/java/jaxx/runtime/swing/JTables.java | 22 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 5 +++-- .../nuiton/jaxx/widgets/DecoratorPopupHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/JaxxWidgetRuntimeException.java | 22 ++++++++++++++++++++++ .../nuiton/jaxx/widgets/datetime/TimeEditor.css | 4 ++-- .../jaxx/widgets/datetime/TimeEditorHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorModel.java | 22 ++++++++++++++++++++++ .../widgets/datetime/TimeSliderInitializer.java | 22 ++++++++++++++++++++++ .../datetime/session/DateTimeEditorState.java | 22 ++++++++++++++++++++++ .../widgets/datetime/session/TimeEditorState.java | 22 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 5 +++-- .../src/license/THIRD-PARTY.properties | 5 +++-- .../jaxx/widgets/select/FilterableDoubleList.css | 4 ++-- .../widgets/select/FilterableDoubleListConfig.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListHandler.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListModel.java | 22 ++++++++++++++++++++++ .../select/session/FilterableDoubleListState.java | 22 ++++++++++++++++++++++ 23 files changed, 369 insertions(+), 14 deletions(-) copy {jaxx-widgets-datetime => jaxx-widgets-common}/src/license/THIRD-PARTY.properties (91%) copy {jaxx-widgets-datetime => jaxx-widgets-number}/src/license/THIRD-PARTY.properties (91%) copy {jaxx-widgets-datetime => jaxx-widgets-select}/src/license/THIRD-PARTY.properties (91%) -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit a14123eb0e8f84304884496660fe16b81ccad99f Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:30:37 2014 +0000 do release 2.18 --- .../jaxx/widgets/datetime/TimeEditorDemo.css | 4 ++-- .../widgets/datetime/TimeEditorDemoHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorDemoModel.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListDemo.css | 4 ++-- .../select/FilterableDoubleListDemoHandler.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListDemoModel.java | 22 ++++++++++++++++++++++ .../src/main/java/jaxx/runtime/swing/JTables.java | 22 ++++++++++++++++++++++ .../nuiton/jaxx/widgets/DecoratorPopupHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/JaxxWidgetRuntimeException.java | 22 ++++++++++++++++++++++ .../nuiton/jaxx/widgets/datetime/TimeEditor.css | 4 ++-- .../jaxx/widgets/datetime/TimeEditorHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorModel.java | 22 ++++++++++++++++++++++ .../widgets/datetime/TimeSliderInitializer.java | 22 ++++++++++++++++++++++ .../datetime/session/DateTimeEditorState.java | 22 ++++++++++++++++++++++ .../widgets/datetime/session/TimeEditorState.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/select/FilterableDoubleList.css | 4 ++-- .../widgets/select/FilterableDoubleListConfig.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListHandler.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListModel.java | 22 ++++++++++++++++++++++ .../select/session/FilterableDoubleListState.java | 22 ++++++++++++++++++++++ 20 files changed, 360 insertions(+), 8 deletions(-) diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.css b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.css index 044a585..2dd95e2 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.css +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemo.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java index 2a75857..a0ad6de 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoHandler.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.spi.UIHandler; import java.text.DateFormat; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java index 64cbcbf..b6834bf 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/datetime/TimeEditorDemoModel.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.jdesktop.beans.AbstractSerializableBean; import java.util.Date; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.css b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.css index bdedb6a..deca048 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.css +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemo.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java index a1f6124..c6edefc 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoHandler.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.widgets.select; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.demo.entities.DemoDataProvider; import jaxx.demo.entities.DemoDecoratorProvider; import jaxx.demo.entities.People; diff --git a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java index 0c51c37..a0fb5ee 100644 --- a/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java +++ b/jaxx-demo/src/main/java/jaxx/demo/component/jaxx/widgets/select/FilterableDoubleListDemoModel.java @@ -1,5 +1,27 @@ package jaxx.demo.component.jaxx.widgets.select; +/* + * #%L + * JAXX :: Demo + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.demo.entities.People; import org.jdesktop.beans.AbstractSerializableBean; diff --git a/jaxx-runtime/src/main/java/jaxx/runtime/swing/JTables.java b/jaxx-runtime/src/main/java/jaxx/runtime/swing/JTables.java index 7fc4e4d..f5d93c6 100644 --- a/jaxx-runtime/src/main/java/jaxx/runtime/swing/JTables.java +++ b/jaxx-runtime/src/main/java/jaxx/runtime/swing/JTables.java @@ -1,5 +1,27 @@ package jaxx.runtime.swing; +/* + * #%L + * JAXX :: Runtime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java index 8ae145c..3a07fc5 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/DecoratorPopupHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets; +/* + * #%L + * JAXX :: Widgets Common + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.swing.JAXXButtonGroup; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; diff --git a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java index 0bcdd6d..69d527d 100644 --- a/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java +++ b/jaxx-widgets-common/src/main/java/org/nuiton/jaxx/widgets/JaxxWidgetRuntimeException.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets; +/* + * #%L + * JAXX :: Widgets Common + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + /** * A none checked exception to use in widgets. * diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.css b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.css index 7424960..e395aea 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.css +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditor.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java index bd206b9..0db83aa 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.common.base.Predicate; import jaxx.runtime.spi.UIHandler; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java index 6c43776..fb2100f 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeEditorModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.common.base.Predicate; import org.jdesktop.beans.AbstractSerializableBean; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java index 090e2fe..ba56c10 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/TimeSliderInitializer.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import javax.swing.JLabel; import javax.swing.JSlider; import javax.swing.plaf.basic.BasicSliderUI; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java index eae97f4..104e8dd 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/DateTimeEditorState.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime.session; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.swing.session.State; import org.nuiton.jaxx.widgets.datetime.DateTimeEditor; diff --git a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java index 74337f9..25a87a7 100644 --- a/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java +++ b/jaxx-widgets-datetime/src/main/java/org/nuiton/jaxx/widgets/datetime/session/TimeEditorState.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.datetime.session; +/* + * #%L + * JAXX :: Widgets DateTime + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.swing.session.State; import org.nuiton.jaxx.widgets.datetime.TimeEditor; diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.css b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.css index 3386232..5f8ffad 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.css +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleList.css @@ -8,12 +8,12 @@ * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Lesser Public License for more details. - * + * * You should have received a copy of the GNU General Lesser Public * License along with this program. If not, see * <http://www.gnu.org/licenses/lgpl-3.0.html>. diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java index caf5de3..c910980 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListConfig.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.select; +/* + * #%L + * JAXX :: Widgets Select + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import java.io.Serializable; /** diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java index cf1749f..ab712bd 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListHandler.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.select; +/* + * #%L + * JAXX :: Widgets Select + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import com.google.common.base.Preconditions; import com.google.common.base.Predicate; import com.google.common.base.Predicates; diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java index f336c51..18a83e2 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/FilterableDoubleListModel.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.select; +/* + * #%L + * JAXX :: Widgets Select + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.swing.model.JaxxDefaultListModel; import jaxx.runtime.swing.model.JaxxFilterableListModel; import org.jdesktop.beans.AbstractSerializableBean; diff --git a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java index 4ff6bc1..12d5ac7 100644 --- a/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java +++ b/jaxx-widgets-select/src/main/java/org/nuiton/jaxx/widgets/select/session/FilterableDoubleListState.java @@ -1,5 +1,27 @@ package org.nuiton.jaxx.widgets.select.session; +/* + * #%L + * JAXX :: Widgets Select + * %% + * Copyright (C) 2008 - 2014 CodeLutin + * %% + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as + * published by the Free Software Foundation, either version 3 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Lesser Public License for more details. + * + * You should have received a copy of the GNU General Lesser Public + * License along with this program. If not, see + * <http://www.gnu.org/licenses/lgpl-3.0.html>. + * #L% + */ + import jaxx.runtime.swing.session.State; import org.nuiton.jaxx.widgets.select.FilterableDoubleList; -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit 9d79b78283c236599895e854f6dfdf2740588d75 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:30:52 2014 +0000 do release 2.18 --- .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ 3 files changed, 63 insertions(+) diff --git a/jaxx-widgets-common/src/license/THIRD-PARTY.properties b/jaxx-widgets-common/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..fd2d037 --- /dev/null +++ b/jaxx-widgets-common/src/license/THIRD-PARTY.properties @@ -0,0 +1,21 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Eclipse Public License 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - New BSD License +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Dec 05 08:28:11 UTC 2014 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/jaxx-widgets-number/src/license/THIRD-PARTY.properties b/jaxx-widgets-number/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..9df2e4f --- /dev/null +++ b/jaxx-widgets-number/src/license/THIRD-PARTY.properties @@ -0,0 +1,21 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Eclipse Public License 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - New BSD License +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Dec 05 08:28:13 UTC 2014 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 diff --git a/jaxx-widgets-select/src/license/THIRD-PARTY.properties b/jaxx-widgets-select/src/license/THIRD-PARTY.properties new file mode 100644 index 0000000..bd3bfad --- /dev/null +++ b/jaxx-widgets-select/src/license/THIRD-PARTY.properties @@ -0,0 +1,21 @@ +# Generated by org.codehaus.mojo.license.AddThirdPartyMojo +#------------------------------------------------------------------------------- +# Already used licenses in project : +# - BSD License +# - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 +# - Eclipse Public License 1.0 +# - GNU General Public License - Version 2 with the class path exception +# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - Lesser General Public License (LGPL) +# - Lesser General Public License (LGPL) v 3.0 +# - Lesser General Public License (LPGL) +# - Lesser General Public License (LPGL) v 2.1 +# - MIT License +# - New BSD License +# - The Apache Software License, Version 2.0 +#------------------------------------------------------------------------------- +# Please fill the missing licenses for dependencies : +# +# +#Fri Dec 05 08:28:18 UTC 2014 +commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit 20a647acc609825f7be218b77efe7c6a9d5f6f86 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:31:08 2014 +0000 [jgitflow-maven-plugin]updating poms for branch'release/2.18' with non-snapshot versions --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index 7e49a29..b5dcd9d 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 3d091f1..165d77a 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index cc4d5d3..e751b32 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index 47d9db2..a2dfa5b 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index b8fa3fa..b1743cb 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index 66ac4fa..b672b38 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 271e8fb..8232ce5 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 477ad8e..39726b5 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index 6087753..d49a69e 100644 --- a/jaxx-widgets-common/pom.xml +++ b/jaxx-widgets-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 42dc418..8450d79 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index dfa2279..fffd20d 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 60ec5dc..8fb2964 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 7ca62f2..db2b7c7 100644 --- a/jaxx-widgets-number/pom.xml +++ b/jaxx-widgets-number/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 07d0f4c..45a8683 100644 --- a/jaxx-widgets-select/pom.xml +++ b/jaxx-widgets-select/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index c987112..a6cfa39 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 2f7c30e..ddd51ea 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.18-SNAPSHOT</version> + <version>2.18</version> <modules> <module>jaxx-runtime</module> -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit a3b748e9b64951506ede6c9b972db83fc9c7b28b Merge: be79f3c 20a647a Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:02 2014 +0000 Merge branch 'release/2.18' jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- .../application/swing/util/ApplicationUIUtil.java | 80 +-- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 14 +- .../component/jaxx/editor/NumberEditorDemo.jaxx | 18 +- .../demo/component/jaxx/editor/TimeEditorDemo.jaxx | 24 +- .../datetime/DateTimeEditorDemo.css | 18 + .../datetime/DateTimeEditorDemo.jaxx | 15 + .../datetime/DateTimeEditorDemoHandler.java | 2 +- .../datetime/DateTimeEditorDemoModel.java | 2 +- .../datetime/TimeEditorDemo.css} | 50 +- .../datetime/TimeEditorDemo.jaxx} | 21 +- .../datetime/TimeEditorDemoHandler.java} | 38 +- .../jaxx/widgets/datetime/TimeEditorDemoModel.java | 27 +- .../gis/CoordinatesEditorDemo.css | 6 + .../gis/CoordinatesEditorDemo.jaxx | 3 +- .../gis/CoordinatesEditorDemoHandler.java | 2 +- .../gis/CoordinatesEditorDemoModel.java | 2 +- .../number/NumberEditorDemo.css} | 2 +- .../number/NumberEditorDemo.jaxx} | 11 +- .../number/NumberEditorDemoHandler.java} | 10 +- .../number/NumberEditorDemoModel.java} | 4 +- .../widgets/select/FilterableDoubleListDemo.css | 68 +++ .../select/FilterableDoubleListDemo.jaxx} | 28 +- .../select/FilterableDoubleListDemoHandler.java | 98 ++++ .../select/FilterableDoubleListDemoModel.java} | 36 +- .../main/java/jaxx/demo/tree/DemoDataProvider.java | 52 +- .../main/resources/i18n/jaxx-demo_en_GB.properties | 23 +- .../main/resources/i18n/jaxx-demo_es_ES.properties | 19 + .../main/resources/i18n/jaxx-demo_fr_FR.properties | 23 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- .../src/main/java/jaxx/runtime/SwingUtil.java | 6 + .../src/main/java/jaxx/runtime/swing/JTables.java | 117 +++++ .../runtime/swing/model/JaxxDefaultListModel.java | 42 +- .../swing/model/JaxxFilterableListModel.java | 6 + .../swing/renderer/BooleanCellRenderer.java | 46 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/LICENSE.txt | 165 ++++++ jaxx-widgets-common/README.txt | 2 + {jaxx-config => jaxx-widgets-common}/pom.xml | 78 +-- .../src/license/THIRD-PARTY.properties | 21 + .../nuiton/jaxx/widgets/DecoratorPopupHandler.java | 186 +++++++ .../jaxx/widgets/JaxxWidgetRuntimeException.java | 27 +- .../java/org/nuiton/jaxx/widgets/ModelToBean.java | 2 +- .../MutateOnConditionalPropertyChangeListener.java | 27 +- .../i18n/jaxx-widgets-common_en_GB.properties | 8 + .../i18n/jaxx-widgets-common_es_ES.properties | 8 + .../i18n/jaxx-widgets-common_fr_FR.properties | 8 + .../main/resources/icons/action-bean-sort-down.png | Bin 0 -> 594 bytes .../main/resources/icons/action-bean-sort-up.png | Bin 0 -> 599 bytes .../src/main/resources/icons/action-bean-sort.png | Bin 0 -> 463 bytes jaxx-widgets-common/src/site/site.xml | 46 ++ .../src/test/resources/log4j.properties | 31 ++ jaxx-widgets-datetime/pom.xml | 9 +- .../jaxx/widgets/datetime/DateTimeEditor.css | 11 +- .../jaxx/widgets/datetime/DateTimeEditor.jaxx | 8 +- .../widgets/datetime/DateTimeEditorHandler.java | 165 +----- .../jaxx/widgets/datetime/DateTimeEditorModel.java | 49 +- .../{DateTimeEditor.css => TimeEditor.css} | 15 +- .../{DateTimeEditor.jaxx => TimeEditor.jaxx} | 32 +- .../jaxx/widgets/datetime/TimeEditorHandler.java | 233 +++++++++ .../jaxx/widgets/datetime/TimeEditorModel.java | 245 +++++++++ .../widgets/datetime/TimeSliderInitializer.java | 174 +++++++ .../datetime/session/DateTimeEditorState.java | 76 +++ .../widgets/datetime/session/TimeEditorState.java | 76 +++ .../i18n/jaxx-widgets-datetime_en_GB.properties | 5 +- .../i18n/jaxx-widgets-datetime_es_ES.properties | 9 +- .../i18n/jaxx-widgets-datetime_fr_FR.properties | 5 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- .../org/nuiton/jaxx/widgets/gis/DmdCoordinate.java | 5 +- .../gis/absolute/AbsoluteDdCoordinateEditor.jaxx | 4 +- .../AbsoluteDdCoordinateEditorHandler.java | 47 +- .../gis/absolute/AbsoluteDmdCoordinateEditor.jaxx | 4 +- .../AbsoluteDmdCoordinateEditorHandler.java | 49 +- .../gis/absolute/AbsoluteDmsCoordinateEditor.jaxx | 4 +- .../AbsoluteDmsCoordinateEditorHandler.java | 34 +- .../jaxx/widgets/gis/absolute/CoordinateEditor.css | 12 +- .../widgets/gis/absolute/CoordinatesEditor.css | 4 + .../widgets/gis/absolute/CoordinatesEditor.jaxx | 97 ++-- .../jaxx/widgets/gis/signed/CoordinateEditor.css | 10 +- .../gis/signed/SignedDdCoordinateEditor.jaxx | 6 +- .../gis/signed/SignedDmdCoordinateEditor.jaxx | 4 +- .../signed/SignedDmdCoordinateEditorHandler.java | 2 +- .../gis/signed/SignedDmsCoordinateEditor.jaxx | 4 +- .../i18n/jaxx-widgets-gis_fr_FR.properties | 4 +- .../widgets/gis/DmdCoordinateConverterTest.java | 34 +- jaxx-widgets-number/LICENSE.txt | 165 ++++++ jaxx-widgets-number/README.txt | 2 + {jaxx-widgets-gis => jaxx-widgets-number}/pom.xml | 36 +- .../src/license/THIRD-PARTY.properties | 21 + .../jaxx/widgets/number}/NumberCellEditor.java | 16 +- .../nuiton/jaxx/widgets/number/NumberEditor.css | 0 .../nuiton/jaxx/widgets/number/NumberEditor.jaxx | 2 +- .../jaxx/widgets/number/NumberEditorConfig.java | 4 +- .../jaxx/widgets/number/NumberEditorHandler.java | 36 +- .../jaxx/widgets/number/NumberEditorModel.java | 16 +- .../i18n/jaxx-widgets-number_en_GB.properties | 14 + .../i18n/jaxx-widgets-number_es_ES.properties | 14 + .../i18n/jaxx-widgets-number_fr_FR.properties | 14 + .../icons/action-numbereditor-calculator.png | Bin 0 -> 543 bytes .../resources/icons/action-numbereditor-reset.png | Bin .../icons/action-numbereditor-validate.png | Bin 0 -> 537 bytes jaxx-widgets-number/src/site/site.xml | 46 ++ .../src/test/resources/log4j.properties | 31 ++ jaxx-widgets-select/LICENSE.txt | 165 ++++++ jaxx-widgets-select/README.txt | 2 + {jaxx-widgets-gis => jaxx-widgets-select}/pom.xml | 38 +- .../src/license/THIRD-PARTY.properties | 21 + .../jaxx/widgets/select/FilterableDoubleList.css | 124 +++++ .../jaxx/widgets/select/FilterableDoubleList.jaxx | 154 ++++++ .../widgets/select/FilterableDoubleListConfig.java | 90 ++++ .../select/FilterableDoubleListHandler.java | 572 +++++++++++++++++++++ .../widgets/select/FilterableDoubleListModel.java | 403 +++++++++++++++ .../select/session/FilterableDoubleListState.java | 88 ++++ .../i18n/jaxx-widgets-select_en_GB.properties | 14 + .../i18n/jaxx-widgets-select_es_ES.properties | 14 + .../i18n/jaxx-widgets-select_fr_FR.properties | 14 + .../resources/icons/action-doublelist-down.png | Bin 0 -> 379 bytes .../resources/icons/action-doublelist-filter.png | Bin 0 -> 3615 bytes .../resources/icons/action-doublelist-reset.png | Bin .../resources/icons/action-doublelist-select.png | Bin 0 -> 349 bytes .../resources/icons/action-doublelist-sort.png | Bin 0 -> 574 bytes .../resources/icons/action-doublelist-unselect.png | Bin 0 -> 345 bytes .../main/resources/icons/action-doublelist-up.png | Bin 0 -> 372 bytes jaxx-widgets-select/src/site/site.xml | 46 ++ .../src/test/resources/log4j.properties | 31 ++ jaxx-widgets/pom.xml | 2 +- .../jaxx/runtime/swing/editor/bean/BeanUIUtil.java | 2 +- .../swing/list/filter/CheckListFilterType.java | 50 +- pom.xml | 15 +- 134 files changed, 4419 insertions(+), 819 deletions(-) -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit fa073f695b511f1105ea652446fbe37f41178fee Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:06 2014 +0000 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index e030e94..b5dcd9d 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index f251446..165d77a 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index 7936eec..e751b32 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index a47d90e..a2dfa5b 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index 1c86a5f..b1743cb 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index a9c21b7..b672b38 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 03635e5..8232ce5 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 36b01ca..39726b5 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index 08deac3..d49a69e 100644 --- a/jaxx-widgets-common/pom.xml +++ b/jaxx-widgets-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index e14710c..8450d79 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index 2dd6628..fffd20d 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 94efda5..8fb2964 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index 74bfa32..db2b7c7 100644 --- a/jaxx-widgets-number/pom.xml +++ b/jaxx-widgets-number/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index de92ade..45a8683 100644 --- a/jaxx-widgets-select/pom.xml +++ b/jaxx-widgets-select/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index 83a2288..a6cfa39 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index 66f1714..ddd51ea 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.19-SNAPSHOT</version> + <version>2.18</version> <modules> <module>jaxx-runtime</module> -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit e9745b6e300b7fbc71bb10cf508b943f0b31eabd Merge: fa073f6 a3b748e Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:07 2014 +0000 Merge branch 'master' into develop .../jaxx/widgets/datetime/TimeEditorDemo.css | 4 ++-- .../widgets/datetime/TimeEditorDemoHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorDemoModel.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListDemo.css | 4 ++-- .../select/FilterableDoubleListDemoHandler.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListDemoModel.java | 22 ++++++++++++++++++++++ .../src/main/java/jaxx/runtime/swing/JTables.java | 22 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ .../nuiton/jaxx/widgets/DecoratorPopupHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/JaxxWidgetRuntimeException.java | 22 ++++++++++++++++++++++ .../nuiton/jaxx/widgets/datetime/TimeEditor.css | 4 ++-- .../jaxx/widgets/datetime/TimeEditorHandler.java | 22 ++++++++++++++++++++++ .../jaxx/widgets/datetime/TimeEditorModel.java | 22 ++++++++++++++++++++++ .../widgets/datetime/TimeSliderInitializer.java | 22 ++++++++++++++++++++++ .../datetime/session/DateTimeEditorState.java | 22 ++++++++++++++++++++++ .../widgets/datetime/session/TimeEditorState.java | 22 ++++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ .../src/license/THIRD-PARTY.properties | 21 +++++++++++++++++++++ .../jaxx/widgets/select/FilterableDoubleList.css | 4 ++-- .../widgets/select/FilterableDoubleListConfig.java | 22 ++++++++++++++++++++++ .../select/FilterableDoubleListHandler.java | 22 ++++++++++++++++++++++ .../widgets/select/FilterableDoubleListModel.java | 22 ++++++++++++++++++++++ .../select/session/FilterableDoubleListState.java | 22 ++++++++++++++++++++++ 23 files changed, 423 insertions(+), 8 deletions(-) -- 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 jaxx. See http://git.nuiton.org/jaxx.git commit 02a80c2d3bd87334c04cda09a08400f2280eb756 Author: Maven Release <maven-release@codelutin.com> Date: Fri Dec 5 08:35:08 2014 +0000 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- jaxx-application-api/pom.xml | 2 +- jaxx-application-swing/pom.xml | 2 +- jaxx-compiler/pom.xml | 2 +- jaxx-config/pom.xml | 2 +- jaxx-demo/pom.xml | 2 +- jaxx-maven-plugin/pom.xml | 2 +- jaxx-runtime/pom.xml | 2 +- jaxx-validator/pom.xml | 2 +- jaxx-widgets-common/pom.xml | 2 +- jaxx-widgets-datetime/pom.xml | 2 +- jaxx-widgets-extra/pom.xml | 2 +- jaxx-widgets-gis/pom.xml | 2 +- jaxx-widgets-number/pom.xml | 2 +- jaxx-widgets-select/pom.xml | 2 +- jaxx-widgets/pom.xml | 2 +- pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/jaxx-application-api/pom.xml b/jaxx-application-api/pom.xml index b5dcd9d..e030e94 100644 --- a/jaxx-application-api/pom.xml +++ b/jaxx-application-api/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-application-swing/pom.xml b/jaxx-application-swing/pom.xml index 165d77a..f251446 100644 --- a/jaxx-application-swing/pom.xml +++ b/jaxx-application-swing/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-compiler/pom.xml b/jaxx-compiler/pom.xml index e751b32..7936eec 100644 --- a/jaxx-compiler/pom.xml +++ b/jaxx-compiler/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-config/pom.xml b/jaxx-config/pom.xml index a2dfa5b..a47d90e 100644 --- a/jaxx-config/pom.xml +++ b/jaxx-config/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-demo/pom.xml b/jaxx-demo/pom.xml index b1743cb..1c86a5f 100644 --- a/jaxx-demo/pom.xml +++ b/jaxx-demo/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-maven-plugin/pom.xml b/jaxx-maven-plugin/pom.xml index b672b38..a9c21b7 100644 --- a/jaxx-maven-plugin/pom.xml +++ b/jaxx-maven-plugin/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-runtime/pom.xml b/jaxx-runtime/pom.xml index 8232ce5..03635e5 100644 --- a/jaxx-runtime/pom.xml +++ b/jaxx-runtime/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-validator/pom.xml b/jaxx-validator/pom.xml index 39726b5..36b01ca 100644 --- a/jaxx-validator/pom.xml +++ b/jaxx-validator/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-common/pom.xml b/jaxx-widgets-common/pom.xml index d49a69e..08deac3 100644 --- a/jaxx-widgets-common/pom.xml +++ b/jaxx-widgets-common/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-datetime/pom.xml b/jaxx-widgets-datetime/pom.xml index 8450d79..e14710c 100644 --- a/jaxx-widgets-datetime/pom.xml +++ b/jaxx-widgets-datetime/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-extra/pom.xml b/jaxx-widgets-extra/pom.xml index fffd20d..2dd6628 100644 --- a/jaxx-widgets-extra/pom.xml +++ b/jaxx-widgets-extra/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-gis/pom.xml b/jaxx-widgets-gis/pom.xml index 8fb2964..94efda5 100644 --- a/jaxx-widgets-gis/pom.xml +++ b/jaxx-widgets-gis/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-number/pom.xml b/jaxx-widgets-number/pom.xml index db2b7c7..74bfa32 100644 --- a/jaxx-widgets-number/pom.xml +++ b/jaxx-widgets-number/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets-select/pom.xml b/jaxx-widgets-select/pom.xml index 45a8683..de92ade 100644 --- a/jaxx-widgets-select/pom.xml +++ b/jaxx-widgets-select/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/jaxx-widgets/pom.xml b/jaxx-widgets/pom.xml index a6cfa39..83a2288 100644 --- a/jaxx-widgets/pom.xml +++ b/jaxx-widgets/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> </parent> <groupId>org.nuiton.jaxx</groupId> diff --git a/pom.xml b/pom.xml index ddd51ea..66f1714 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ </parent> <artifactId>jaxx</artifactId> - <version>2.18</version> + <version>2.19-SNAPSHOT</version> <modules> <module>jaxx-runtime</module> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm