Skip to content

Commit

Permalink
version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsavell committed Oct 13, 2021
1 parent c554fd4 commit de8d31e
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 de8d31e

Please sign in to comment.