branch develop updated (32ab51c -> 60430b7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git from 32ab51c fixes #4052 Add a method to build a PaginationResult from a full list of elements and an instance of PaginationParameter new e6a374e [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 866978d [jgitflow-maven-plugin]updating poms for 3.0-rc-16 branch with snapshot versions new 2bb6089 [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-16' with non-snapshot versions new 07a0e1e [jgitflow-maven-plugin]merging 'release/3.0-rc-16' into 'master' new b53390f [jgitflow-maven-plugin]merging 'master' into 'develop' new 60430b7 [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 5 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 60430b70d62ccf037e7fe6d27d726e48fb7a942d Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:38 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit b53390f572e32d48bf647ba02d180aa954a462d2 Merge: e6a374e 07a0e1e Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:38 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' commit e6a374ef378b822f4fb97c9bfabbaea335d3fc22 Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:37 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 07a0e1e27ee79e108dfe37003765aa2f79a92741 Merge: 5b8d214 2bb6089 Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:35 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-rc-16' into 'master' commit 2bb60893ffad7819173176312ca5bb5ce30786ef Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:02:34 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-16' with non-snapshot versions Summary of changes: -- 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-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 2bb60893ffad7819173176312ca5bb5ce30786ef Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:02:34 2016 +0200 [jgitflow-maven-plugin]updating poms for branch'release/3.0-rc-16' with non-snapshot versions --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a23e8bb..3863a42 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-16-SNAPSHOT</version> + <version>3.0-rc-16</version> <name>Nuiton Utils</name> <description>Library of usefull class to be used in any project.</description> -- 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-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 07a0e1e27ee79e108dfe37003765aa2f79a92741 Merge: 5b8d214 2bb6089 Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:35 2016 +0200 [jgitflow-maven-plugin]merging 'release/3.0-rc-16' into 'master' pom.xml | 2 +- src/main/java/org/nuiton/util/beans/BeanUtil.java | 8 +-- .../nuiton/util/pagination/PaginationOrder.java | 26 ++++++++ .../util/pagination/PaginationParameter.java | 34 ++++++++++ .../nuiton/util/pagination/PaginationResult.java | 32 +++++++++ .../util/pagination/PaginationParameterTest.java | 28 ++++++++ .../util/pagination/PaginationResultTest.java | 78 ++++++++++++++++++++++ 7 files changed, 202 insertions(+), 6 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 nuiton-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit e6a374ef378b822f4fb97c9bfabbaea335d3fc22 Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:37 2016 +0200 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71f971e..3863a42 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>nuiton-utils</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0-rc-16</version> <name>Nuiton Utils</name> <description>Library of usefull class to be used in any project.</description> -- 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-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit b53390f572e32d48bf647ba02d180aa954a462d2 Merge: e6a374e 07a0e1e Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:38 2016 +0200 [jgitflow-maven-plugin]merging 'master' into 'develop' -- 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-utils. See https://gitlab.nuiton.org/nuiton/nuiton-utils.git commit 60430b70d62ccf037e7fe6d27d726e48fb7a942d Author: Maven Release <maven-release@codelutin.com> Date: Tue Oct 18 00:04:38 2016 +0200 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3863a42..71f971e 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ </parent> <artifactId>nuiton-utils</artifactId> - <version>3.0-rc-16</version> + <version>3.0-SNAPSHOT</version> <name>Nuiton Utils</name> <description>Library of usefull class to be used in any project.</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm