This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from 7313549 [jgitflow-maven-plugin]updating poms for 11-SNAPSHOT development
new 269a6eb [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
new 46fb09e [jgitflow-maven-plugin]updating poms for branch'release/10' with non-snapshot versions
new 95c9518 [jgitflow-maven-plugin]merging 'release/10' into 'master'
new f98bbdf [jgitflow-maven-plugin]merging 'master' into 'develop'
new 1b87df7 [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 1b87df795eeedecbc21c8771dcf2b3e58451c11b
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:52:30 2016 +0100
[jgitflow-maven-plugin]Updating develop poms back to pre merge state
commit f98bbdf0bfabd05ef3fff6d8a4278a4a7d6175ee
Merge: 269a6eb 95c9518
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:52:30 2016 +0100
[jgitflow-maven-plugin]merging 'master' into 'develop'
commit 269a6eb9a98e8c9eafef1461afe0f4f76836eb0a
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:52:30 2016 +0100
[jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
commit 95c951858a7d520ee7a75cb9ac56a236db7be2ca
Merge: e3d7878 46fb09e
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:52:29 2016 +0100
[jgitflow-maven-plugin]merging 'release/10' into 'master'
commit 46fb09e441e4d10176de7817532d0c94fdd27169
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:52:11 2016 +0100
[jgitflow-maven-plugin]updating poms for branch'release/10' with non-snapshot versions
Summary of changes:
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch release/10 in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from a0d473a Update changelog for version 10.x
adds 46fb09e [jgitflow-maven-plugin]updating poms for branch'release/10' with non-snapshot versions
No new revisions were added by this update.
Summary of changes:
chorempom/pom.xml | 2 +-
codelutinpom/pom.xml | 2 +-
nuitonpom/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch master in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from e3d7878 [jgitflow-maven-plugin]merging 'release/9' into 'master'
adds 31cf7e5 [jgitflow-maven-plugin]updating poms for 10-SNAPSHOT development
adds 53fda96 [jgitflow-maven-plugin]updating develop poms to master versions to avoid merge conflicts
adds b87b1ab [jgitflow-maven-plugin]merging 'master' into 'develop'
adds 1c14f58 [jgitflow-maven-plugin]Updating develop poms back to pre merge state
adds 6a1ad73 Update changelog with version 7
adds e85e687 Update changelog for version 6
adds dc7bb04 Add FAQ section in README
adds c3da421 Fix typo in FAQ section
adds 0b3f275 Add how to write a site in readme
adds 30137a3 Fix typos in how to write a site
adds 844af86 Fix doc
adds 957d69a fixes #3921 maven-source-plugin bad configuration
adds f9898d4 fixes #3922 Update webstart-maven-plugin to 1.0-beta-7
adds 6797a31 fixes #3923 Introduce org.eclipse.jetty:jetty-jspc-maven-plugin (version 9.3.8.v20160314)
adds dd8d48b Fixes #3924 Update org.eclipse.jetty:jetty-maven-plugin to 9.3.8.v20160314
adds cd30e85 Fixes #3925 Remove deprecated (since 2014) org.mortbay.jetty:jetty-maven-plugin:9.2.4.v20141103
adds a0d473a Update changelog for version 10.x
adds 46fb09e [jgitflow-maven-plugin]updating poms for branch'release/10' with non-snapshot versions
adds 95c9518 [jgitflow-maven-plugin]merging 'release/10' into 'master'
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 20 +++++-
README.md | 193 +++++++++++++++++++++++++++++++++++++++++++++++++--
chorempom/pom.xml | 2 +-
codelutinpom/pom.xml | 2 +-
nuitonpom/pom.xml | 2 +-
pom.xml | 15 ++--
6 files changed, 214 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
The Pom team is pleased to announce the pom-10 release!
A common shared pom for our maven projects
Documentation of the project can be found here:
https://forge.nuiton.org/projects/pom
Changes
-------
Changes in this version include:
New features:
o Update webstart-maven-plugin to 1.0-beta-7 Issue: 3922. Thanks to Tony Chemit. Resolved by tchemit.
o Introduce org.eclipse.jetty:jetty-jspc-maven-plugin (version 9.3.8.v20160314) Issue: 3923. Thanks to Tony Chemit. Resolved by tchemit.
o Update org.eclipse.jetty:jetty-maven-plugin to 9.3.8.v20160314 Issue: 3924. Thanks to Tony Chemit. Resolved by tchemit.
o Remove deprecated (since 2014) org.mortbay.jetty:jetty-maven-plugin:9.2.4.v20141103 Issue: 3925. Thanks to Tony Chemit. Resolved by tchemit.
Fixed Bugs:
o maven-source-plugin bad configuration Issue: 3921. Thanks to Tony Chemit. Resolved by tchemit.
Downloads
---------
No release file deployed. (all files are deployed in the maven repository)
Maven artifacts
---------------
Artifacts are deployed in Maven Central Repository
http://repo1.maven.org/maven2
Find us at
* http://search.maven.org/#artifactdetails|org.nuiton|pom|10|jar
Have fun!
-Pom team
This is an automated email from the git hooks/post-receive script.
New change to branch release/10 in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
at a0d473a Update changelog for version 10.x
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from a0d473a Update changelog for version 10.x
new 7313549 [jgitflow-maven-plugin]updating poms for 11-SNAPSHOT development
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 7313549238245f5400f2db1c24fbe6ed86cea3b3
Author: Maven Release <maven-release(a)codelutin.com>
Date: Wed Mar 23 05:51:57 2016 +0100
[jgitflow-maven-plugin]updating poms for 11-SNAPSHOT development
Summary of changes:
chorempom/pom.xml | 2 +-
codelutinpom/pom.xml | 2 +-
nuitonpom/pom.xml | 2 +-
pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from cd30e85 Fixes #3925 Remove deprecated (since 2014) org.mortbay.jetty:jetty-maven-plugin:9.2.4.v20141103
new a0d473a Update changelog for version 10.x
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 a0d473ad3444f406dd7f27fa85161beebfab037d
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:50:29 2016 +0100
Update changelog for version 10.x
Summary of changes:
CHANGELOG.md | 6 ++++++
1 file changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from dd8d48b Fixes #3924 Update org.eclipse.jetty:jetty-maven-plugin to 9.3.8.v20160314
new cd30e85 Fixes #3925 Remove deprecated (since 2014) org.mortbay.jetty:jetty-maven-plugin:9.2.4.v20141103
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 cd30e853b52d52ebcaf506b4db1c3becb0497c7b
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:46:59 2016 +0100
Fixes #3925 Remove deprecated (since 2014) org.mortbay.jetty:jetty-maven-plugin:9.2.4.v20141103
Summary of changes:
pom.xml | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from 957d69a fixes #3921 maven-source-plugin bad configuration
new f9898d4 fixes #3922 Update webstart-maven-plugin to 1.0-beta-7
new 6797a31 fixes #3923 Introduce org.eclipse.jetty:jetty-jspc-maven-plugin (version 9.3.8.v20160314)
new dd8d48b Fixes #3924 Update org.eclipse.jetty:jetty-maven-plugin to 9.3.8.v20160314
The 3 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 dd8d48b7d97df51d03f9429f27ddc4e92baa5cbb
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:34:44 2016 +0100
Fixes #3924 Update org.eclipse.jetty:jetty-maven-plugin to 9.3.8.v20160314
commit 6797a319117fc87e04b08cf6062f3b39ca903f89
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:17:32 2016 +0100
fixes #3923 Introduce org.eclipse.jetty:jetty-jspc-maven-plugin (version 9.3.8.v20160314)
commit f9898d405bcc3c3c3436e54ff3a4ffc9eea9d0c3
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:10:49 2016 +0100
fixes #3922 Update webstart-maven-plugin to 1.0-beta-7
Summary of changes:
pom.xml | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch develop in repository pom.
See https://gitlab.nuiton.org/nuiton/pom.git
from 844af86 Fix doc
new 957d69a fixes #3921 maven-source-plugin bad configuration
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 957d69ad26469c81e2e06fe5858b89b8a91b134f
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Mar 23 05:07:58 2016 +0100
fixes #3921 maven-source-plugin bad configuration
Summary of changes:
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
nuiton.org SCM administrator <admin+scm(a)nuiton.org>.