spec/gemfile_with_extras/pom.xml in maven-tools-1.0.0.rc5 vs spec/gemfile_with_extras/pom.xml in maven-tools-1.0.0.rc6
- old
+ new
@@ -28,11 +28,11 @@
<connection>https://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java.git</connection>
<url>http://github.com/jruby/jruby/tree/master/gems/bouncy-castle-java/</url>
</scm>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
- <jruby.plugins.version>1.0.2</jruby.plugins.version>
+ <jruby.plugins.version>1.0.3</jruby.plugins.version>
<tesla.dump.pom>pom.xml</tesla.dump.pom>
<tesla.dump.readonly>true</tesla.dump.readonly>
</properties>
<dependencies>
<dependency>
@@ -76,9 +76,10 @@
<artifactId>gem-maven-plugin</artifactId>
<version>${jruby.plugins.version}</version>
<configuration>
<gemspec>bouncy-castle-java.gemspec</gemspec>
<includeDependencies>true</includeDependencies>
+ <useRepositoryLayout>true</useRepositoryLayout>
</configuration>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>2.5</version>