Skip to content

Commit

Permalink
Version 1.0.0 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinherron authored Nov 8, 2024
1 parent b7d53e1 commit 182f53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

<groupId>com.digitalpetri.netty</groupId>
<artifactId>netty-channel-fsm</artifactId>
<version>1.0.0-RC2</version>

<version>1.0.0</version>
<name>Netty Channel FSM</name>
<description>
A state machine that manages async non-blocking access to a Netty Channel.
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.digitalpetri.fsm</groupId>
<artifactId>strict-machine</artifactId>
<version>1.0.0-RC2</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down

0 comments on commit 182f53d

Please sign in to comment.