Skip to content

Commit e9a64e1

Browse files
committed
Update the version to be 1.0.2.
1 parent 40e6ff3 commit e9a64e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<name>tomcat server module</name>
77
<groupId>org.tinystruct</groupId>
88
<artifactId>tinystruct-tomcat-server</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010
<description>A tinystruct-based module to enable tomcat server support.</description>
1111
<url>https://tinystruct.org</url>
1212
<licenses>
@@ -32,7 +32,7 @@
3232
<maven.compiler.target>17</maven.compiler.target>
3333
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3434
<tomcat.embed.version>11.0.11</tomcat.embed.version>
35-
<tinystruct.version>1.7.8</tinystruct.version>
35+
<tinystruct.version>1.7.9</tinystruct.version>
3636
</properties>
3737
<dependencies>
3838
<dependency>

0 commit comments

Comments
 (0)