Skip to content

Commit 9f93cc3

Browse files
committed
[release] prepare for 1.2.5
1 parent 712f463 commit 9f93cc3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

History.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.2.5 (UNRELEASED)
1+
## 1.2.5
22

33
- Fix use of jruby-rack under Java 8 (#324)
44
- Fix deprecated usages of JRuby runtime

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jruby.rack</groupId>
1212
<artifactId>jruby-rack</artifactId>
13-
<version>1.2.5-SNAPSHOT</version>
13+
<version>1.2.5</version>
1414
<name>JRuby-Rack</name>
1515
<url>https://github.com/jruby/jruby-rack/</url>
1616
<description>

src/main/ruby/jruby/rack/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
module JRuby
1010
module Rack
11-
VERSION = '1.2.5.SNAPSHOT'
11+
VERSION = '1.2.5'
1212
end
1313
end

0 commit comments

Comments
 (0)