Skip to content

Commit

Permalink
moved packaging to 'jar' again
Browse files Browse the repository at this point in the history
apparently the 'bundle' package shades the dependency or so. last release with the correct jar was 1.7.15.
fixes #2810

Sponsored by Lookout Inc.
  • Loading branch information
mkristian committed Apr 9, 2015
1 parent 7952772 commit 206d9d6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion maven/jruby/pom.rb
Expand Up @@ -5,7 +5,7 @@
model_version '4.0.0'
id "org.jruby:jruby:#{version}"
inherit "org.jruby:jruby-artifacts:#{version}"
packaging 'bundle'
packaging 'jar'

properties( 'tesla.dump.pom' => 'pom.xml',
'tesla.dump.readonly' => true,
Expand Down
1 change: 0 additions & 1 deletion maven/jruby/pom.xml
Expand Up @@ -8,7 +8,6 @@
<version>1.7.20-SNAPSHOT</version>
</parent>
<artifactId>jruby</artifactId>
<packaging>bundle</packaging>
<name>JRuby Main Maven Artifact</name>
<properties>
<jruby.home>${basedir}/../..</jruby.home>
Expand Down

0 comments on commit 206d9d6

Please sign in to comment.