Skip to content

Commit e6673ae

Browse files
authored
Merge branch 'master' into jruby-10
2 parents 7c730e5 + e50f398 commit e6673ae

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ updates:
2525
- dependency-type: all
2626
groups:
2727
ruby-deps:
28-
patterns: [ "*" ]
28+
patterns: [ "*" ]

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ current stable 1.1.x releases.**
1313
[![Gem Version](https://badge.fury.io/rb/jruby-rack.png)][8]
1414
[![Build Status](https://github.com/jruby/jruby-rack/actions/workflows/maven.yml/badge.svg)][9]
1515

16+
## gocd-contrib Fork
17+
18+
This fork is intended as temporary to validate jruby-rack changes with quicker turnaround time. The goal is to
19+
merge changes upstream, and avoid use of this fork. You are not recommended to create dependencies on it.
20+
21+
If necessary, it is available through [https://jitpack.io](https://jitpack.io).
22+
23+
```groovy
24+
repositories {
25+
maven { url = 'https://jitpack.io' }
26+
}
27+
28+
dependencies {
29+
implementation 'com.github.gocd-contrib:jruby-rack:1.2.3.6'
30+
}
31+
```
32+
1633
## Compatibility
1734

1835
JRuby-Rack 1.2.x

jitpack.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
jdk:
2+
- openjdk17
3+
4+
before_install:
5+
- source "$HOME/.sdkman/bin/sdkman-init.sh"
6+
- sdk update
7+
- sdk install maven
8+
- sdk install java 17.0.14.7-tem
9+
- sdk use java 17.0.14.7-tem
10+
- mvn -v

pom.xml

Lines changed: 2 additions & 2 deletions
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.3-SNAPSHOT</version>
13+
<version>1.2.3</version>
1414
<name>JRuby-Rack</name>
1515
<url>https://github.com/jruby/jruby-rack/</url>
1616
<description>
@@ -219,7 +219,7 @@
219219
<plugin>
220220
<groupId>org.apache.maven.plugins</groupId>
221221
<artifactId>maven-surefire-plugin</artifactId>
222-
<version>3.5.2</version>
222+
<version>3.5.3</version>
223223
</plugin>
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)