This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git commit c973cf4eb2e7f042bfefdaf3b7c79e4c29dfb1ab Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:43:18 2016 +0200 tidy poms --- pom.xml | 4 +--- topia-it/pom.xml | 1 - topia-junit/pom.xml | 1 - topia-persistence/pom.xml | 1 - topia-service-csv/pom.xml | 2 +- topia-service-flyway/pom.xml | 3 +-- topia-service-liquibase/pom.xml | 3 +-- topia-service-migration/pom.xml | 2 +- topia-service-replication/pom.xml | 1 + 9 files changed, 6 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index f63c762..b4ffee9 100644 --- a/pom.xml +++ b/pom.xml @@ -131,7 +131,6 @@ </roles> </developer> </developers> - <contributors> <contributor> <name>Nicolas Dupont</name> @@ -312,13 +311,13 @@ <groupId>org.hibernate</groupId> <artifactId>hibernate-ehcache</artifactId> <version>${hibernateVersion}</version> + <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </exclusion> </exclusions> - <scope>runtime</scope> </dependency> <dependency> @@ -540,5 +539,4 @@ </reporting> </profile> </profiles> - </project> diff --git a/topia-it/pom.xml b/topia-it/pom.xml index 505961c..903d4b3 100644 --- a/topia-it/pom.xml +++ b/topia-it/pom.xml @@ -263,5 +263,4 @@ </profile> </profiles> - </project> diff --git a/topia-junit/pom.xml b/topia-junit/pom.xml index 343ca7b..79c2744 100644 --- a/topia-junit/pom.xml +++ b/topia-junit/pom.xml @@ -79,5 +79,4 @@ </plugins> </build> - </project> diff --git a/topia-persistence/pom.xml b/topia-persistence/pom.xml index 16efaf1..8b3015f 100644 --- a/topia-persistence/pom.xml +++ b/topia-persistence/pom.xml @@ -135,5 +135,4 @@ </dependency> </dependencies> - </project> diff --git a/topia-service-csv/pom.xml b/topia-service-csv/pom.xml index 4260740..12cc74f 100644 --- a/topia-service-csv/pom.xml +++ b/topia-service-csv/pom.xml @@ -35,6 +35,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-csv</artifactId> + <name>ToPIA :: Service CSV</name> <description>To import or export with CSV format</description> @@ -137,5 +138,4 @@ </plugins> </build> - </project> diff --git a/topia-service-flyway/pom.xml b/topia-service-flyway/pom.xml index 76ba5e5..ee4b4dc 100644 --- a/topia-service-flyway/pom.xml +++ b/topia-service-flyway/pom.xml @@ -10,6 +10,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-flyway</artifactId> + <name>ToPIA :: Flyway integration service</name> <description>Integration between topia and Flyway database migration framework</description> @@ -80,6 +81,4 @@ <build> </build> - </project> - diff --git a/topia-service-liquibase/pom.xml b/topia-service-liquibase/pom.xml index 0b32416..90f3772 100644 --- a/topia-service-liquibase/pom.xml +++ b/topia-service-liquibase/pom.xml @@ -10,6 +10,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-liquibase</artifactId> + <name>ToPIA :: Liquibase integration service</name> <description>Integration between topia and Liquibase database migration framework</description> @@ -58,6 +59,4 @@ <build> </build> - </project> - diff --git a/topia-service-migration/pom.xml b/topia-service-migration/pom.xml index 67457b0..4272c16 100644 --- a/topia-service-migration/pom.xml +++ b/topia-service-migration/pom.xml @@ -35,6 +35,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-migration</artifactId> + <name>ToPIA :: Service Migration</name> <description>Hibernate based migration service</description> @@ -123,5 +124,4 @@ </plugins> </build> - </project> diff --git a/topia-service-replication/pom.xml b/topia-service-replication/pom.xml index d9c79d8..f3636e2 100644 --- a/topia-service-replication/pom.xml +++ b/topia-service-replication/pom.xml @@ -35,6 +35,7 @@ <groupId>org.nuiton.topia</groupId> <artifactId>topia-service-replication</artifactId> + <name>ToPIA :: Service Replication</name> <description>Hibernate based replication service</description> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.