branch develop-4.x updated (8c882bb -> f67e894)
This is an automated email from the git hooks/post-receive script. New change to branch develop-4.x in repository tutti. See http://git.codelutin.com/tutti.git from 8c882bb Fixes #7925 Merge branch 'feature/7925' into develop-4.x new c1a1e36 Passage sur java 8 + mise à jour de codleutinpom en 9 new f67e894 Correction des readme suite au passage sous codelutinpom + fix gav de postgresql (Fixes #8072) 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 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) commit c1a1e36f48eb472876f714e5148f4ea157d32492 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 7 07:23:15 2016 +0100 Passage sur java 8 + mise à jour de codleutinpom en 9 Summary of changes: README.txt => README.md | 0 .../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 +- .../README.txt => observe-validation/README.md | 0 pom.xml | 25 +++++++++++----------- 8 files changed, 14 insertions(+), 15 deletions(-) rename README.txt => README.md (100%) rename observe-validation/README.txt => observe-business/README.md (100%) rename observe-entities/{README.txt => README.md} (100%) rename observe-swing/{README.txt => README.md} (100%) rename observe-business/README.txt => observe-validation/README.md (100%) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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 c1a1e36f48eb472876f714e5148f4ea157d32492 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Mar 7 07:23:15 2016 +0100 Passage sur java 8 + mise à jour de codleutinpom en 9 --- pom.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index f1ab6cf..1830f65 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>codelutinpom</artifactId> - <version>5.1</version> + <version>9</version> </parent> <groupId>fr.ird.observe</groupId> @@ -38,7 +38,7 @@ <name>ObServe</name> <description>Projet ObServe</description> - <url>https://observe.codelutin.com</url> + <url>http://observe.codelutin.com</url> <inceptionYear>2008</inceptionYear> <organization> <name>IRD</name> @@ -97,16 +97,15 @@ <connection>scm:git:git@gitlab.nuiton.org:codelutin/observe.git</connection> <developerConnection>scm:git:git@gitlab.nuiton.org:codelutin/observe.git</developerConnection> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> <properties> <projectId>observe</projectId> + <ciViewId>ObServe</ciViewId> + + <javaVersion>1.8</javaVersion> + <signatureArtifactId>java18</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <eugenePluginVersion>3.0-alpha-2</eugenePluginVersion> @@ -185,12 +184,12 @@ <dependency> <groupId>commons-collections</groupId> <artifactId>commons-collections</artifactId> - <version>3.2.1</version> + <version>3.2.2</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-collections4</artifactId> - <version>4.0</version> + <version>4.1</version> </dependency> <dependency> <groupId>commons-beanutils</groupId> @@ -216,7 +215,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>18.0</version> + <version>19.0</version> </dependency> <dependency> @@ -433,9 +432,9 @@ <version>1.3.176</version> </dependency> <dependency> - <groupId>postgresql</groupId> + <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId> - <version>9.1-901-1.jdbc4</version> + <version>9.4-1206-jdbc4</version> </dependency> <!-- hibernate --> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
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>.
participants (1)
-
codelutin.com scm