Skip to content

Commit

Permalink
Merge pull request #165 from TAMULib/version-3.1.1
Browse files Browse the repository at this point in the history
Version to 3.1.1
  • Loading branch information
jmicah committed Jan 7, 2022
2 parents 633e347 + 0e05f3b commit cf9e0dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>edu.tamu.catalog</groupId>
<artifactId>catalog-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>edu.tamu.catalog</groupId>
<artifactId>catalog-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>

<name>Catalog Parent</name>
<description>A service and a domain for interfacing with Library Catalogs</description>
Expand Down
4 changes: 2 additions & 2 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>edu.tamu.catalog</groupId>
<artifactId>catalog-parent</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</parent>

<properties>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>edu.tamu.catalog</groupId>
<artifactId>catalog-domain</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit cf9e0dd

Please sign in to comment.