[jaxx] branch develop updated (452fa39 -> c9a8c4f)
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 452fa39 [jgitflow-maven-plugin]Updating develop poms back to pre merge state new c9a8c4f fixes #3560: Updates nuitonpom to 1.5 + fix site urls 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 c9a8c4fdf32d7aa9d972bd9813636766c4d09f5a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 29 10:20:32 2014 +0100 fixes #3560: Updates nuitonpom to 1.5 + fix site urls Summary of changes: jaxx-application-api/src/site/site.xml | 5 ++++- jaxx-application-swing/src/site/site.xml | 5 ++++- jaxx-compiler/src/site/site.xml | 5 ++++- jaxx-config/src/site/site.xml | 5 ++++- jaxx-maven-plugin/src/site/site.xml | 5 ++++- jaxx-runtime/src/site/site.xml | 5 ++++- jaxx-validator/src/site/site.xml | 5 ++++- jaxx-widgets-datetime/src/site/site.xml | 5 ++++- jaxx-widgets-extra/src/site/site.xml | 5 ++++- jaxx-widgets-gis/src/site/site.xml | 5 ++++- jaxx-widgets/src/site/site.xml | 5 ++++- pom.xml | 6 +++--- src/site/site.xml | 12 +++++++----- 13 files changed, 54 insertions(+), 19 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 c9a8c4fdf32d7aa9d972bd9813636766c4d09f5a Author: Tony CHEMIT <chemit@codelutin.com> Date: Wed Oct 29 10:20:32 2014 +0100 fixes #3560: Updates nuitonpom to 1.5 + fix site urls --- jaxx-application-api/src/site/site.xml | 5 ++++- jaxx-application-swing/src/site/site.xml | 5 ++++- jaxx-compiler/src/site/site.xml | 5 ++++- jaxx-config/src/site/site.xml | 5 ++++- jaxx-maven-plugin/src/site/site.xml | 5 ++++- jaxx-runtime/src/site/site.xml | 5 ++++- jaxx-validator/src/site/site.xml | 5 ++++- jaxx-widgets-datetime/src/site/site.xml | 5 ++++- jaxx-widgets-extra/src/site/site.xml | 5 ++++- jaxx-widgets-gis/src/site/site.xml | 5 ++++- jaxx-widgets/src/site/site.xml | 5 ++++- pom.xml | 6 +++--- src/site/site.xml | 12 +++++++----- 13 files changed, 54 insertions(+), 19 deletions(-) diff --git a/jaxx-application-api/src/site/site.xml b/jaxx-application-api/src/site/site.xml index 4a6ddf8..1a18b30 100644 --- a/jaxx-application-api/src/site/site.xml +++ b/jaxx-application-api/src/site/site.xml @@ -19,7 +19,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-application-swing/src/site/site.xml b/jaxx-application-swing/src/site/site.xml index 781ce17..2975066 100644 --- a/jaxx-application-swing/src/site/site.xml +++ b/jaxx-application-swing/src/site/site.xml @@ -19,7 +19,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-compiler/src/site/site.xml b/jaxx-compiler/src/site/site.xml index 906af50..12a8ae2 100644 --- a/jaxx-compiler/src/site/site.xml +++ b/jaxx-compiler/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-config/src/site/site.xml b/jaxx-config/src/site/site.xml index ec53f0b..25adfc0 100644 --- a/jaxx-config/src/site/site.xml +++ b/jaxx-config/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-maven-plugin/src/site/site.xml b/jaxx-maven-plugin/src/site/site.xml index 5f97999..4fe9cae 100644 --- a/jaxx-maven-plugin/src/site/site.xml +++ b/jaxx-maven-plugin/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-runtime/src/site/site.xml b/jaxx-runtime/src/site/site.xml index 0f48190..92b2371 100644 --- a/jaxx-runtime/src/site/site.xml +++ b/jaxx-runtime/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-validator/src/site/site.xml b/jaxx-validator/src/site/site.xml index f4216a6..deb159e 100644 --- a/jaxx-validator/src/site/site.xml +++ b/jaxx-validator/src/site/site.xml @@ -19,7 +19,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-widgets-datetime/src/site/site.xml b/jaxx-widgets-datetime/src/site/site.xml index ba56de7..8d5a39f 100644 --- a/jaxx-widgets-datetime/src/site/site.xml +++ b/jaxx-widgets-datetime/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-widgets-extra/src/site/site.xml b/jaxx-widgets-extra/src/site/site.xml index 99ee00c..c8d33bf 100644 --- a/jaxx-widgets-extra/src/site/site.xml +++ b/jaxx-widgets-extra/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-widgets-gis/src/site/site.xml b/jaxx-widgets-gis/src/site/site.xml index ba56de7..8d5a39f 100644 --- a/jaxx-widgets-gis/src/site/site.xml +++ b/jaxx-widgets-gis/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/jaxx-widgets/src/site/site.xml b/jaxx-widgets/src/site/site.xml index ba56de7..8d5a39f 100644 --- a/jaxx-widgets/src/site/site.xml +++ b/jaxx-widgets/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> diff --git a/pom.xml b/pom.xml index 7906ab5..1fba6ee 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>1.3</version> + <version>1.5</version> </parent> <artifactId>jaxx</artifactId> @@ -119,7 +119,7 @@ <name>JAXX</name> <description>JAXX Project</description> <inceptionYear>2008</inceptionYear> - <url>https://doc.nuiton.org/jaxx</url> + <url>https://jaxx.nuiton.org</url> <packaging>pom</packaging> @@ -143,7 +143,7 @@ <!-- jnlp configuration --> <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> - <jnlpCodebase>http://doc.nuiton.org/jaxx/${siteDeployClassifier}/jaxx-demo/jnlp</jnlpCodebase> + <jnlpCodebase>http://jaxx.nuiton.org/v/${siteDeployClassifier}/jaxx-demo/jnlp</jnlpCodebase> <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> diff --git a/src/site/site.xml b/src/site/site.xml index 142c707..8cf8f97 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -21,7 +21,10 @@ #L% --> -<project name="${project.name}"> +<project name="${project.name}" + xmlns="http://maven.apache.org/DECORATION/1.4.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"> <bannerLeft> <name>${project.name}</name> @@ -47,16 +50,15 @@ <body> <links> - <item name="nuiton.org" href="http://forge.nuiton.org"/> + <item name="nuiton.org" href="https://forge.nuiton.org"/> <item name="CodeLutin" href="http://codelutin.com"/> <item name="Libre-Entreprise" href="http://www.libre-entreprise.org/"/> - <item name="original JAXX" - href="http://buix.labs.libre-entreprise.org/original-jaxx"/> + <!--<item name="original JAXX" href="http://buix.labs.libre-entreprise.org/original-jaxx"/>--> </links> <breadcrumbs> <item name="${project.name}" href="${project.url}/index.html"/> - <item name="${project.version}" href="${project.url}/${siteDeployClassifier}/index.html"/> + <item name="${project.version}" href="${project.url}/v/${siteDeployClassifier}/index.html"/> </breadcrumbs> <menu ref="modules"/> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm