Skip to content

Commit

Permalink
Merge pull request #155 from TAMULib/v3.0.1
Browse files Browse the repository at this point in the history
Version to 3.0.1
  • Loading branch information
jmicah committed Oct 13, 2021
2 parents c554fd4 + de8d31e commit b3221fa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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>2.2.0</version>
<version>3.0.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>2.2.0</version>
<version>3.0.1</version>

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

<properties>
<start-class>edu.tamu.catalog.WebServerInit</start-class>
<snippetsDirectory>${project.build.directory}/generated-snippets</snippetsDirectory>
<apiVersion>2.2.0</apiVersion>
<apiVersion>3.0.1</apiVersion>
</properties>

<packaging>war</packaging>
Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>edu.tamu.catalog</groupId>
<artifactId>catalog-domain</artifactId>
<version>2.2.0</version>
<version>3.0.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit b3221fa

Please sign in to comment.