spec/gemfile_with_platforms/pom.xml in maven-tools-1.0.11 vs spec/gemfile_with_platforms/pom.xml in maven-tools-1.0.12

- old
+ new

@@ -15,11 +15,11 @@ <artifactId>gemfile_with_platforms</artifactId> <version>0.0.0</version> <name>gemfile_with_platforms</name> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> - <jruby.plugins.version>1.0.9</jruby.plugins.version> + <jruby.plugins.version>1.1.1</jruby.plugins.version> </properties> <dependencies> <dependency> <groupId>rubygems</groupId> <artifactId>cucumber</artifactId> @@ -38,9 +38,10 @@ <id>rubygems-releases</id> <url>http://rubygems-proxy.torquebox.org/releases</url> </repository> </repositories> <build> + <directory>${basedir}/pkg</directory> <plugins> <plugin> <groupId>de.saumya.mojo</groupId> <artifactId>gem-maven-plugin</artifactId> <version>${jruby.plugins.version}</version>