From 0bcab88adf10c46f72573fa5978536e7639ba29f Mon Sep 17 00:00:00 2001 From: Andrei Zapodeanu Date: Wed, 24 Jul 2019 16:59:21 +0300 Subject: [PATCH] REPO-4463 Enable testing with Postgres 11 -- prepare for private build --- .travis.yml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fe670315df..a4b7ed342a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -102,7 +102,7 @@ jobs: script: travis_wait 20 mvn test -B -Dtest=AllDBTestsTestSuite -Ddb.name=alfresco -Ddb.url=jdbc:mariadb://localhost:3307/alfresco?useUnicode=yes\&characterEncoding=UTF-8 -Ddb.username=alfresco -Ddb.password=alfresco -Ddb.driver=org.mariadb.jdbc.Driver - stage: release name: "Push to Nexus" - if: fork = false AND (branch = master OR branch =~ /support\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/ + if: fork = false # AND (branch = master OR branch =~ /support\/.*/) AND type != pull_request AND commit_message !~ /\[no-release\]/ before_install: - "cp .travis.settings.xml $HOME/.m2/settings.xml" script: diff --git a/pom.xml b/pom.xml index caf6de7cf8..832c53d493 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 alfresco-repository Alfresco Repository - 7.87-SNAPSHOT + zap-7.87-postgres11 jar