Skip to content

Commit

Permalink
Release v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PoslavskySV committed Sep 11, 2019
1 parent b2bdeb5 commit e23fced
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rings.repl/rings.repl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case $os in
;;
esac

ringsVersion=2.5.2
ringsVersion=2.5.3
ammArgs=()
javaArgs=()

Expand Down
2 changes: 1 addition & 1 deletion rings.scaladsl/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization := "cc.redberry"

name := "rings.scaladsl"

version := "2.5.3-SNAPSHOT"
version := "2.5.3"

scalaVersion := "2.12.3"

Expand Down
1 change: 1 addition & 0 deletions rings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
<source>1.8</source>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit e23fced

Please sign in to comment.