spec/gemfile_include_jars/pom.xml in maven-tools-1.0.0.rc5 vs spec/gemfile_include_jars/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> </properties> <dependencies> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> @@ -65,9 +65,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> </plugins> </build> </project>