branch develop updated (492f90b -> c973cf4)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository topia. See https://gitlab.nuiton.org/nuiton/topia.git from 492f90b fix site build new 7ed2e88 optimize dependencies new c973cf4 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 c973cf4eb2e7f042bfefdaf3b7c79e4c29dfb1ab Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:43:18 2016 +0200 tidy poms commit 7ed2e886175fb94e4ce2dfd863acbaa15844f052 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:43:06 2016 +0200 optimize dependencies Summary of changes: 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 + topia-templates/pom.xml | 4 ++++ 10 files changed, 10 insertions(+), 12 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 topia. See https://gitlab.nuiton.org/nuiton/topia.git commit 7ed2e886175fb94e4ce2dfd863acbaa15844f052 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Oct 8 16:43:06 2016 +0200 optimize dependencies --- topia-templates/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topia-templates/pom.xml b/topia-templates/pom.xml index e181533..76ad400 100644 --- a/topia-templates/pom.xml +++ b/topia-templates/pom.xml @@ -62,6 +62,10 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency> + <dependency> + <groupId>org.nuiton.i18n</groupId> + <artifactId>nuiton-i18n</artifactId> + </dependency> <dependency> <groupId>com.google.guava</groupId> -- 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 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>.
participants (1)
-
nuiton.org scm