Skip to content

Commit

Permalink
remove staging repo (for jruby-openssl) regenerate pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Dec 5, 2016
1 parent 5ac3a35 commit 96f7273
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
4 changes: 2 additions & 2 deletions lib/pom.rb
Expand Up @@ -35,8 +35,8 @@ def initialize( name, version )
jar "org.jruby:jruby-core:#{version}"

# 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',
Expand Down
14 changes: 4 additions & 10 deletions lib/pom.xml
Expand Up @@ -19,9 +19,9 @@ DO NOT MODIFIY - GENERATED CODE
<name>JRuby Lib Setup</name>
<properties>
<tesla.dump.readonly>true</tesla.dump.readonly>
<jruby.plugins.version>1.1.2</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<tesla.version>0.1.1</tesla.version>
<jruby.plugins.version>1.1.2</jruby.plugins.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -38,13 +38,13 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>rake</artifactId>
<version>10.1.0</version>
<version>${rake.version}</version>
<type>gem</type>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>rdoc</artifactId>
<version>4.1.2</version>
<version>${rdoc.version}</version>
<type>gem</type>
</dependency>
<dependency>
Expand All @@ -56,16 +56,10 @@ DO NOT MODIFIY - GENERATED CODE
<dependency>
<groupId>rubygems</groupId>
<artifactId>jar-dependencies</artifactId>
<version>0.2.6</version>
<version>${jar-dependencies.version}</version>
<type>gem</type>
</dependency>
</dependencies>
<repositories>
<repository>
<id>gem-staging</id>
<url>http://oss.sonatype.org/content/repositories/staging</url>
</repository>
</repositories>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 96f7273

Please sign in to comment.