changeset 239:d55f9fa978b6

Bug 3416: Remove inheritance from each modules Reviewed-by: yasuenag https://github.com/HeapStats/heapstats/pull/106
author KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
date Thu, 29 Jun 2017 17:37:47 +0900
parents 55773172374f
children 7c9a56ccbb50
files ChangeLog analyzer/cli/pom.xml analyzer/core/pom.xml analyzer/fx/pom.xml analyzer/jmx-helper/pom.xml mbean/java/pom.xml
diffstat 6 files changed, 8 insertions(+), 39 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 26 21:05:32 2017 +0900
+++ b/ChangeLog	Thu Jun 29 17:37:47 2017 +0900
@@ -1,3 +1,7 @@
+2017-06-29 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
+
+	* Bug 3416: Remove inheritance from each modules
+
 2017-06-26 KUBOTA Yuji <kubota.yuji@lab.ntt.co.jp>
 
 	* Bug 3219: Upload artifacts to the Maven Central Repository
--- a/analyzer/cli/pom.xml	Mon Jun 26 21:05:32 2017 +0900
+++ b/analyzer/cli/pom.xml	Thu Jun 29 17:37:47 2017 +0900
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Copyright (C) 2015 Yasumasa Suenaga
+ Copyright (C) 2015-2017 Yasumasa Suenaga
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
@@ -20,13 +20,6 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <artifactId>heapstats</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-cli</artifactId>
     <version>2.1-SNAPSHOT</version>
--- a/analyzer/core/pom.xml	Mon Jun 26 21:05:32 2017 +0900
+++ b/analyzer/core/pom.xml	Thu Jun 29 17:37:47 2017 +0900
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Copyright (C) 2015 Yasumasa Suenaga
+ Copyright (C) 2015-2017 Yasumasa Suenaga
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
@@ -20,13 +20,6 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <artifactId>heapstats</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-core</artifactId>
     <version>2.1-SNAPSHOT</version>
--- a/analyzer/fx/pom.xml	Mon Jun 26 21:05:32 2017 +0900
+++ b/analyzer/fx/pom.xml	Thu Jun 29 17:37:47 2017 +0900
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Copyright (C) 2015 Yasumasa Suenaga
+ Copyright (C) 2015-2017 Yasumasa Suenaga
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
@@ -20,13 +20,6 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <artifactId>heapstats</artifactId>
-        <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-analyzer</artifactId>
     <version>2.1-SNAPSHOT</version>
--- a/analyzer/jmx-helper/pom.xml	Mon Jun 26 21:05:32 2017 +0900
+++ b/analyzer/jmx-helper/pom.xml	Thu Jun 29 17:37:47 2017 +0900
@@ -20,13 +20,6 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <artifactId>heapstats</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-jmx-helper</artifactId>
     <version>2.1-SNAPSHOT</version>
--- a/mbean/java/pom.xml	Mon Jun 26 21:05:32 2017 +0900
+++ b/mbean/java/pom.xml	Thu Jun 29 17:37:47 2017 +0900
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- Copyright (C) 2015 Yasumasa Suenaga
+ Copyright (C) 2015-2017 Yasumasa Suenaga
 
  This program is free software; you can redistribute it and/or
  modify it under the terms of the GNU General Public License
@@ -20,13 +20,6 @@
 
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <parent>
-        <groupId>jp.co.ntt.oss.heapstats</groupId>
-        <artifactId>heapstats</artifactId>
-        <version>2.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
     <groupId>jp.co.ntt.oss.heapstats</groupId>
     <artifactId>heapstats-mbean</artifactId>
     <version>2.1-SNAPSHOT</version>