branch develop updated (6a663a8 -> e485b5d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from 6a663a8 Dowgrade fluidoSkin to 1.4 (Fixes #3909) new f08d0e4 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts adds 03ba5bc [jgitflow-maven-plugin]updating poms for 8.1 branch with snapshot versions new ca52f7e [jgitflow-maven-plugin]updating poms for branch'release/8.1' with non-snapshot versions new 0daebd6 Missing dependencies in enforcer rule (See #3905) new 8748377 [jgitflow-maven-plugin]merging 'release/8.1' into 'master' new 2691592 [jgitflow-maven-plugin]merging 'master' into 'develop' new e485b5d [jgitflow-maven-plugin]Updating develop poms back to pre merge state The 6 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 e485b5d196cda70baa63a09a2e49399fd85cb0f5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state commit 269159227efff7cb054cca302270443183ca869e Merge: f08d0e4 8748377 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' commit f08d0e425c31c6f8d634afdd4394ea76076fa601 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts commit 8748377e758cd3b92e4a018740d66616df288309 Merge: c3ebe8c 0daebd6 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:42 2016 +0100 [jgitflow-maven-plugin]merging 'release/8.1' into 'master' commit 0daebd65cb7523c1d813c1c8158075299edc4093 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:22:33 2016 +0100 Missing dependencies in enforcer rule (See #3905) commit ca52f7ed1c729c6fe9777dc258b2deab17264e60 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:19:23 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/8.1' with non-snapshot versions Summary of changes: pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) -- 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 pom. See http://git.nuiton.org/pom.git commit ca52f7ed1c729c6fe9777dc258b2deab17264e60 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:19:23 2016 +0100 [jgitflow-maven-plugin]updating poms for branch'release/8.1' with non-snapshot versions --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index 8e66dd6..f5e374a 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 9ad7afe..286c590 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index 13f9397..756d2f7 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index 1de703e..2d61a99 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1-SNAPSHOT</version> + <version>8.1</version> <packaging>pom</packaging> <name>Pom</name> -- 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 pom. See http://git.nuiton.org/pom.git commit 0daebd65cb7523c1d813c1c8158075299edc4093 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:22:33 2016 +0100 Missing dependencies in enforcer rule (See #3905) --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 2d61a99..e552bcb 100644 --- a/pom.xml +++ b/pom.xml @@ -1164,6 +1164,13 @@ </configuration> </execution> </executions> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.0-beta-4</version> + </dependency> + </dependencies> </plugin> <plugin> -- 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 pom. See http://git.nuiton.org/pom.git commit 8748377e758cd3b92e4a018740d66616df288309 Merge: c3ebe8c 0daebd6 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:42 2016 +0100 [jgitflow-maven-plugin]merging 'release/8.1' into 'master' chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 32 ++++++++++++++++++++++++++++---- src/site/site.xml | 13 +++++-------- 5 files changed, 36 insertions(+), 15 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 pom. See http://git.nuiton.org/pom.git commit f08d0e425c31c6f8d634afdd4394ea76076fa601 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index 514ddfd..f5e374a 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 459ff52..286c590 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index 786b397..756d2f7 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>8.1</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index 44e7e5d..2d61a99 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>9-SNAPSHOT</version> + <version>8.1</version> <packaging>pom</packaging> <name>Pom</name> -- 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 pom. See http://git.nuiton.org/pom.git commit 269159227efff7cb054cca302270443183ca869e Merge: f08d0e4 8748377 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]merging 'master' into 'develop' pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) -- 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 pom. See http://git.nuiton.org/pom.git commit e485b5d196cda70baa63a09a2e49399fd85cb0f5 Author: Maven Release <maven-release@codelutin.com> Date: Thu Mar 3 09:23:43 2016 +0100 [jgitflow-maven-plugin]Updating develop poms back to pre merge state --- chorempom/pom.xml | 2 +- codelutinpom/pom.xml | 2 +- nuitonpom/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chorempom/pom.xml b/chorempom/pom.xml index f5e374a..514ddfd 100644 --- a/chorempom/pom.xml +++ b/chorempom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1</version> + <version>9-SNAPSHOT</version> </parent> <artifactId>chorempom</artifactId> diff --git a/codelutinpom/pom.xml b/codelutinpom/pom.xml index 286c590..459ff52 100644 --- a/codelutinpom/pom.xml +++ b/codelutinpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1</version> + <version>9-SNAPSHOT</version> </parent> <artifactId>codelutinpom</artifactId> diff --git a/nuitonpom/pom.xml b/nuitonpom/pom.xml index 756d2f7..786b397 100644 --- a/nuitonpom/pom.xml +++ b/nuitonpom/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1</version> + <version>9-SNAPSHOT</version> </parent> <artifactId>nuitonpom</artifactId> diff --git a/pom.xml b/pom.xml index e552bcb..3d4d01e 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <groupId>org.nuiton</groupId> <artifactId>pom</artifactId> - <version>8.1</version> + <version>9-SNAPSHOT</version> <packaging>pom</packaging> <name>Pom</name> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm