Skip to content

Commit

Permalink
[Truffle] Use Truffle 0.7 from the Sonatype repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed May 12, 2015
1 parent 28af3af commit ae14341
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions truffle/pom.rb
Expand Up @@ -9,12 +9,6 @@
'tesla.dump.readonly' => true,

'jruby.basedir' => '${basedir}/..' )

repository( 'http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/releases/',
:id => 'truffle' ) do
releases 'true'
snapshots 'false'
end

This comment has been minimized.

Copy link
@mkristian

mkristian May 12, 2015

Member

hmm - is this temporary ? our release channel will not release jruby-truffle with this in place.

This comment has been minimized.

Copy link
@chrisseaton

chrisseaton May 12, 2015

Contributor

Yeah temporary. Forgot to get around to it though - thanks for the reminder.

This comment has been minimized.

Copy link
@eregon

eregon May 12, 2015

Author Member

@mkristian This commit removes the lafo repository and uses Maven Central/Sonatype, so that's all good, right?

This comment has been minimized.

Copy link
@mkristian

mkristian May 12, 2015

Member

ohje - it is the other way around. sorry - wrong text parsing of mine. yes, removing the repo here is the right thing to do ;)


jar 'org.jruby:jruby-core', '${project.version}', :scope => 'provided'

Expand Down
12 changes: 0 additions & 12 deletions truffle/pom.xml
Expand Up @@ -33,18 +33,6 @@
<scope>provided</scope>
</dependency>
</dependencies>
<repositories>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>truffle</id>
<url>http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/releases/</url>
</repository>
</repositories>
<build>
<defaultGoal>package</defaultGoal>
<resources>
Expand Down

0 comments on commit ae14341

Please sign in to comment.