Skip to content

Commit

Permalink
Updated hardcoded plugins versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 15, 2013
1 parent 3791cff commit 77dd140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public boolean install()
// FIXME this should find the most recent version using DependencyResolver
javaSourcePlugin.setGroupId("org.apache.maven.plugins");
javaSourcePlugin.setArtifactId("maven-compiler-plugin");
javaSourcePlugin.setVersion("2.3.2");
javaSourcePlugin.setVersion("3.1");

try
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public boolean install()
MavenPluginFacet plugins = getFaceted().getFacet(MavenPluginFacet.class);
Coordinate mvnWarPluginDep = CoordinateBuilder.create().setGroupId("org.apache.maven.plugins")
.setArtifactId("maven-war-plugin")
.setVersion("2.3");
.setVersion("2.4");

MavenPlugin plugin;
if (!plugins.hasPlugin(mvnWarPluginDep))
Expand Down

0 comments on commit 77dd140

Please sign in to comment.