Compare commits

...

2 Commits

Author SHA1 Message Date
cbef0da7e2 Formally define 0.2.0 release 2024-02-05 12:32:45 -05:00
398ecc8bf4 Dependency version tweak. 2024-02-04 12:07:40 -05:00

View File

@ -7,7 +7,7 @@
<groupId>com.mousetech.gourmet</groupId> <groupId>com.mousetech.gourmet</groupId>
<artifactId>gourmetj</artifactId> <artifactId>gourmetj</artifactId>
<version>0.2.0-SNAPSHOT</version> <version>0.2.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>GourmetJ</name> <name>GourmetJ</name>
@ -126,7 +126,6 @@
<dependency> <dependency>
<groupId>jakarta.servlet</groupId> <groupId>jakarta.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId> <artifactId>jakarta.servlet-api</artifactId>
<version>6.0.0</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>