branch develop updated (69ac33d -> 52f0d9f)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git from 69ac33d fixes #1142: Do not use anymore the dynamic methods (improve security) new 52f0d9f fixes #1144: Fix again configuration page on site 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 52f0d9f9c16dc908c6564a053f93525e91d56f1b Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 8 14:37:56 2014 +0100 fixes #1144: Fix again configuration page on site Summary of changes: pom.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen_1.x. See http://git.chorem.org/pollen_1.x.git commit 52f0d9f9c16dc908c6564a053f93525e91d56f1b Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Nov 8 14:37:56 2014 +0100 fixes #1144: Fix again configuration page on site --- pom.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index e7b97fe..d6e27f9 100644 --- a/pom.xml +++ b/pom.xml @@ -536,13 +536,6 @@ <!-- Test --> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-validator</artifactId> - <version>${nuitonValidatorVersion}</version> - <scope>test</scope> - <classifier>tests</classifier> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> @@ -636,7 +629,7 @@ <profiles> <profile> - <id>reporting</id> + <id>reporting2</id> <activation> <property> <name>performRelease</name> @@ -649,12 +642,12 @@ <plugin> <groupId>org.nuiton</groupId> - <artifactId>nuiton-maven-report-plugin</artifactId> - <version>3.0-rc-1</version> + <artifactId>nuiton-utils-maven-report-plugin</artifactId> + <version>${nuitonUtilsVersion}</version> <reportSets> <reportSet> <reports> - <report>aggregate-config-report</report> + <report>aggregate-application-config-report</report> </reports> </reportSet> </reportSets> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm