Skip to content

Commit 8ecc049

Browse files
mkristiankares
authored andcommitted
version bump
1 parent 701aee8 commit 8ecc049

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
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"
3+
VERSION = "0.9.6.dev"
44
BOUNCY_CASTLE_VERSION = "1.47"
55
end
66
end

pom.xml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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-
<groupId>rubygems</groupId>
5+
<groupId>org.jruby.gems</groupId>
66
<artifactId>jruby-openssl</artifactId>
7-
<version>0.9.5</version>
7+
<version>0.9.6.dev-SNAPSHOT</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>
@@ -144,6 +144,20 @@
144144
<useRepositoryLayout>true</useRepositoryLayout>
145145
</configuration>
146146
</plugin>
147+
<plugin>
148+
<artifactId>maven-deploy-plugin</artifactId>
149+
<executions>
150+
<execution>
151+
<goals>
152+
<goal>deploy</goal>
153+
</goals>
154+
<configuration>
155+
<skip>false</skip>
156+
<altDeploymentRepository>sonatype-nexus-snapshots::default::https://oss.sonatype.org/content/repositories/snapshots/</altDeploymentRepository>
157+
</configuration>
158+
</execution>
159+
</executions>
160+
</plugin>
147161
<plugin>
148162
<artifactId>maven-compiler-plugin</artifactId>
149163
<configuration>

0 commit comments

Comments
 (0)