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

[17/27] tomee git commit: change artifactId to project.artifactId

change artifactId to project.artifactId


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

Branch: refs/heads/master
Commit: 92309e97795daaaedb4dd99fb4018ae0e16ede0b
Parents: 388460f
Author: Sendil Kumar <se...@live.com>
Authored: Wed Dec 5 19:50:24 2018 +0100
Committer: Sendil Kumar <se...@live.com>
Committed: Wed Dec 5 19:50:24 2018 +0100

----------------------------------------------------------------------
 examples/mp-metrics-counted/pom.xml | 2 +-
 examples/mp-metrics-timed/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/92309e97/examples/mp-metrics-counted/pom.xml
----------------------------------------------------------------------
diff --git a/examples/mp-metrics-counted/pom.xml b/examples/mp-metrics-counted/pom.xml
index 0b96850..9e12854 100644
--- a/examples/mp-metrics-counted/pom.xml
+++ b/examples/mp-metrics-counted/pom.xml
@@ -80,7 +80,7 @@
                 <version>${project.version}</version>
                 <configuration>
                     <tomeeClassifier>microprofile</tomeeClassifier>
-                    <context>${artifactId}</context>
+                    <context>${project.artifactId}</context>
                 </configuration>
             </plugin>
         </plugins>

http://git-wip-us.apache.org/repos/asf/tomee/blob/92309e97/examples/mp-metrics-timed/pom.xml
----------------------------------------------------------------------
diff --git a/examples/mp-metrics-timed/pom.xml b/examples/mp-metrics-timed/pom.xml
index 01c7186..88fcd30 100644
--- a/examples/mp-metrics-timed/pom.xml
+++ b/examples/mp-metrics-timed/pom.xml
@@ -80,7 +80,7 @@
                 <version>8.0.0-SNAPSHOT</version>
                 <configuration>
                     <tomeeClassifier>microprofile</tomeeClassifier>
-                    <context>${artifactId}</context>
+                    <context>${project.artifactId}</context>
                 </configuration>
             </plugin>
         </plugins>