Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/pom.rb
Original file line number Diff line number Diff line change
@@ -48,8 +48,8 @@ def initialize( name, version, default_spec = true )
#repository( :url => 'http://rubygems-proxy.torquebox.org/releases',
# :id => 'tb-rubygems-releases' )
# for testing out jruby-ossl before final release :
repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
:id => 'gem-staging' )
#repository( :url => 'http://oss.sonatype.org/content/repositories/staging',
# :id => 'gem-staging' )

plugin( :clean,
:filesets => [ { :directory => '${basedir}/ruby/gems/shared/specifications/default',
6 changes: 0 additions & 6 deletions lib/pom.xml
Original file line number Diff line number Diff line change
@@ -175,12 +175,6 @@ DO NOT MODIFIY - GENERATED CODE
</exclusions>
</dependency>
</dependencies>
<repositories>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<resources>
<resource>

0 comments on commit 8750e73

Please sign in to comment.