This is an automated email from the git hooks/post-receive script. New commit to branch feature/26 in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 5940ebd0024ef5b18c88d2176e42196794cdb4fa Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 1 14:22:58 2017 +0100 Ajouter le buildNumber (Closes #26) --- application-swing-configuration/pom.xml | 17 ++++++++++++ application-web-configuration/pom.xml | 17 ++++++++++++ pom.xml | 48 --------------------------------- 3 files changed, 34 insertions(+), 48 deletions(-) diff --git a/application-swing-configuration/pom.xml b/application-swing-configuration/pom.xml index 9ec4035..aa9207d 100644 --- a/application-swing-configuration/pom.xml +++ b/application-swing-configuration/pom.xml @@ -118,6 +118,23 @@ <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>buildnumber-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>create</goal> + </goals> + <phase>validate</phase> + </execution> + </executions> + <configuration> + <doCheck>false</doCheck> + <doUpdate>false</doUpdate> + </configuration> + </plugin> + + <plugin> <groupId>org.nuiton.i18n</groupId> <artifactId>i18n-maven-plugin</artifactId> <executions> diff --git a/application-web-configuration/pom.xml b/application-web-configuration/pom.xml index bf486c4..a98c70c 100644 --- a/application-web-configuration/pom.xml +++ b/application-web-configuration/pom.xml @@ -121,6 +121,23 @@ <plugins> <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>buildnumber-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>create</goal> + </goals> + <phase>validate</phase> + </execution> + </executions> + <configuration> + <doCheck>false</doCheck> + <doUpdate>false</doUpdate> + </configuration> + </plugin> + + <plugin> <groupId>org.nuiton</groupId> <artifactId>nuiton-config-maven-plugin</artifactId> <executions> diff --git a/pom.xml b/pom.xml index df60aad..ddb9f36 100644 --- a/pom.xml +++ b/pom.xml @@ -340,12 +340,6 @@ </dependency> <dependency> <groupId>org.nuiton</groupId> - <artifactId>nuiton-csv</artifactId> - <version>3.0-rc-6</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.nuiton</groupId> <artifactId>nuiton-decorator</artifactId> <version>3.0</version> <scope>compile</scope> @@ -401,12 +395,6 @@ </dependency> <dependency> <groupId>org.nuiton.jaxx</groupId> - <artifactId>jaxx-compiler</artifactId> - <version>${jaxxVersion}</version> - <scope>compile</scope> - </dependency> - <dependency> - <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-validator</artifactId> <version>${jaxxVersion}</version> <scope>compile</scope> @@ -570,13 +558,6 @@ <version>${hibernateVersion}</version> </dependency> - <!--dependency> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-c3p0</artifactId> - <version>${hibernateVersion}</version> - <scope>runtime</scope> - </dependency--> - <dependency> <groupId>com.zaxxer</groupId> <artifactId>HikariCP</artifactId> @@ -595,14 +576,6 @@ </exclusions> </dependency> - <!--dependency> - <groupId>com.mchange</groupId> - <artifactId>c3p0</artifactId> - <version>0.9.5.2</version> - <scope>runtime</scope> - </dependency--> - - <!-- Map --> <dependency> <groupId>org.geotools</groupId> @@ -989,27 +962,6 @@ <build> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <executions> - <execution> - <inherited>false</inherited> - <goals> - <goal>create</goal> - </goals> - <phase>validate</phase> - </execution> - </executions> - <configuration> - <doCheck>false</doCheck> - <doUpdate>false</doUpdate> - </configuration> - </plugin> - - </plugins> - <pluginManagement> <plugins> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.