[BAEL-5894] fix artifact name in parent pom

This commit is contained in:
uzma 2023-03-17 11:49:32 +00:00
parent abc99812cf
commit 734709cd47
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.baeldung</groupId>
<artifactId>gatling</artifactId>
<artifactId>gatling-java</artifactId>
<version>1.0-SNAPSHOT</version>
<name>gatling</name>
<name>gatling-java</name>
<parent>
<groupId>com.baeldung</groupId>