Skip to content

Commit 0c69405

Browse files
committed
prepare 0.9.6 release
1 parent 12c8cfe commit 0c69405

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

lib/jopenssl/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Jopenssl
22
module Version
3-
VERSION = '0.9.6.dev'
3+
VERSION = '0.9.6'
44
BOUNCY_CASTLE_VERSION = '1.49'
55
end
6-
end
6+
end

pom.xml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>rubygems</groupId>
66
<artifactId>jruby-openssl</artifactId>
7-
<version>0.9.6.dev-SNAPSHOT</version>
7+
<version>0.9.6</version>
88
<packaging>gem</packaging>
99
<name>JRuby OpenSSL</name>
1010
<description>JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description>
@@ -164,21 +164,6 @@
164164
<useRepositoryLayout>true</useRepositoryLayout>
165165
</configuration>
166166
</plugin>
167-
<plugin>
168-
<artifactId>maven-deploy-plugin</artifactId>
169-
<version>2.8.1</version>
170-
<executions>
171-
<execution>
172-
<goals>
173-
<goal>deploy</goal>
174-
</goals>
175-
<configuration>
176-
<skip>false</skip>
177-
<altDeploymentRepository>sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/</altDeploymentRepository>
178-
</configuration>
179-
</execution>
180-
</executions>
181-
</plugin>
182167
<plugin>
183168
<groupId>org.codehaus.mojo</groupId>
184169
<artifactId>exec-maven-plugin</artifactId>

0 commit comments

Comments
 (0)