Skip to content

Commit

Permalink
Updated maven groupId from com.yahoo.pulsar to org.apache.pulsar (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
merlimat authored Jun 23, 2017
1 parent ac94698 commit 9bf2a07
Show file tree
Hide file tree
Showing 27 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Pulsar is a distributed pub-sub messaging platform with a very
flexible messaging model and an intuitive client API.

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar)


## Main features
Expand Down
10 changes: 5 additions & 5 deletions all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand All @@ -35,25 +35,25 @@

<dependencies>
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-broker</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-discovery-service</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client-tools</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-testclient</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ A sample namespace, `sample/standalone/ns1`, is already available.

Include dependency for Pulsar client library.

Latest version is [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client)
Latest version is [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar-client)

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/PulsarSpark.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Include dependency for Spark Streaming Pulsar Receiver:

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-spark</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/PulsarStorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Include dependency for Pulsar Storm Adaptor:

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-storm</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions docs/locale/ja/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,11 @@ Pulsarのサービスはすぐに利用可能となり、`http://localhost:8080/

Pulsarクライアントライブラリの依存関係をインクルードしてください。

最新のバージョンは [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar-client) です。
最新のバージョンは [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar-client/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar-client) です。

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-client</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja/PulsarSpark.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Spark Streaming Pulsar Receiverの依存をincludeします:

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-spark</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja/PulsarStorm.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Pulsar Stormアダプタの依存をincludeします:

```xml
<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-storm</artifactId>
<version>${pulsar.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Pulsarは、非常に柔軟なメッセージングモデルと直感的なクライアントAPIを備えた分散pub-subメッセージングプラットフォームです。

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.yahoo.pulsar/pulsar)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.pulsar/pulsar)


## 主な特徴
Expand Down
4 changes: 2 additions & 2 deletions managed-ledger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand All @@ -39,7 +39,7 @@
</dependency>

<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-common</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>

<version>1.19-SNAPSHOT</version>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-broker-auth-athenz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-broker-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-checksum/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-auth-athenz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-client-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
6 changes: 3 additions & 3 deletions pulsar-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down Expand Up @@ -126,8 +126,8 @@
<include>com.fasterxml.jackson.core</include>
<include>io.netty:netty</include>
<include>io.netty:netty-all</include>
<include>com.yahoo.pulsar:pulsar-common</include>
<include>com.yahoo.pulsar:pulsar-checksum</include>
<include>org.apache.pulsar:pulsar-common</include>
<include>org.apache.pulsar:pulsar-checksum</include>
<include>net.jpountz.lz4:lz4</include>
<include>com.yahoo.datasketches:sketches-core</include>
</includes>
Expand Down
4 changes: 2 additions & 2 deletions pulsar-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down Expand Up @@ -66,7 +66,7 @@
</dependency>

<dependency>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-checksum</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pulsar-discovery-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down Expand Up @@ -161,4 +161,4 @@

</dependencies>

</project>
</project>
2 changes: 1 addition & 1 deletion pulsar-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-storm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-testclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
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>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-zookeeper-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion pulsar-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>com.yahoo.pulsar</groupId>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar</artifactId>
<version>1.19-SNAPSHOT</version>
<relativePath>..</relativePath>
Expand Down

0 comments on commit 9bf2a07

Please sign in to comment.