mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
REPO-4463 Enable testing with Postgres 11 -- added SNAPSHOT
This commit is contained in:
@@ -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
|
||||||
|
2
pom.xml
2
pom.xml
@@ -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>
|
||||||
|
Reference in New Issue
Block a user