BAEL-20927: Migrate pom.xml files to com.baeldung package

This commit is contained in:
Krzysztof Woyke
2020-01-16 13:48:48 +01:00
parent 24afff5c4a
commit e085fa8680
4 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@
<manifest>
<addClasspath>true</addClasspath>
<classpathPrefix>libs/</classpathPrefix>
<mainClass>org.baeldung.executable.ExecutableMavenJar</mainClass>
<mainClass>com.baeldung.executable.ExecutableMavenJar</mainClass>
</manifest>
</archive>
</configuration>