File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55gemspec ( :jar => 'warbler_jar.jar' ,
66 :source => 'ext' )
77
8- properties ( 'jruby.plugins.version' => '3.0.5' ,
8+ plugin_repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
9+ :id => 'central-snapshots' ) do
10+ releases 'false'
11+ snapshots 'true'
12+ end
13+ repository ( :url => 'https://central.sonatype.com/repository/maven-snapshots/' ,
14+ :id => 'central-snapshots' ) do
15+ releases 'false'
16+ snapshots 'true'
17+ end
18+
19+ properties ( 'jruby.plugins.version' => '3.0.6-SNAPSHOT' ,
920 'jruby.version' => '9.4.13.0' ,
1021 'jetty.version' => '9.4.31.v20200723' )
1122
Original file line number Diff line number Diff line change 88 <packaging >pom</packaging >
99
1010 <properties >
11- <jruby .plugins.version>3.0.5 </jruby .plugins.version>
11+ <jruby .plugins.version>3.0.6-SNAPSHOT </jruby .plugins.version>
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1313 <jruby .version>9.4.13.0</jruby .version>
1414 <warbler .version>2.0.4</warbler .version>
You can’t perform that action at this time.
0 commit comments