Skip to content

Commit

Permalink
Using non-deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 20, 2014
1 parent 078cc88 commit 5b76b5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public Result execute(UIExecutionContext context) throws Exception
MetadataFacet metadataFacet = project.getFacet(MetadataFacet.class);
metadataFacet.setProjectName(named.getValue());
metadataFacet.setProjectVersion(version.getValue());
metadataFacet.setTopLevelPackage(topLevelPackage.getValue());
metadataFacet.setProjectGroupName(topLevelPackage.getValue());

PackagingFacet packagingFacet = project.getFacet(PackagingFacet.class);
if (finalName.hasValue())
Expand Down

0 comments on commit 5b76b5f

Please sign in to comment.