Repository: incubator-distributedlog Updated Branches: refs/heads/release-0.4.0-incubating 292f84cf5 -> 1884bfa64
[maven-release] prepare release 0.4.0-incubating for 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/380315de Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/380315de Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/380315de Branch: refs/heads/release-0.4.0-incubating Commit: 380315de593296850de6a67b664517a44b9b7f67 Parents: 292f84c Author: Sijie Guo <si...@apache.org> Authored: Tue Jan 10 23:21:28 2017 -0800 Committer: Sijie Guo <si...@apache.org> Committed: Tue Jan 10 23:21:28 2017 -0800 ---------------------------------------------------------------------- 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/380315de/distributedlog-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-benchmark/pom.xml b/distributedlog-benchmark/pom.xml index e62183b..350322f 100644 --- a/distributedlog-benchmark/pom.xml +++ b/distributedlog-benchmark/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.4.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> <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/380315de/distributedlog-build-tools/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-build-tools/pom.xml b/distributedlog-build-tools/pom.xml index 004f51b..70eb28f 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.4.0-incubating-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/380315de/distributedlog-client/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-client/pom.xml b/distributedlog-client/pom.xml index 9179a3f..3ca1922 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.4.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/380315de/distributedlog-core/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-core/pom.xml b/distributedlog-core/pom.xml index 38d8db7..21ab037 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.4.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/380315de/distributedlog-protocol/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-protocol/pom.xml b/distributedlog-protocol/pom.xml index d8b9359..def045b 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.4.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/380315de/distributedlog-service/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-service/pom.xml b/distributedlog-service/pom.xml index b0125d6..9fc5c07 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.4.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> @@ -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> <type>test-jar</type> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/380315de/distributedlog-tutorials/distributedlog-basic/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-basic/pom.xml b/distributedlog-tutorials/distributedlog-basic/pom.xml index 704847a..ed6c585 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.4.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/380315de/distributedlog-tutorials/distributedlog-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-kafka/pom.xml b/distributedlog-tutorials/distributedlog-kafka/pom.xml index fb37f4a..13c110c 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.4.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/380315de/distributedlog-tutorials/distributedlog-mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-mapreduce/pom.xml b/distributedlog-tutorials/distributedlog-mapreduce/pom.xml index c134798..e618c30 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.4.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/380315de/distributedlog-tutorials/distributedlog-messaging/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/distributedlog-messaging/pom.xml b/distributedlog-tutorials/distributedlog-messaging/pom.xml index b21f244..2b4a131 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.4.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/380315de/distributedlog-tutorials/pom.xml ---------------------------------------------------------------------- diff --git a/distributedlog-tutorials/pom.xml b/distributedlog-tutorials/pom.xml index cb8c864..4acc0a5 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.4.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/380315de/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3094aa5..fd34f74 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.4.0-incubating-SNAPSHOT</version> <name>Apache DistributedLog :: Parent</name>