BAEL-8824 Align module names, folder names and artifact id

- Fixed artifact ids of projects to align with folder names
This commit is contained in:
Dhawal Kapil
2018-08-31 20:22:40 +05:30
parent dc8676630d
commit cd55d47e8a
34 changed files with 68 additions and 57 deletions

View File

@@ -2,9 +2,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>com.baeldung.singletonsession</groupId>
<artifactId>singleton-ejb-bean</artifactId>
<artifactId>ejb-beans</artifactId>
<version>1.0.0-SNAPSHOT</version>
<name>EJB Singleton Session Bean</name>
<name>EJB Beans</name>
<parent>
<groupId>com.baeldung.spring.ejb</groupId>

View File

@@ -3,10 +3,10 @@
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>com.baeldung.spring.ejb</groupId>
<artifactId>ejb-for-spring</artifactId>
<artifactId>spring-ejb</artifactId>
<version>1.0.1</version>
<packaging>pom</packaging>
<name>ejb</name>
<name>spring-ejb</name>
<description>Spring EJB Tutorial</description>
<parent>