@@ -11,7 +11,7 @@ DO NOT MODIFIY - GENERATED CODE
11
11
<modelVersion >4.0.0</modelVersion >
12
12
<groupId >rubygems</groupId >
13
13
<artifactId >jruby-openssl</artifactId >
14
- <version >0.10.1 </version >
14
+ <version >0.10.2.dev-SNAPSHOT </version >
15
15
<packaging >gem</packaging >
16
16
<name >JRuby OpenSSL</name >
17
17
<description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
@@ -57,18 +57,18 @@ DO NOT MODIFIY - GENERATED CODE
57
57
</snapshotRepository >
58
58
</distributionManagement >
59
59
<properties >
60
- <bc .versions>1.59</bc .versions>
61
- <mavengem .wagon.version>0.2.0</mavengem .wagon.version>
62
- <jruby .plugins.version>1.0.10</jruby .plugins.version>
60
+ <bc .versions>1.60</bc .versions>
63
61
<invoker .skip>${maven.test.skip} </invoker .skip>
64
- <jruby .version>1.7.26</jruby .version>
65
- <runit .dir>src/test/ruby/**/test_*.rb</runit .dir>
62
+ <invoker .test>${bc.versions} </invoker .test>
63
+ <jruby .plugins.version>1.1.5</jruby .plugins.version>
64
+ <jruby .version>9.1.17.0</jruby .version>
66
65
<jruby .versions>1.7.26</jruby .versions>
66
+ <mavengem .wagon.version>0.2.1</mavengem .wagon.version>
67
+ <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
67
68
<polyglot .dump.readonly>true</polyglot .dump.readonly>
69
+ <runit .dir>src/test/ruby/**/test_*.rb</runit .dir>
68
70
<tesla .dump.pom>pom.xml</tesla .dump.pom>
69
- <polyglot .dump.pom>pom.xml</polyglot .dump.pom>
70
71
<tesla .dump.readonly>true</tesla .dump.readonly>
71
- <invoker .test>${bc.versions} </invoker .test>
72
72
</properties >
73
73
<dependencies >
74
74
<dependency >
@@ -95,17 +95,17 @@ DO NOT MODIFIY - GENERATED CODE
95
95
<dependency >
96
96
<groupId >org.bouncycastle</groupId >
97
97
<artifactId >bcprov-jdk15on</artifactId >
98
- <version >1.59 </version >
98
+ <version >1.60 </version >
99
99
</dependency >
100
100
<dependency >
101
101
<groupId >org.bouncycastle</groupId >
102
102
<artifactId >bcpkix-jdk15on</artifactId >
103
- <version >1.59 </version >
103
+ <version >1.60 </version >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >org.bouncycastle</groupId >
107
107
<artifactId >bctls-jdk15on</artifactId >
108
- <version >1.59 </version >
108
+ <version >1.60 </version >
109
109
</dependency >
110
110
<dependency >
111
111
<groupId >org.jruby</groupId >
@@ -284,6 +284,9 @@ DO NOT MODIFIY - GENERATED CODE
284
284
<debug >true</debug >
285
285
<showWarnings >true</showWarnings >
286
286
<showDeprecation >true</showDeprecation >
287
+ <excludes >
288
+ <exclude >module-info.java</exclude >
289
+ </excludes >
287
290
<generatedSourcesDirectory >${basedir} /target/generated-sources</generatedSourcesDirectory >
288
291
<annotationProcessors >
289
292
<annotationProcessor >org.jruby.anno.AnnotationBinder</annotationProcessor >
@@ -373,6 +376,27 @@ DO NOT MODIFIY - GENERATED CODE
373
376
</plugins >
374
377
</build >
375
378
<profiles >
379
+ <profile >
380
+ <id >module-info</id >
381
+ <activation >
382
+ <jdk >[9,)</jdk >
383
+ </activation >
384
+ <build >
385
+ <plugins >
386
+ <plugin >
387
+ <artifactId >maven-compiler-plugin</artifactId >
388
+ <version >3.1</version >
389
+ <configuration >
390
+ <source >9</source >
391
+ <target >1.7</target >
392
+ <includes >
393
+ <include >module-info.java</include >
394
+ </includes >
395
+ </configuration >
396
+ </plugin >
397
+ </plugins >
398
+ </build >
399
+ </profile >
376
400
<profile >
377
401
<id >test-1.7.18</id >
378
402
<build >
0 commit comments