mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge 84a0ed060f
into 946b750c7b
This commit is contained in:
@@ -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:
|
||||
|
6
pom.xml
6
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user