Skip to content

Commit

Permalink
Issue 110: Upgrade to Weaver RC9
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed May 9, 2022
1 parent 6cf8255 commit 6098423
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>edu.tamu.weaver</groupId>
<artifactId>webservice-parent</artifactId>
<version>2.1.1-RC8</version>
<version>2.1.1-RC9</version>
<relativePath/>
</parent>

Expand All @@ -33,6 +33,7 @@
<!-- e.g. file:/var/ir-iiif-service/config, classpath:/config -->
<config.uri>classpath:/config/</config.uri>
<maven.packaging>war</maven.packaging>
<weaver.version>2.1.1-RC9</weaver.version>
</properties>

<packaging>${maven.packaging}</packaging>
Expand All @@ -56,7 +57,7 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>messaging</artifactId>
<version>2.0.3</version>
<version>${weaver.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 6098423

Please sign in to comment.