Skip to content

Commit

Permalink
prepare v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Domo42 committed Mar 26, 2018
1 parent f164598 commit 4fa9a31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.1.0</version>
<version>3.1.1</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.1.0
SET targetVersion=3.1.1
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.1-SNAPSHOT</version>
<version>3.1.1</version>
<name>stateless4j</name>
<packaging>jar</packaging>

Expand Down

0 comments on commit 4fa9a31

Please sign in to comment.