REPO-4463 Enable testing with Postgres 11 -- added SNAPSHOT

This commit is contained in:
Andrei Zapodeanu
2019-07-24 17:34:57 +03:00
parent 0bcab88adf
commit de5c4fa97c
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ install: travis_retry mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B
jobs: jobs:
include: include:
- stage: test - stage: test
name: "AllUnitTestsSuite" name: "AllUnitTestsSuite"
script: mvn test -B -Dtest=AllUnitTestsSuite script: mvn test -B -Dtest=AllUnitTestsSuite
- name: "WhiteSource scan" - name: "WhiteSource scan"
# only on support branches or master and if it is not a PR # only on support branches or master and if it is not a PR

View File

@@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>alfresco-repository</artifactId> <artifactId>alfresco-repository</artifactId>
<name>Alfresco Repository</name> <name>Alfresco Repository</name>
<version>zap-7.87-postgres11</version> <version>zap-7.87-postgres11-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<parent> <parent>