You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2018/12/10 13:23:52 UTC

[4/9] tomee git commit: TOMEE-2328 - Make artifact id match folder and parent module name

TOMEE-2328 - Make artifact id match folder and parent module name

Signed-off-by: brunobat <br...@gmail.com>


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

Branch: refs/heads/master
Commit: 5baf0be677bd336636014861313bef65463bfe88
Parents: 8d5fb63
Author: brunobat <br...@gmail.com>
Authored: Fri Dec 7 11:07:09 2018 +0000
Committer: brunobat <br...@gmail.com>
Committed: Fri Dec 7 11:07:09 2018 +0000

----------------------------------------------------------------------
 examples/applicationcomposer-jaxws-cdi/pom.xml | 2 +-
 examples/ear-testing/business-logic/pom.xml    | 2 +-
 examples/ear-testing/business-model/pom.xml    | 2 +-
 examples/ear-testing/pom.xml                   | 2 +-
 examples/javamail/pom.xml                      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/5baf0be6/examples/applicationcomposer-jaxws-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/examples/applicationcomposer-jaxws-cdi/pom.xml b/examples/applicationcomposer-jaxws-cdi/pom.xml
index 58bf5d3..f8c9ced 100644
--- a/examples/applicationcomposer-jaxws-cdi/pom.xml
+++ b/examples/applicationcomposer-jaxws-cdi/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.superbiz</groupId>
-  <artifactId>ws-pojo-cdi</artifactId>
+  <artifactId>applicationcomposer-jaxws-cdi</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: Application Composer, JAX-WS and CDI are in a boat</name>
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/5baf0be6/examples/ear-testing/business-logic/pom.xml
----------------------------------------------------------------------
diff --git a/examples/ear-testing/business-logic/pom.xml b/examples/ear-testing/business-logic/pom.xml
index 0600f59..d2b5175 100644
--- a/examples/ear-testing/business-logic/pom.xml
+++ b/examples/ear-testing/business-logic/pom.xml
@@ -23,7 +23,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.superbiz</groupId>
-    <artifactId>myear</artifactId>
+    <artifactId>ear-testing</artifactId>
     <version>8.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5baf0be6/examples/ear-testing/business-model/pom.xml
----------------------------------------------------------------------
diff --git a/examples/ear-testing/business-model/pom.xml b/examples/ear-testing/business-model/pom.xml
index 404b8a2..9d3ae4c 100644
--- a/examples/ear-testing/business-model/pom.xml
+++ b/examples/ear-testing/business-model/pom.xml
@@ -23,7 +23,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.superbiz</groupId>
-    <artifactId>myear</artifactId>
+    <artifactId>ear-testing</artifactId>
     <version>8.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5baf0be6/examples/ear-testing/pom.xml
----------------------------------------------------------------------
diff --git a/examples/ear-testing/pom.xml b/examples/ear-testing/pom.xml
index 4751b12..e5af87a 100644
--- a/examples/ear-testing/pom.xml
+++ b/examples/ear-testing/pom.xml
@@ -24,7 +24,7 @@
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.superbiz</groupId>
-  <artifactId>myear</artifactId>
+  <artifactId>ear-testing</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenEJB :: Examples :: Ear Testing</name>

http://git-wip-us.apache.org/repos/asf/tomee/blob/5baf0be6/examples/javamail/pom.xml
----------------------------------------------------------------------
diff --git a/examples/javamail/pom.xml b/examples/javamail/pom.xml
index 593eb0d..28f8f3b 100644
--- a/examples/javamail/pom.xml
+++ b/examples/javamail/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <groupId>org.superbiz</groupId>
-  <artifactId>javamail-api</artifactId>
+  <artifactId>javamail</artifactId>
   <version>8.0.0-SNAPSHOT</version>
   <name>OpenEJB :: Examples :: JavaMail API</name>