Skip to content

Commit 701aee8

Browse files
mkristiankares
authored andcommitted
prepare jruby-openssl-0.9.5 release
1 parent 710a90b commit 701aee8

File tree

2 files changed

+6
-24
lines changed

2 files changed

+6
-24
lines changed

lib/jopenssl/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jopenssl
22
module Version
3-
VERSION = "0.9.5.dev"
3+
VERSION = "0.9.5"
44
BOUNCY_CASTLE_VERSION = "1.47"
55
end
66
end

pom.xml

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,10 @@
22
<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"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
44
<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>
139
<name>JRuby OpenSSL</name>
1410
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
1511
<url>https://github.com/jruby/jruby</url>
@@ -31,7 +27,7 @@
3127
<tesla.dump.readonly>true</tesla.dump.readonly>
3228
<gem.path>${gem.home}</gem.path>
3329
<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>
3531
<tesla.dump.pom>pom.xml</tesla.dump.pom>
3632
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
3733
</properties>
@@ -148,20 +144,6 @@
148144
<useRepositoryLayout>true</useRepositoryLayout>
149145
</configuration>
150146
</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>
165147
<plugin>
166148
<artifactId>maven-compiler-plugin</artifactId>
167149
<configuration>

0 commit comments

Comments
 (0)