SV: Fix jmc name in pom

Marcus Hirt marcus at hirt.se
Mon Feb 11 18:53:12 UTC 2019


Hi Jie!

That is correct, and they should both be corrected. Looks good! 
Feel free to push!

Kind regards,
Marcus

-----Ursprungligt meddelande-----
Från: jmc-dev <jmc-dev-bounces at openjdk.java.net> För Jie Kang
Skickat: den 11 februari 2019 17:30
Till: jmc-dev at openjdk.java.net
Ämne: RFR: Fix jmc name in pom

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