|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
| 2 | +<!-- |
| 3 | +
|
| 4 | +
|
| 5 | +DO NOT MODIFIY - GENERATED CODE |
| 6 | +
|
| 7 | +
|
| 8 | +--> |
2 | 9 | <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
3 | 10 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4 | 11 | <modelVersion>4.0.0</modelVersion>
|
5 | 12 | <groupId>rubygems</groupId>
|
6 | 13 | <artifactId>jruby-openssl</artifactId>
|
7 |
| - <version>0.9.11</version> |
| 14 | + <version>0.9.12</version> |
8 | 15 | <packaging>gem</packaging>
|
9 | 16 | <name>JRuby OpenSSL</name>
|
10 | 17 | <description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
|
|
56 | 63 | <jruby.version>1.7.18</jruby.version>
|
57 | 64 | <runit.dir>src/test/ruby/**/test_*.rb</runit.dir>
|
58 | 65 | <jruby.versions>1.7.18</jruby.versions>
|
| 66 | + <polyglot.dump.readonly>true</polyglot.dump.readonly> |
59 | 67 | <tesla.dump.pom>pom.xml</tesla.dump.pom>
|
| 68 | + <polyglot.dump.pom>pom.xml</polyglot.dump.pom> |
60 | 69 | <tesla.dump.readonly>true</tesla.dump.readonly>
|
61 | 70 | <invoker.test>${bc.versions}</invoker.test>
|
62 | 71 | </properties>
|
|
285 | 294 | </plugin>
|
286 | 295 | <plugin>
|
287 | 296 | <artifactId>maven-clean-plugin</artifactId>
|
288 |
| - <configuration> |
289 |
| - <filesets> |
290 |
| - <fileset> |
291 |
| - <directory>lib</directory> |
292 |
| - <includes> |
293 |
| - <include>jopenssl.jar</include> |
294 |
| - </includes> |
295 |
| - </fileset> |
296 |
| - <fileset> |
297 |
| - <directory>lib/org</directory> |
298 |
| - </fileset> |
299 |
| - <fileset> |
300 |
| - <directory>target</directory> |
301 |
| - <includes> |
302 |
| - <include>*</include> |
303 |
| - </includes> |
304 |
| - </fileset> |
305 |
| - </filesets> |
306 |
| - </configuration> |
| 297 | + <executions> |
| 298 | + <execution> |
| 299 | + <id>default-clean</id> |
| 300 | + <phase>clean</phase> |
| 301 | + <goals> |
| 302 | + <goal>clean</goal> |
| 303 | + </goals> |
| 304 | + <configuration> |
| 305 | + <filesets> |
| 306 | + <fileset> |
| 307 | + <directory>lib</directory> |
| 308 | + <includes> |
| 309 | + <include>jopenssl.jar</include> |
| 310 | + </includes> |
| 311 | + </fileset> |
| 312 | + <fileset> |
| 313 | + <directory>lib/org</directory> |
| 314 | + </fileset> |
| 315 | + <fileset> |
| 316 | + <directory>target</directory> |
| 317 | + <includes> |
| 318 | + <include>*</include> |
| 319 | + </includes> |
| 320 | + </fileset> |
| 321 | + </filesets> |
| 322 | + <failOnError>false</failOnError> |
| 323 | + </configuration> |
| 324 | + </execution> |
| 325 | + </executions> |
307 | 326 | </plugin>
|
308 | 327 | <plugin>
|
309 | 328 | <artifactId>maven-deploy-plugin</artifactId>
|
|
545 | 564 | </properties>
|
546 | 565 | </profile>
|
547 | 566 | <profile>
|
548 |
| - <id>test-1.7.17</id> |
| 567 | + <id>test-1.7.18</id> |
549 | 568 | <build>
|
550 | 569 | <plugins>
|
551 | 570 | <plugin>
|
|
579 | 598 | <properties>
|
580 | 599 | <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
|
581 | 600 | <jruby.modes>1.8,1.9,2.0</jruby.modes>
|
582 |
| - <jruby.versions>1.7.17</jruby.versions> |
| 601 | + <jruby.versions>1.7.18</jruby.versions> |
583 | 602 | </properties>
|
584 | 603 | </profile>
|
585 | 604 | <profile>
|
586 |
| - <id>test-1.7.18</id> |
| 605 | + <id>test-1.7.20</id> |
587 | 606 | <build>
|
588 | 607 | <plugins>
|
589 | 608 | <plugin>
|
|
617 | 636 | <properties>
|
618 | 637 | <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
|
619 | 638 | <jruby.modes>1.8,1.9,2.0</jruby.modes>
|
620 |
| - <jruby.versions>1.7.18</jruby.versions> |
| 639 | + <jruby.versions>1.7.20</jruby.versions> |
621 | 640 | </properties>
|
622 | 641 | </profile>
|
623 | 642 | <profile>
|
624 |
| - <id>test-1.7.19</id> |
| 643 | + <id>test-1.7.21</id> |
625 | 644 | <build>
|
626 | 645 | <plugins>
|
627 | 646 | <plugin>
|
|
655 | 674 | <properties>
|
656 | 675 | <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
|
657 | 676 | <jruby.modes>1.8,1.9,2.0</jruby.modes>
|
658 |
| - <jruby.versions>1.7.19</jruby.versions> |
| 677 | + <jruby.versions>1.7.21</jruby.versions> |
659 | 678 | </properties>
|
660 | 679 | </profile>
|
661 | 680 | <profile>
|
662 |
| - <id>test-1.7.20</id> |
| 681 | + <id>test-1.7.22</id> |
663 | 682 | <build>
|
664 | 683 | <plugins>
|
665 | 684 | <plugin>
|
|
693 | 712 | <properties>
|
694 | 713 | <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
|
695 | 714 | <jruby.modes>1.8,1.9,2.0</jruby.modes>
|
696 |
| - <jruby.versions>1.7.20</jruby.versions> |
| 715 | + <jruby.versions>1.7.22</jruby.versions> |
| 716 | + </properties> |
| 717 | + </profile> |
| 718 | + <profile> |
| 719 | + <id>test-9.0.1.0</id> |
| 720 | + <build> |
| 721 | + <plugins> |
| 722 | + <plugin> |
| 723 | + <artifactId>maven-invoker-plugin</artifactId> |
| 724 | + <version>1.8</version> |
| 725 | + <executions> |
| 726 | + <execution> |
| 727 | + <goals> |
| 728 | + <goal>install</goal> |
| 729 | + <goal>run</goal> |
| 730 | + </goals> |
| 731 | + <configuration> |
| 732 | + <projectsDirectory>integration</projectsDirectory> |
| 733 | + <pomIncludes> |
| 734 | + <pomInclude>*/pom.xml</pomInclude> |
| 735 | + </pomIncludes> |
| 736 | + <streamLogs>true</streamLogs> |
| 737 | + <properties> |
| 738 | + <jruby.versions>${jruby.versions}</jruby.versions> |
| 739 | + <jruby.modes>${jruby.modes}</jruby.modes> |
| 740 | + <jruby.openssl.version>${project.version}</jruby.openssl.version> |
| 741 | + <bc.versions>${bc.versions}</bc.versions> |
| 742 | + <runit.dir>${runit.dir}</runit.dir> |
| 743 | + </properties> |
| 744 | + </configuration> |
| 745 | + </execution> |
| 746 | + </executions> |
| 747 | + </plugin> |
| 748 | + </plugins> |
| 749 | + </build> |
| 750 | + <properties> |
| 751 | + <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions> |
| 752 | + <jruby.version>9.0.1.0</jruby.version> |
| 753 | + <jruby.versions>9.0.1.0</jruby.versions> |
697 | 754 | </properties>
|
698 | 755 | </profile>
|
699 | 756 | <profile>
|
700 |
| - <id>test-9000</id> |
| 757 | + <id>test-9.0.4.0</id> |
701 | 758 | <build>
|
702 | 759 | <plugins>
|
703 | 760 | <plugin>
|
|
730 | 787 | </build>
|
731 | 788 | <properties>
|
732 | 789 | <bc.versions>1.47,1.48,1.49,1.50,1.51</bc.versions>
|
733 |
| - <jruby.version>9.0.0.0</jruby.version> |
734 |
| - <jruby.versions>9.0.0.0</jruby.versions> |
| 790 | + <jruby.version>9.0.4.0</jruby.version> |
| 791 | + <jruby.versions>9.0.4.0</jruby.versions> |
735 | 792 | </properties>
|
736 | 793 | </profile>
|
737 | 794 | <profile>
|
|
0 commit comments