You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2017/03/28 21:02:51 UTC

incubator-distributedlog git commit: Release 0.4.0-incubating RC3 for scala 2.11

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/release-0.4.0-incubating d5f2a817f -> 24e2b2c75


Release 0.4.0-incubating RC3 for scala 2.11


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/24e2b2c7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/24e2b2c7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/24e2b2c7

Branch: refs/heads/release-0.4.0-incubating
Commit: 24e2b2c75bfd9c4f750678f24726f1f0cd5ec455
Parents: d5f2a81
Author: Sijie Guo <si...@apache.org>
Authored: Tue Mar 28 14:02:29 2017 -0700
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Mar 28 14:02:29 2017 -0700

----------------------------------------------------------------------
 distributedlog-benchmark/pom.xml                  | 12 ++++++------
 distributedlog-build-tools/pom.xml                |  2 +-
 distributedlog-client/pom.xml                     | 14 +++++++-------
 distributedlog-core/pom.xml                       | 12 ++++++------
 distributedlog-protocol/pom.xml                   | 10 +++++-----
 distributedlog-service/pom.xml                    | 18 +++++++++---------
 .../distributedlog-basic/pom.xml                  |  8 ++++----
 .../distributedlog-kafka/pom.xml                  |  6 +++---
 .../distributedlog-mapreduce/pom.xml              |  8 ++++----
 .../distributedlog-messaging/pom.xml              | 10 +++++-----
 distributedlog-tutorials/pom.xml                  |  4 ++--
 pom.xml                                           |  2 +-
 12 files changed, 53 insertions(+), 53 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml
index 86724bc..ddc03b8 100644
--- a/distributedlog-benchmark/pom.xml
+++ b/distributedlog-benchmark/pom.xml
@@ -19,25 +19,25 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
-  <artifactId>distributedlog-benchmark_2.10</artifactId>
+  <artifactId>distributedlog-benchmark_2.11</artifactId>
   <name>Apache DistributedLog :: Benchmark</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-client_2.10</artifactId>
+      <artifactId>distributedlog-client_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-service_2.10</artifactId>
+      <artifactId>distributedlog-service_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-ostrich4_2.10</artifactId>
+      <artifactId>finagle-ostrich4_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
@@ -47,7 +47,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
       <scope>test</scope>
       <type>test-jar</type>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-build-tools/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-build-tools/pom.xml b/distributedlog-build-tools/pom.xml
index fdda039..e25e39d 100644
--- a/distributedlog-build-tools/pom.xml
+++ b/distributedlog-build-tools/pom.xml
@@ -19,7 +19,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-client/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml
index 4c68446..7c448cc 100644
--- a/distributedlog-client/pom.xml
+++ b/distributedlog-client/pom.xml
@@ -19,30 +19,30 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
-  <artifactId>distributedlog-client_2.10</artifactId>
+  <artifactId>distributedlog-client_2.11</artifactId>
   <name>Apache DistributedLog :: Proxy Client</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-protocol_2.10</artifactId>
+      <artifactId>distributedlog-protocol_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-core_2.10</artifactId>
+      <artifactId>finagle-core_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-thriftmux_2.10</artifactId>
+      <artifactId>finagle-thriftmux_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-serversets_2.10</artifactId>
+      <artifactId>finagle-serversets_2.11</artifactId>
       <version>${finagle.version}</version>
       <exclusions>
         <exclusion>
@@ -86,7 +86,7 @@
     </dependency> 
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-protocol_2.10</artifactId>
+      <artifactId>distributedlog-protocol_2.11</artifactId>
       <version>${project.parent.version}</version>
       <type>test-jar</type>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-core/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml
index c0a7b80..7b78754 100644
--- a/distributedlog-core/pom.xml
+++ b/distributedlog-core/pom.xml
@@ -19,10 +19,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
-  <artifactId>distributedlog-core_2.10</artifactId>
+  <artifactId>distributedlog-core_2.11</artifactId>
   <name>Apache DistributedLog :: Core Library</name>
   <dependencies>
     <dependency>
@@ -76,7 +76,7 @@
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>util-core_2.10</artifactId>
+      <artifactId>util-core_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
@@ -91,7 +91,7 @@
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>scrooge-core_2.10</artifactId>
+      <artifactId>scrooge-core_2.11</artifactId>
       <version>${scrooge.version}</version>
     </dependency>
     <dependency>
@@ -125,7 +125,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-protocol_2.10</artifactId>
+      <artifactId>distributedlog-protocol_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
@@ -141,7 +141,7 @@
     </dependency> 
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-protocol_2.10</artifactId>
+      <artifactId>distributedlog-protocol_2.11</artifactId>
       <version>${project.parent.version}</version>
       <type>test-jar</type>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-protocol/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml
index 5b82ccc..075ebf1 100644
--- a/distributedlog-protocol/pom.xml
+++ b/distributedlog-protocol/pom.xml
@@ -19,10 +19,10 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
-  <artifactId>distributedlog-protocol_2.10</artifactId>
+  <artifactId>distributedlog-protocol_2.11</artifactId>
   <name>Apache DistributedLog :: Protocol</name>
   <dependencies>
     <dependency>
@@ -43,17 +43,17 @@
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>scrooge-core_2.10</artifactId>
+      <artifactId>scrooge-core_2.11</artifactId>
       <version>${scrooge.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-core_2.10</artifactId>
+      <artifactId>finagle-core_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-thrift_2.10</artifactId>
+      <artifactId>finagle-thrift_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-service/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml
index bca85a3..50153fb 100644
--- a/distributedlog-service/pom.xml
+++ b/distributedlog-service/pom.xml
@@ -19,15 +19,15 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
-  <artifactId>distributedlog-service_2.10</artifactId>
+  <artifactId>distributedlog-service_2.11</artifactId>
   <name>Apache DistributedLog :: Proxy Service</name>
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-client_2.10</artifactId>
+      <artifactId>distributedlog-client_2.11</artifactId>
       <version>${project.parent.version}</version>
       <exclusions>
         <exclusion>
@@ -38,22 +38,22 @@
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-ostrich4_2.10</artifactId>
+      <artifactId>finagle-ostrich4_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>finagle-thriftmux_2.10</artifactId>
+      <artifactId>finagle-thriftmux_2.11</artifactId>
       <version>${finagle.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
       <scope>test</scope>
       <type>test-jar</type>
@@ -108,7 +108,7 @@
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>scrooge-core_2.10</artifactId>
+      <artifactId>scrooge-core_2.11</artifactId>
       <version>${scrooge.version}</version>
     </dependency>
     <dependency>
@@ -130,7 +130,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-protocol_2.10</artifactId>
+      <artifactId>distributedlog-protocol_2.11</artifactId>
       <version>${project.parent.version}</version>
       <type>test-jar</type>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-tutorials/distributedlog-basic/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml
index 5c00bd7..0534d49 100644
--- a/distributedlog-tutorials/distributedlog-basic/pom.xml
+++ b/distributedlog-tutorials/distributedlog-basic/pom.xml
@@ -18,13 +18,13 @@
 <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>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <groupId>org.apache.distributedlog</groupId>
     <version>0.5.0-incubating-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
-  <artifactId>distributedlog-basic_2.10</artifactId>
+  <artifactId>distributedlog-basic_2.11</artifactId>
   <name>Apache DistributedLog :: Tutorials :: Basics</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -34,12 +34,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-client_2.10</artifactId>
+      <artifactId>distributedlog-client_2.11</artifactId>
       <version>${project.parent.version}</version>
       <exclusions>
         <exclusion>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-tutorials/distributedlog-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml
index 1aae223..80db143 100644
--- a/distributedlog-tutorials/distributedlog-kafka/pom.xml
+++ b/distributedlog-tutorials/distributedlog-kafka/pom.xml
@@ -18,13 +18,13 @@
 <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>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <groupId>org.apache.distributedlog</groupId>
     <version>0.5.0-incubating-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
-  <artifactId>distributedlog-kafka_2.10</artifactId>
+  <artifactId>distributedlog-kafka_2.11</artifactId>
   <name>Apache DistributedLog :: Tutorials :: Kafka Tutorial</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -34,7 +34,7 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-messaging_2.10</artifactId>
+      <artifactId>distributedlog-messaging_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
index ed30054..bde140b 100644
--- a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
+++ b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml
@@ -18,13 +18,13 @@
 <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>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <groupId>org.apache.distributedlog</groupId>
     <version>0.5.0-incubating-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
-  <artifactId>distributedlog-mapreduce_2.10</artifactId>
+  <artifactId>distributedlog-mapreduce_2.11</artifactId>
   <name>Apache DistributedLog :: Tutorials :: MapReduce Tutorial</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -34,12 +34,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-client_2.10</artifactId>
+      <artifactId>distributedlog-client_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-tutorials/distributedlog-messaging/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml
index 9f3089d..5ffb6aa 100644
--- a/distributedlog-tutorials/distributedlog-messaging/pom.xml
+++ b/distributedlog-tutorials/distributedlog-messaging/pom.xml
@@ -18,13 +18,13 @@
 <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>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <groupId>org.apache.distributedlog</groupId>
     <version>0.5.0-incubating-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
-  <artifactId>distributedlog-messaging_2.10</artifactId>
+  <artifactId>distributedlog-messaging_2.11</artifactId>
   <name>Apache DistributedLog :: Tutorials :: Messaging Tutorial</name>
   <url>http://maven.apache.org</url>
   <properties>
@@ -34,12 +34,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-core_2.10</artifactId>
+      <artifactId>distributedlog-core_2.11</artifactId>
       <version>${project.parent.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.distributedlog</groupId>
-      <artifactId>distributedlog-client_2.10</artifactId>
+      <artifactId>distributedlog-client_2.11</artifactId>
       <version>${project.parent.version}</version>
       <exclusions>
         <exclusion>
@@ -65,7 +65,7 @@
     </dependency>
     <dependency>
       <groupId>com.twitter</groupId>
-      <artifactId>scrooge-core_2.10</artifactId>
+      <artifactId>scrooge-core_2.11</artifactId>
       <version>${scrooge.version}</version>
     </dependency>
   </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/distributedlog-tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml
index abee2c8..f64e070 100644
--- a/distributedlog-tutorials/pom.xml
+++ b/distributedlog-tutorials/pom.xml
@@ -18,11 +18,11 @@
 <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">
   <parent>
     <groupId>org.apache.distributedlog</groupId>
-    <artifactId>distributedlog_2.10</artifactId>
+    <artifactId>distributedlog_2.11</artifactId>
     <version>0.5.0-incubating-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>distributedlog-tutorials_2.10</artifactId>
+  <artifactId>distributedlog-tutorials_2.11</artifactId>
   <packaging>pom</packaging>
   <name>Apache DistributedLog :: Tutorials</name>
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/24e2b2c7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 53987f7..d51ac93 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>17</version>
   </parent>
   <groupId>org.apache.distributedlog</groupId>
-  <artifactId>distributedlog_2.10</artifactId>
+  <artifactId>distributedlog_2.11</artifactId>
   <packaging>pom</packaging>
   <version>0.5.0-incubating-SNAPSHOT</version>
   <name>Apache DistributedLog :: Parent</name>