Skip to content

Commit

Permalink
prepare v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Domo42 committed Mar 25, 2018
1 parent adc70e9 commit ab16c5a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ published by oxo42. The code package names have not changed.
<dependency>
<groupId>com.codebullets.stateless4j</groupId>
<artifactId>stateless4j</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion deploy-staging.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@ECHO OFF
SET targetVersion=3.0.0
SET targetVersion=3.1.0
SET baseDir=%~dp0
SET targetUrl=https://oss.sonatype.org/service/local/staging/deploy/maven2
REM SET targetUrl=file://v:\temp\repo
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 @@

<groupId>com.codebullets.stateless4j</groupId>
<artifactId>stateless4j</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>stateless4j</name>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ private void logUnhandledTriggerAction(final S state, final T trigger) {
/**
* This method returns a function that will log a warning of a non defined state transition.
*
* <p>This might be an sensible action besides the default of throwing an {@code IllegateStateException}. </p>
* <p>This might be an sensible action besides the default of throwing an {@code IllegateStateException}.</p>
*
* <p>If one wants to change the default unhandled behavior call {@link #onUnhandledTrigger(Action2)} with
* the return value of this method.</p>
Expand Down

0 comments on commit ab16c5a

Please sign in to comment.