This is an automated email from the git hooks/post-receive script. New commit to branch develop-4.x in repository tutti. See http://git.codelutin.com/tutti.git commit f67e89486a72f18eb741ef053823df687db75999 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 7 07:28:50 2016 +0100 Correction des readme suite au passage sous codelutinpom + fix gav de postgresql (Fixes #8072) --- README.txt => README.md | 0 observe-validation/README.txt => observe-business/README.md | 0 observe-business/pom.xml | 2 +- observe-entities/{README.txt => README.md} | 0 observe-swing/{README.txt => README.md} | 0 observe-swing/pom.xml | 2 +- observe-business/README.txt => observe-validation/README.md | 0 7 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.md similarity index 100% rename from README.txt rename to README.md diff --git a/observe-validation/README.txt b/observe-business/README.md similarity index 100% rename from observe-validation/README.txt rename to observe-business/README.md diff --git a/observe-business/pom.xml b/observe-business/pom.xml index fa7e682..d357674 100644 --- a/observe-business/pom.xml +++ b/observe-business/pom.xml @@ -177,7 +177,7 @@ <artifactId>h2</artifactId> </dependency> <dependency> - <groupId>postgresql</groupId> + <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> </dependency> <dependency> diff --git a/observe-entities/README.txt b/observe-entities/README.md similarity index 100% rename from observe-entities/README.txt rename to observe-entities/README.md diff --git a/observe-swing/README.txt b/observe-swing/README.md similarity index 100% rename from observe-swing/README.txt rename to observe-swing/README.md diff --git a/observe-swing/pom.xml b/observe-swing/pom.xml index a5560b1..4b31ee2 100644 --- a/observe-swing/pom.xml +++ b/observe-swing/pom.xml @@ -232,7 +232,7 @@ <artifactId>h2</artifactId> </dependency> <dependency> - <groupId>postgresql</groupId> + <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> <scope>runtime</scope> </dependency> diff --git a/observe-business/README.txt b/observe-validation/README.md similarity index 100% rename from observe-business/README.txt rename to observe-validation/README.md -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.