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

- old
+ new

@@ -15,11 +15,11 @@ <artifactId>gemfile_with_groups</artifactId> <version>0.0.0</version> <name>gemfile_with_groups</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>rspec</artifactId> @@ -61,9 +61,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>