branch develop updated (0ca1f7f -> c9a4a3b)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository eugene. See https://gitlab.nuiton.org/nuiton/eugene.git from 0ca1f7f fix renderer typo new 502dde1 clean and optmize dependencies new c9a4a3b tidy poms The 2 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 c9a4a3b25c55c296915115e777d5f6514c7ce132 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:40:09 2016 +0200 tidy poms commit 502dde1d1a41ec78c8170b12e8c89b02676ce82d Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:39:47 2016 +0200 clean and optmize dependencies Summary of changes: eugene-maven-plugin/pom.xml | 5 ----- eugene-plantuml-templates/pom.xml | 1 - eugene-yaml-templates/pom.xml | 1 - pom.xml | 34 +--------------------------------- 4 files changed, 1 insertion(+), 40 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit 502dde1d1a41ec78c8170b12e8c89b02676ce82d Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:39:47 2016 +0200 clean and optmize dependencies --- eugene-maven-plugin/pom.xml | 8 ++------ pom.xml | 31 ------------------------------- 2 files changed, 2 insertions(+), 37 deletions(-) diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 3db626e..295418e 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -23,7 +23,8 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -157,11 +158,6 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> </dependency> diff --git a/pom.xml b/pom.xml index 99e11da..e9e9856 100644 --- a/pom.xml +++ b/pom.xml @@ -211,12 +211,6 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-config</artifactId> - <version>3.0-rc-4</version> - </dependency> - - <dependency> <groupId>org.nuiton.i18n</groupId> <artifactId>nuiton-i18n</artifactId> <version>${nuitonI18nVersion}</version> @@ -224,13 +218,6 @@ </dependency> <dependency> - <groupId>org.nuiton</groupId> - <artifactId>nuiton-version</artifactId> - <version>1.0-rc-2</version> - <scope>compile</scope> - </dependency> - - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-digester3</artifactId> <version>3.2</version> @@ -302,12 +289,6 @@ </dependency> <dependency> - <groupId>org.hibernate.javax.persistence</groupId> - <artifactId>hibernate-jpa-2.0-api</artifactId> - <version>1.0.1.Final</version> - </dependency> - - <dependency> <groupId>org.nuiton</groupId> <artifactId>helper-maven-plugin-api</artifactId> <version>${helperPluginVersion}</version> @@ -405,18 +386,6 @@ <dependency> <groupId>org.apache.maven.doxia</groupId> - <artifactId>doxia-core</artifactId> - <version>${doxiaVersion}</version> - <exclusions> - <exclusion> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-container-default</artifactId> - </exclusion> - </exclusions> - </dependency> - - <dependency> - <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-sink-api</artifactId> <version>${doxiaVersion}</version> </dependency> -- 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 eugene. See https://gitlab.nuiton.org/nuiton/eugene.git commit c9a4a3b25c55c296915115e777d5f6514c7ce132 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:40:09 2016 +0200 tidy poms --- eugene-maven-plugin/pom.xml | 3 +-- eugene-plantuml-templates/pom.xml | 1 - eugene-yaml-templates/pom.xml | 1 - pom.xml | 3 +-- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/eugene-maven-plugin/pom.xml b/eugene-maven-plugin/pom.xml index 295418e..733f1b0 100644 --- a/eugene-maven-plugin/pom.xml +++ b/eugene-maven-plugin/pom.xml @@ -23,8 +23,7 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> diff --git a/eugene-plantuml-templates/pom.xml b/eugene-plantuml-templates/pom.xml index 8dfbcd3..d3aefd4 100644 --- a/eugene-plantuml-templates/pom.xml +++ b/eugene-plantuml-templates/pom.xml @@ -51,5 +51,4 @@ </dependency> </dependencies> - </project> diff --git a/eugene-yaml-templates/pom.xml b/eugene-yaml-templates/pom.xml index aec2638..9f41b6a 100644 --- a/eugene-yaml-templates/pom.xml +++ b/eugene-yaml-templates/pom.xml @@ -63,5 +63,4 @@ </plugin> </plugins> </build> - </project> diff --git a/pom.xml b/pom.xml index e9e9856..b71745d 100644 --- a/pom.xml +++ b/pom.xml @@ -509,8 +509,7 @@ <build> <plugins> - <plugin> - <!-- copy object model xsd to site --> + <plugin><!-- copy object model xsd to site --> <artifactId>maven-antrun-plugin</artifactId> <executions> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm