Skip to content

Commit

Permalink
prepare jruby-openssl-0.9.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Jun 24, 2014
1 parent 8c8fe68 commit 6dd44af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ext/openssl/lib/jopenssl/version.rb
@@ -1,6 +1,6 @@
module Jopenssl
module Version
VERSION = "0.9.5.dev"
VERSION = "0.9.5"
BOUNCY_CASTLE_VERSION = "1.47"
end
end
20 changes: 3 additions & 17 deletions ext/openssl/pom.xml
Expand Up @@ -2,9 +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"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jruby.gems</groupId>
<groupId>rubygems</groupId>
<artifactId>jruby-openssl</artifactId>
<version>0.9.5.dev-SNAPSHOT</version>
<version>0.9.5</version>
<packaging>gem</packaging>
<name>JRuby OpenSSL</name>
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
Expand All @@ -27,7 +27,7 @@
<tesla.dump.readonly>true</tesla.dump.readonly>
<gem.path>${gem.home}</gem.path>
<gem.home>../target/rubygems</gem.home>
<jruby.plugins.version>1.0.3-SNAPSHOT</jruby.plugins.version>
<jruby.plugins.version>1.0.3</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -144,20 +144,6 @@
<useRepositoryLayout>true</useRepositoryLayout>
</configuration>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>deploy</goal>
</goals>
<configuration>
<skip>false</skip>
<altDeploymentRepository>sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/</altDeploymentRepository>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
Expand Down

0 comments on commit 6dd44af

Please sign in to comment.