Merge pull request #5126 from dkapil/task/BAEL-8824

BAEL-8824 Align module names, folder names and artifact id
This commit is contained in:
Loredana Crusoveanu
2018-09-03 22:01:36 +03:00
committed by GitHub
43 changed files with 78 additions and 69 deletions
+3 -3
View File
@@ -2,13 +2,13 @@
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>
<artifactId>ejb-for-spring</artifactId>
<artifactId>spring-ejb</artifactId>
<version>1.0.1</version>
</parent>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>com.baeldung.spring.ejb</groupId>
<artifactId>ejb-for-spring</artifactId>
<artifactId>spring-ejb</artifactId>
<version>1.0.1</version>
</parent>
+2 -2
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>