Skip to content

Commit

Permalink
Minor updates to track Fedora version in the pom. Sets travis to skip…
Browse files Browse the repository at this point in the history
… integration tests.
  • Loading branch information
bbranan committed Apr 15, 2016
1 parent f92ba2f commit 1203605
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- "export JAVA_OPTS=-Xmx512m"

script:
- mvn install -B -V
- mvn install -B -V -DskipITs

notifications:
irc: "irc.freenode.org#fcrepo"
Expand Down
13 changes: 7 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

<properties>
<project_name>fcrepo-webapp-plus-cloud</project_name>
<!-- integration test properties -->
<fcrepo.test.context.path>/</fcrepo.test.context.path>
<fcrepo.version>4.5.1-SNAPSHOT</fcrepo.version>
<infinispan.cachestore.cloud.version>7.1.1.Final</infinispan.cachestore.cloud.version>
<jclouds.version>1.9.2</jclouds.version>
<!-- integration test properties -->
<fcrepo.test.context.path>/</fcrepo.test.context.path>
</properties>

<repositories>
Expand Down Expand Up @@ -46,25 +47,25 @@
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webapp</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>${fcrepo.version}</version>
<type>war</type>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-webapp</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>${fcrepo.version}</version>
<type>jar</type>
<classifier>classes</classifier>
</dependency>
<dependency>
<groupId>org.fcrepo</groupId>
<artifactId>fcrepo-mint</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>${fcrepo.version}</version>
</dependency>
<dependency>
<groupId>org.fcrepo.transform</groupId>
<artifactId>fcrepo-transform</artifactId>
<version>4.5.1-SNAPSHOT</version>
<version>${fcrepo.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 1203605

Please sign in to comment.