Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the maven repository for dexmaker
Browse files Browse the repository at this point in the history
UweKubosch committed May 5, 2017
1 parent 0e53117 commit 83db850
Showing 2 changed files with 0 additions and 17 deletions.
6 changes: 0 additions & 6 deletions pom.rb
Original file line number Diff line number Diff line change
@@ -40,12 +40,6 @@
releases 'false'
snapshots 'true'
end
repository( :url => 'http://jcenter.bintray.com',
:id => 'central',
:name => 'bintray' ) do
releases 'true'
snapshots 'false'
end

source_control( :url => 'https://github.com/jruby/jruby',
:connection => 'scm:git:git@jruby.org:jruby.git',
11 changes: 0 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -158,17 +158,6 @@ DO NOT MODIFIY - GENERATED CODE
<id>sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>central</id>
<name>bintray</name>
<url>http://jcenter.bintray.com</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>

0 comments on commit 83db850

Please sign in to comment.