RFR: Fix jmc name in pom

Jie Kang jkang at redhat.com
Mon Feb 11 16:30:13 UTC 2019


Hi,

I noticed that the name of JMC is JDK Mission Control. I wonder if the
name in the description of the top level pom.xml should match. Please
see the diff below and let me know, thanks! (I'm not sure if Flight
Recorder name should also be changed)

diff --git a/pom.xml b/pom.xml
--- a/pom.xml
+++ b/pom.xml
@@ -38,9 +38,9 @@
  <version>7.1.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>JDK Mission Control</name>
- <description>Java Mission Control is an advanced set of tools that enables
+ <description>JDK Mission Control is an advanced set of tools that enables
  efficient and detailed analysis of the extensive of data collected by
- Java Flight Recorder. The tool chain enables developers and
+ JDK Flight Recorder. The tool chain enables developers and
  administrators to collect and analyze data from Java applications
  running locally or deployed in production environments.
  </description>


Regards,


More information about the jmc-dev mailing list