File tree Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Expand file tree Collapse file tree 2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
2
module Version
3
- VERSION = "0.9.5 "
3
+ VERSION = "0.9.6.dev "
4
4
BOUNCY_CASTLE_VERSION = "1.47"
5
5
end
6
6
end
Original file line number Diff line number Diff line change 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
- <groupId >rubygems </groupId >
5
+ <groupId >org.jruby.gems </groupId >
6
6
<artifactId >jruby-openssl</artifactId >
7
- <version >0.9.5 </version >
7
+ <version >0.9.6.dev-SNAPSHOT </version >
8
8
<packaging >gem</packaging >
9
9
<name >JRuby OpenSSL</name >
10
10
<description >JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.</description >
144
144
<useRepositoryLayout >true</useRepositoryLayout >
145
145
</configuration >
146
146
</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 >
147
161
<plugin >
148
162
<artifactId >maven-compiler-plugin</artifactId >
149
163
<configuration >
You can’t perform that action at this time.
0 commit comments