Skip to content

Commit

Permalink
[110] Upgrade to Weaver RC9 (#114)
Browse files Browse the repository at this point in the history
* Issue 110: Upgrade to Weaver RC9

* Issue 110: Use project.parent.version for weaver version.
  • Loading branch information
kaladay committed May 10, 2022
1 parent e1d7320 commit ae6712f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 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 Down Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>edu.tamu.weaver</groupId>
<artifactId>messaging</artifactId>
<version>2.0.3</version>
<version>${project.parent.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit ae6712f

Please sign in to comment.