File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1
1
module Jopenssl
2
2
module Version
3
- VERSION = '0.9.6.dev '
3
+ VERSION = '0.9.6'
4
4
BOUNCY_CASTLE_VERSION = '1.49'
5
5
end
6
- end
6
+ end
Original file line number Diff line number Diff line change 4
4
<modelVersion >4.0.0</modelVersion >
5
5
<groupId >rubygems</groupId >
6
6
<artifactId >jruby-openssl</artifactId >
7
- <version >0.9.6.dev-SNAPSHOT </version >
7
+ <version >0.9.6</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 >
164
164
<useRepositoryLayout >true</useRepositoryLayout >
165
165
</configuration >
166
166
</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 >
182
167
<plugin >
183
168
<groupId >org.codehaus.mojo</groupId >
184
169
<artifactId >exec-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments