Skip to content

Commit

Permalink
updated github repository locations to new "eclipse-ditto" org
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Jan 31, 2023
1 parent 3cd098e commit 32becbe
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SPDX-License-Identifier: EPL-2.0

# Source Code

* https://github.com/eclipse/ditto-clients
* https://github.com/eclipse-ditto/ditto-clients

# Third-party Content

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@ This repository contains client SDKs in different languages for [Eclipse Ditto](

## [Java](java/)

[![Build Status](https://github.com/eclipse/ditto-clients/workflows/java-build/badge.svg)](https://github.com/eclipse/ditto-clients/actions?query=workflow%3Ajava-build)
[![Build Status](https://github.com/eclipse-ditto/ditto-clients/workflows/java-build/badge.svg)](https://github.com/eclipse-ditto/ditto-clients/actions?query=workflow%3Ajava-build)
[![Maven Central](https://img.shields.io/maven-central/v/org.eclipse.ditto/ditto-client?label=maven)](https://search.maven.org/search?q=g:org.eclipse.ditto%20AND%20a:ditto-client)

Implemented in Java, targeted for use in Java and all JVM based languages (source and target level is Java 8).

## [JavaScript](javascript/)

[![Build Status](https://github.com/eclipse/ditto-clients/workflows/javascript-build/badge.svg)](https://github.com/eclipse/ditto-clients/actions?query=workflow%3Ajavascript-build)
[![Build Status](https://github.com/eclipse-ditto/ditto-clients/workflows/javascript-build/badge.svg)](https://github.com/eclipse-ditto/ditto-clients/actions?query=workflow%3Ajavascript-build)
[![npm node](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-node?label=npm%3A%20node)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-node)
[![npm dom](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-dom?label=npm%3A%20dom)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-dom)

Implemented in TypeScript, this SDK contains a JavaScript library for usage of Ditto in both browser and Node.JS
based environments.

## [Go](https://github.com/eclipse/ditto-clients-golang)
## [Go](https://github.com/eclipse-ditto/ditto-clients-golang)

[![Go Reference](https://pkg.go.dev/badge/github.com/eclipse/ditto-clients-golang.svg)](https://pkg.go.dev/github.com/eclipse/ditto-clients-golang)

Implemented in Go, target for use in Go. Source is contained in separate GitHub repository because of Go specific GitHub based versioning/dependency mechanisms.

## [Python](https://github.com/eclipse/ditto-clients-python)
## [Python](https://github.com/eclipse-ditto/ditto-clients-python)

This repository contains the Python client SDK for Ditto. Source is contained in separate GitHub repository because of specific GitHub based versioning/dependency mechanisms.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/eclipse/ditto-clients/issues</url>
<url>https://github.com/eclipse-ditto/ditto-clients/issues</url>
</issueManagement>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ditto JavaScript client
[![Build Status](https://github.com/eclipse/ditto-clients/workflows/javascript-build/badge.svg)](https://github.com/eclipse/ditto-clients/actions?query=workflow%3Ajavascript-build)
[![Build Status](https://github.com/eclipse-ditto/ditto-clients/workflows/javascript-build/badge.svg)](https://github.com/eclipse-ditto/ditto-clients/actions?query=workflow%3Ajavascript-build)
[![npm node](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-node?label=npm%3A%20node)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-node)
[![npm dom](https://img.shields.io/npm/v/@eclipse-ditto/ditto-javascript-client-dom?label=npm%3A%20dom)](https://www.npmjs.com/package/@eclipse-ditto/ditto-javascript-client-dom)

Expand All @@ -14,7 +14,7 @@ More information can be found in the descriptions of the subpackages:
* [@eclipse-ditto/ditto-javascript-client-dom](./lib/dom/README.md) for the DOM implementation
* [@eclipse-ditto/ditto-javascript-client-node](./lib/node/README.md) for the NodeJs implementation

### Compatibility with [Eclipse Ditto](https://github.com/eclipse/ditto)
### Compatibility with [Eclipse Ditto](https://github.com/eclipse-ditto/ditto)

The newest release of the JavaScript client will always try to cover as much API
functionality of the same Eclipse Ditto version as possible. There might
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/api/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPDX-License-Identifier: EPL-2.0

# Source Code

* https://github.com/eclipse/ditto-clients
* https://github.com/eclipse-ditto/ditto-clients

# Copyright

Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.0",
"description": "API interfaces for implementing TypeScript clients for Eclipse Ditto",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse/ditto-clients",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
"license": "EPL-2.0",
"main": "dist/index.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/dom/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPDX-License-Identifier: EPL-2.0

# Source Code

* https://github.com/eclipse/ditto-clients
* https://github.com/eclipse-ditto/ditto-clients

# Copyright

Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.0",
"description": "DOM implementation of Eclipse Ditto JavaScript API to be used in browsers.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse/ditto-clients",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
"license": "EPL-2.0",
"module": "./dist/index.js",
"main": "./dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/node/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ SPDX-License-Identifier: EPL-2.0

# Source Code

* https://github.com/eclipse/ditto-clients
* https://github.com/eclipse-ditto/ditto-clients

# Copyright

Expand Down
2 changes: 1 addition & 1 deletion javascript/lib/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.0",
"description": "Node.js(r) implementation of Eclipse Ditto JavaScript API.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse/ditto-clients",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
"license": "EPL-2.0",
"main": "./dist/index.js",
"type": "commonjs",
Expand Down
2 changes: 1 addition & 1 deletion javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.0",
"description": "A library supporting you to work with the APIs of Eclipse Ditto 3.x.",
"author": "Eclipse Ditto committers <ditto-dev@eclipse.org>",
"repository": "https://github.com/eclipse/ditto-clients",
"repository": "https://github.com/eclipse-ditto/ditto-clients",
"license": "EPL-2.0",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion legal/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ SPDX-License-Identifier: EPL-2.0

# Source Code

* https://github.com/eclipse/ditto-clients
* https://github.com/eclipse-ditto/ditto-clients

# Third-party Content

Expand Down

0 comments on commit 32becbe

Please sign in to comment.