This commit is contained in:
anechifor
2019-06-20 08:07:37 +00:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- java -jar wss-unified-agent.jar -apiKey ${WHITESOURCE_API_KEY} -c .wss-unified-agent.config
- 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:

View File

@@ -10,7 +10,7 @@
<artifactId>alfresco-data-model</artifactId>
<name>Alfresco Data Model</name>
<description>Alfresco Data Model classes</description>
<version>8.40-SNAPSHOT</version>
<version>4.32.1-SNAPSHOT</version>
<scm>
<connection>scm:git:https://github.com/Alfresco/alfresco-data-model.git</connection>
@@ -338,6 +338,10 @@
<groupId>asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>