Skip to content

Commit

Permalink
Proper uppercase JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jan 5, 2022
1 parent e44e5f2 commit 0fb2bf0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public File createArchive()
}

MavenArchiver archiver = new MavenArchiver();
archiver.setCreatedBy( "Maven Jar Plugin", "org.apache.maven.plugins", "maven-jar-plugin" );
archiver.setCreatedBy( "Maven JAR Plugin", "org.apache.maven.plugins", "maven-jar-plugin" );

if ( containsModuleDescriptor )
{
Expand Down

0 comments on commit 0fb2bf0

Please sign in to comment.