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