|
2 | 2 | <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 | 3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
4 | 4 | <modelVersion>4.0.0</modelVersion>
|
5 |
| - <parent> |
6 |
| - <groupId>org.jruby</groupId> |
7 |
| - <artifactId>jruby-ext</artifactId> |
8 |
| - <version>1.7.13-SNAPSHOT</version> |
9 |
| - </parent> |
10 |
| - <artifactId>openssl</artifactId> |
11 |
| - <version>0.9.4</version> |
12 |
| - <packaging>jar</packaging> |
| 5 | + <groupId>rubygems</groupId> |
| 6 | + <artifactId>jruby-openssl</artifactId> |
| 7 | + <version>0.9.5</version> |
| 8 | + <packaging>gem</packaging> |
13 | 9 | <name>JRuby OpenSSL</name>
|
14 | 10 | <description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
|
15 | 11 | <url>https://github.com/jruby/jruby</url>
|
|
31 | 27 | <tesla.dump.readonly>true</tesla.dump.readonly>
|
32 | 28 | <gem.path>${gem.home}</gem.path>
|
33 | 29 | <gem.home>../target/rubygems</gem.home>
|
34 |
| - <jruby.plugins.version>1.0.3-SNAPSHOT</jruby.plugins.version> |
| 30 | + <jruby.plugins.version>1.0.3</jruby.plugins.version> |
35 | 31 | <tesla.dump.pom>pom.xml</tesla.dump.pom>
|
36 | 32 | <project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
|
37 | 33 | </properties>
|
|
148 | 144 | <useRepositoryLayout>true</useRepositoryLayout>
|
149 | 145 | </configuration>
|
150 | 146 | </plugin>
|
151 |
| - <plugin> |
152 |
| - <artifactId>maven-deploy-plugin</artifactId> |
153 |
| - <executions> |
154 |
| - <execution> |
155 |
| - <goals> |
156 |
| - <goal>deploy</goal> |
157 |
| - </goals> |
158 |
| - <configuration> |
159 |
| - <skip>false</skip> |
160 |
| - <altDeploymentRepository>sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/</altDeploymentRepository> |
161 |
| - </configuration> |
162 |
| - </execution> |
163 |
| - </executions> |
164 |
| - </plugin> |
165 | 147 | <plugin>
|
166 | 148 | <artifactId>maven-compiler-plugin</artifactId>
|
167 | 149 | <configuration>
|
|
0 commit comments