give the module the correct name.

Otherwise we have 2 modules with the same name.
Copy&Paste bug...


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/93a3fc78
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/93a3fc78
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/93a3fc78

Branch: refs/heads/fb_tomee8
Commit: 93a3fc785785db0f8026c8ccebcedea086994921
Parents: cd94511
Author: Mark Struberg <strub...@apache.org>
Authored: Tue Oct 24 13:12:53 2017 +0200
Committer: Mark Struberg <strub...@apache.org>
Committed: Tue Oct 24 13:12:53 2017 +0200

----------------------------------------------------------------------
 examples/rest-cdi/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/93a3fc78/examples/rest-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/rest-cdi/pom.xml b/examples/rest-cdi/pom.xml
index edd2cf8..0b414d1 100644
--- a/examples/rest-cdi/pom.xml
+++ b/examples/rest-cdi/pom.xml
@@ -23,7 +23,7 @@
   <groupId>org.superbiz</groupId>
   <artifactId>rest-cdi</artifactId>
   <version>1.1.0-SNAPSHOT</version>
-  <name>OpenEJB :: Examples :: REST XML JSON</name>
+  <name>OpenEJB :: Examples :: REST CDI</name>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to