Skip to content

Commit

Permalink
Merge pull request #74 from TAMULib/maintenance-2020-q1
Browse files Browse the repository at this point in the history
upgrade weaver
  • Loading branch information
wwelling committed Mar 6, 2020
2 parents 20dd8be + 327a660 commit bcc1e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java

jdk:
- oraclejdk8
- openjdk8

install:
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>edu.tamu</groupId>
<artifactId>ir-iiif-service</artifactId>
<version>0.4.0-SNAPSHOT</version>
<version>0.4.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>IR IIIF Service</name>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.x-MESSAGING-MODULE-SNAPSHOT</version>
<version>2.0.2</version>
</parent>

<properties>
Expand All @@ -35,12 +35,12 @@

<repository>
<id>tamu-releases</id>
<url>https://maven.library.tamu.edu/content/repositories/releases</url>
<url>https://artifacts.library.tamu.edu/repository/maven-releases/</url>
</repository>

<repository>
<id>tamu-snapshots</id>
<url>https://maven.library.tamu.edu/content/repositories/snapshots</url>
<url>https://artifacts.library.tamu.edu/repository/maven-snapshots/</url>
</repository>

</repositories>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>messaging</artifactId>
<version>2.x-MESSAGING-MODULE-SNAPSHOT</version>
<version>2.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit bcc1e31

Please sign in to comment.