Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
[MWRAPPER-14] fix missed groupId change
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy committed Oct 25, 2021
1 parent 99688fb commit 11eb6da
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
*/
public class MavenWrapperMain
{
private static final String POM_PROPERTIES = "/META-INF/maven/org.apache.maven/maven-wrapper/pom.properties";
private static final String POM_PROPERTIES =
"/META-INF/maven/org.apache.maven.wrapper/maven-wrapper/pom.properties";

public static final String DEFAULT_MAVEN_USER_HOME = System.getProperty( "user.home" ) + "/.m2";

Expand Down

0 comments on commit 11eb6da

Please sign in to comment.