This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jrst. See http://git.nuiton.org/jrst.git commit 2fc271e72a90a35f56a70a3b115430666aaa4824 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 28 16:50:11 2016 +0100 clean pom unused configuration + move to stable nuitonpom version --- pom.xml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index b6c84cb..74dad24 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>8-SNAPSHOT</version> + <version>7</version> </parent> <artifactId>jrst</artifactId> @@ -119,17 +119,6 @@ <locales>fr,en</locales> <siteSourcesType>apt</siteSourcesType> - <!-- Can't use version 3.4 since jrst is not compatible --> - <!-- see https://forge.nuiton.org/issues/3342 --> - <!--<sitePluginVersion>3.3</sitePluginVersion>--> - - <!-- jnlp configuration --> - <jnlpFileName>jaxx-demo.jnlp</jnlpFileName> - <jnlpCodebase>http://doc.nuiton.org/jaxx/${siteDeployClassifier}/jaxx-demo/jnlp</jnlpCodebase> - - <!-- FIXME-tchemit-2012-07-02 Still not working, normalize all rst docs --> - <!--pdfGenerationEnabled>true</pdfGenerationEnabled--> - </properties> <dependencyManagement> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.