Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
Bumping to latest Swarm release
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiviter committed Apr 16, 2018
1 parent d9e4e6e commit 35d8ba9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ cache:
build:
stage: build
script:
- mvn $MAVEN_CLI_OPTS compile
- mvn $MAVEN_CLI_OPTS compile -Pci

test:
stage: test
script:
- mvn $MAVEN_CLI_OPTS test
- mvn $MAVEN_CLI_OPTS test -Pci
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jdk: oraclejdk8
sudo: required
install: true
script:
- mvn clean install -Ptravis
- mvn clean install -Pci
cache:
directories:
- '$HOME/.m2/repository'
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>bom-all</artifactId>
<version>2018.3.3</version>
<version>2018.4.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -204,7 +204,10 @@

<profiles>
<profile>
<id>travis</id>
<id>ci</id>
<activation>
<activeByDefault>false</activeByDefault>
</activation>
<modules>
<module>core</module>
<module>artemis</module>
Expand Down

0 comments on commit 35d8ba9

Please sign in to comment.