Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating bdd4500d3 -> b82d1b54b
Release 0.4.0-incubating RC4 (scala 2.10) Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/b82d1b54 Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/b82d1b54 Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/b82d1b54 Branch: refs/heads/release-0.4.0-incubating Commit: b82d1b54ba5a2ccede1f33a07a5f6f5a66311065 Parents: bdd4500 Author: Sijie Guo <si...@apache.org> Authored: Wed Apr 12 22:36:45 2017 -0700 Committer: Sijie Guo <si...@apache.org> Committed: Wed Apr 12 22:36:45 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/b82d1b54/distributedlog-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml index ddc03b8..86724bc 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> - <artifactId>distributedlog-benchmark_2.11</artifactId> + <artifactId>distributedlog-benchmark_2.10</artifactId> <name>Apache DistributedLog :: Benchmark</name> <dependencies> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-service_2.11</artifactId> + <artifactId>distributedlog-service_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-ostrich4_2.11</artifactId> + <artifactId>finagle-ostrich4_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> @@ -47,7 +47,7 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-core_2.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <version>${project.parent.version}</version> <scope>test</scope> <type>test-jar</type> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-build-tools/pom.xml b/distributedlog-build-tools/pom.xml index e25e39d..fdda039 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-client/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml index 7c448cc..4c68446 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <name>Apache DistributedLog :: Proxy Client</name> <dependencies> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-core_2.11</artifactId> + <artifactId>finagle-core_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-thriftmux_2.11</artifactId> + <artifactId>finagle-thriftmux_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-serversets_2.11</artifactId> + <artifactId>finagle-serversets_2.10</artifactId> <version>${finagle.version}</version> <exclusions> <exclusion> @@ -86,7 +86,7 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-core/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml index 7b78754..c0a7b80 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> - <artifactId>distributedlog-core_2.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <name>Apache DistributedLog :: Core Library</name> <dependencies> <dependency> @@ -76,7 +76,7 @@ </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>util-core_2.11</artifactId> + <artifactId>util-core_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> @@ -91,7 +91,7 @@ </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>scrooge-core_2.11</artifactId> + <artifactId>scrooge-core_2.10</artifactId> <version>${scrooge.version}</version> </dependency> <dependency> @@ -125,7 +125,7 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> @@ -141,7 +141,7 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml index 075ebf1..5b82ccc 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <name>Apache DistributedLog :: Protocol</name> <dependencies> <dependency> @@ -43,17 +43,17 @@ </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>scrooge-core_2.11</artifactId> + <artifactId>scrooge-core_2.10</artifactId> <version>${scrooge.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-core_2.11</artifactId> + <artifactId>finagle-core_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-thrift_2.11</artifactId> + <artifactId>finagle-thrift_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-service/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml index 50153fb..bca85a3 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> - <artifactId>distributedlog-service_2.11</artifactId> + <artifactId>distributedlog-service_2.10</artifactId> <name>Apache DistributedLog :: Proxy Service</name> <dependencies> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <version>${project.parent.version}</version> <exclusions> <exclusion> @@ -38,22 +38,22 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-core_2.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-ostrich4_2.11</artifactId> + <artifactId>finagle-ostrich4_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>finagle-thriftmux_2.11</artifactId> + <artifactId>finagle-thriftmux_2.10</artifactId> <version>${finagle.version}</version> </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-core_2.11</artifactId> + <artifactId>distributedlog-core_2.10</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.11</artifactId> + <artifactId>scrooge-core_2.10</artifactId> <version>${scrooge.version}</version> </dependency> <dependency> @@ -130,7 +130,7 @@ </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-protocol_2.11</artifactId> + <artifactId>distributedlog-protocol_2.10</artifactId> <version>${project.parent.version}</version> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-tutorials/distributedlog-basic/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml index 0534d49..5c00bd7 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.11</artifactId> + <artifactId>distributedlog_2.10</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.11</artifactId> + <artifactId>distributedlog-basic_2.10</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.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <version>${project.parent.version}</version> <exclusions> <exclusion> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-tutorials/distributedlog-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml index 80db143..1aae223 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.11</artifactId> + <artifactId>distributedlog_2.10</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.11</artifactId> + <artifactId>distributedlog-kafka_2.10</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.11</artifactId> + <artifactId>distributedlog-messaging_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-tutorials/distributedlog-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml index bde140b..ed30054 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.11</artifactId> + <artifactId>distributedlog_2.10</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.11</artifactId> + <artifactId>distributedlog-mapreduce_2.10</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.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-tutorials/distributedlog-messaging/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml index 5ffb6aa..9f3089d 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.11</artifactId> + <artifactId>distributedlog_2.10</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.11</artifactId> + <artifactId>distributedlog-messaging_2.10</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.11</artifactId> + <artifactId>distributedlog-core_2.10</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog-client_2.11</artifactId> + <artifactId>distributedlog-client_2.10</artifactId> <version>${project.parent.version}</version> <exclusions> <exclusion> @@ -65,7 +65,7 @@ </dependency> <dependency> <groupId>com.twitter</groupId> - <artifactId>scrooge-core_2.11</artifactId> + <artifactId>scrooge-core_2.10</artifactId> <version>${scrooge.version}</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/distributedlog-tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml index f64e070..abee2c8 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.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <version>0.5.0-incubating-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>distributedlog-tutorials_2.11</artifactId> + <artifactId>distributedlog-tutorials_2.10</artifactId> <packaging>pom</packaging> <name>Apache DistributedLog :: Tutorials</name> <modules> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/b82d1b54/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d51ac93..53987f7 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <version>17</version> </parent> <groupId>org.apache.distributedlog</groupId> - <artifactId>distributedlog_2.11</artifactId> + <artifactId>distributedlog_2.10</artifactId> <packaging>pom</packaging> <version>0.5.0-incubating-SNAPSHOT</version> <name>Apache DistributedLog :: Parent</name>