Skip to content

Commit 8fd357f

Browse files
committed
let us try rolling with latest jruby plugins + force same jruby.version to be used for all
1 parent 9ec65ed commit 8fd357f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

pom.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<vendor.gems.path>vendor/gems</vendor.gems.path>
2323
<bundler.version>1.5.3</bundler.version>
2424
<bundler.local>false</bundler.local> <!-- true by default -->
25-
<saumya.mojo.version>1.0.0-rc4</saumya.mojo.version>
25+
<saumya.mojo.version>1.0.1</saumya.mojo.version>
2626
<!--default: <gem.home>target/rubygems</gem.home>-->
2727
</properties>
2828

@@ -197,6 +197,7 @@
197197
<phase>test</phase>
198198
<goals><goal>install</goal></goals>
199199
<configuration>
200+
<jruby.version>${jruby.version}</jruby.version>
200201
<includeOpenSSL>false</includeOpenSSL>
201202
<args>--local ${vendor.gems.path}/bouncy-castle-java-1.5.0147.gem ${vendor.gems.path}/jruby-openssl-0.9.4.gem</args>
202203
</configuration>
@@ -206,6 +207,7 @@
206207
<phase>test</phase>
207208
<goals><goal>install</goal></goals>
208209
<configuration>
210+
<jruby.version>${jruby.version}</jruby.version>
209211
<includeOpenSSL>false</includeOpenSSL>
210212
<args>bundler -v ${bundler.version}</args>
211213
</configuration>
@@ -222,6 +224,7 @@
222224
<phase>test</phase>
223225
<goals><goal>install</goal></goals>
224226
<configuration>
227+
<jruby.version>${jruby.version}</jruby.version>
225228
<!--<local>false</local>-->
226229
<bundlerVersion>${bundler.version}</bundlerVersion>
227230
</configuration>
@@ -238,6 +241,7 @@
238241
<phase>test</phase>
239242
<goals><goal>rake</goal></goals>
240243
<configuration>
244+
<jruby.version>${jruby.version}</jruby.version>
241245
<args>speconly SKIP_SPECS=${maven.test.skip} FULL_BIN_PATH=true</args>
242246
</configuration>
243247
</execution>
@@ -248,16 +252,18 @@
248252
<!-- bind "late" so we do not run during compile/test-compile -->
249253
<goals><goal>rake</goal></goals>
250254
<configuration>
255+
<jruby.version>${jruby.version}</jruby.version>
251256
<args>resources VERSION=${project.version}</args>
252257
</configuration>
253258
</execution>
254259
</executions>
255260
</plugin>
261+
<!--
256262
<plugin>
257263
<groupId>org.jruby</groupId>
258264
<artifactId>jruby-rake-plugin</artifactId>
259265
<version>${jruby.version}</version>
260-
</plugin>
266+
</plugin>-->
261267
</plugins>
262268
<extensions>
263269
<extension>

0 commit comments

Comments
 (0)