Skip to content

Commit

Permalink
Issue 110: Use project.parent.version for weaver version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaladay committed May 10, 2022
1 parent 6098423 commit f61adde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<!-- 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 @@ -57,7 +56,7 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>messaging</artifactId>
<version>${weaver.version}</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f61adde

Please sign in to comment.