From a81e6cfec76e5da525c55259c856473afc3e90c8 Mon Sep 17 00:00:00 2001 From: Saul Pablo Labajo Izquierdo Date: Mon, 16 Sep 2024 16:38:55 +0200 Subject: [PATCH] release 7.1.0 --- browser/kurento-utils-js/package.json | 2 +- clients/java/client/pom.xml | 2 +- clients/java/commons/pom.xml | 2 +- clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml | 2 +- clients/java/jsonrpc/jsonrpc-client/pom.xml | 2 +- clients/java/jsonrpc/jsonrpc-demo-server/pom.xml | 2 +- clients/java/jsonrpc/jsonrpc-server/pom.xml | 2 +- clients/java/jsonrpc/pom.xml | 2 +- clients/java/maven-plugin/pom.xml | 4 ++-- clients/java/parent-pom/pom.xml | 10 +++++----- clients/java/pom.xml | 2 +- clients/java/qa-pom/pom.xml | 2 +- clients/java/qa-pom/qa-config/pom.xml | 2 +- clients/javascript/client/package.json | 10 +++++----- clients/javascript/jsonrpc/package.json | 2 +- server/cmake-utils/debian/changelog | 2 +- server/jsonrpc/debian/changelog | 2 +- server/media-server/debian/changelog | 2 +- server/module-core/debian/changelog | 2 +- server/module-creator/debian/changelog | 2 +- server/module-elements/debian/changelog | 2 +- server/module-examples/chroma/debian/changelog | 2 +- .../module-examples/crowddetector/debian/changelog | 2 +- .../datachannelexample/debian/changelog | 2 +- .../gstreamer-example/debian/changelog | 2 +- .../module-examples/markerdetector/debian/changelog | 2 +- .../module-examples/opencv-example/debian/changelog | 2 +- .../module-examples/platedetector/debian/changelog | 2 +- .../module-examples/pointerdetector/debian/changelog | 2 +- server/module-filters/debian/changelog | 2 +- tutorials/java/chroma/pom.xml | 4 ++-- tutorials/java/crowddetector/pom.xml | 4 ++-- tutorials/java/datachannel-send-qr/pom.xml | 4 ++-- tutorials/java/datachannel-show-text/pom.xml | 4 ++-- tutorials/java/facedetector/pom.xml | 4 ++-- tutorials/java/group-call/pom.xml | 2 +- tutorials/java/hello-world-recording/pom.xml | 2 +- tutorials/java/hello-world/pom.xml | 2 +- tutorials/java/magic-mirror/pom.xml | 2 +- tutorials/java/one2many-call/pom.xml | 2 +- tutorials/java/one2one-call-advanced/pom.xml | 2 +- tutorials/java/one2one-call-recording/pom.xml | 2 +- tutorials/java/one2one-call/pom.xml | 2 +- tutorials/java/platedetector/pom.xml | 4 ++-- tutorials/java/player/pom.xml | 2 +- tutorials/java/pointerdetector/pom.xml | 4 ++-- tutorials/java/pom.xml | 2 +- tutorials/java/rtp-receiver/pom.xml | 2 +- tutorials/javascript-browser/chroma/bower.json | 8 ++++---- .../javascript-browser/crowddetector/bower.json | 8 ++++---- .../hello-world-data-channel/bower.json | 6 +++--- .../hello-world-recorder-generator/bower.json | 6 +++--- tutorials/javascript-browser/hello-world/bower.json | 6 +++--- .../javascript-browser/loopback-stats/bower.json | 6 +++--- tutorials/javascript-browser/magic-mirror/bower.json | 6 +++--- .../javascript-browser/platedetector/bower.json | 8 ++++---- .../javascript-browser/pointerdetector/bower.json | 8 ++++---- tutorials/javascript-browser/recorder/bower.json | 6 +++--- tutorials/javascript-node/chroma/package.json | 6 +++--- tutorials/javascript-node/chroma/static/bower.json | 2 +- tutorials/javascript-node/crowddetector/package.json | 6 +++--- .../javascript-node/crowddetector/static/bower.json | 2 +- tutorials/javascript-node/hello-world/package.json | 4 ++-- .../javascript-node/hello-world/static/bower.json | 2 +- tutorials/javascript-node/magic-mirror/package.json | 4 ++-- .../javascript-node/magic-mirror/static/bower.json | 2 +- .../javascript-node/module-tests-api/package.json | 12 ++++++------ tutorials/javascript-node/one2many-call/package.json | 4 ++-- .../javascript-node/one2many-call/static/bower.json | 2 +- tutorials/javascript-node/one2one-call/package.json | 4 ++-- .../javascript-node/one2one-call/static/bower.json | 2 +- tutorials/javascript-node/platedetector/package.json | 6 +++--- .../javascript-node/platedetector/static/bower.json | 2 +- .../javascript-node/pointerdetector/package.json | 6 +++--- .../pointerdetector/static/bower.json | 2 +- 75 files changed, 132 insertions(+), 132 deletions(-) diff --git a/browser/kurento-utils-js/package.json b/browser/kurento-utils-js/package.json index 9c42e46ef8..e32270b016 100644 --- a/browser/kurento-utils-js/package.json +++ b/browser/kurento-utils-js/package.json @@ -1,6 +1,6 @@ { "name": "kurento-utils", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento JavaScript Utilities", "keywords": [ "kurento", diff --git a/clients/java/client/pom.xml b/clients/java/client/pom.xml index 4c051b9bef..fd2e46612f 100644 --- a/clients/java/client/pom.xml +++ b/clients/java/client/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-parent-pom - 7.1.0-SNAPSHOT + 7.1.0 ../parent-pom kurento-client diff --git a/clients/java/commons/pom.xml b/clients/java/commons/pom.xml index e44bceed22..5d903f7167 100644 --- a/clients/java/commons/pom.xml +++ b/clients/java/commons/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-parent-pom - 7.1.0-SNAPSHOT + 7.1.0 ../parent-pom kurento-commons diff --git a/clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml b/clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml index f4bd4a08e7..af0da85d29 100644 --- a/clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml +++ b/clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-jsonrpc - 7.1.0-SNAPSHOT + 7.1.0 kurento-jsonrpc-client-jetty jar diff --git a/clients/java/jsonrpc/jsonrpc-client/pom.xml b/clients/java/jsonrpc/jsonrpc-client/pom.xml index 88b076dd68..b3f3055e6f 100644 --- a/clients/java/jsonrpc/jsonrpc-client/pom.xml +++ b/clients/java/jsonrpc/jsonrpc-client/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-jsonrpc - 7.1.0-SNAPSHOT + 7.1.0 kurento-jsonrpc-client jar diff --git a/clients/java/jsonrpc/jsonrpc-demo-server/pom.xml b/clients/java/jsonrpc/jsonrpc-demo-server/pom.xml index b74bf8b4fb..8f2bb76f1f 100644 --- a/clients/java/jsonrpc/jsonrpc-demo-server/pom.xml +++ b/clients/java/jsonrpc/jsonrpc-demo-server/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-jsonrpc - 7.1.0-SNAPSHOT + 7.1.0 kurento-jsonrpc-demo-server jar diff --git a/clients/java/jsonrpc/jsonrpc-server/pom.xml b/clients/java/jsonrpc/jsonrpc-server/pom.xml index 6134d7e50d..52827dfcab 100644 --- a/clients/java/jsonrpc/jsonrpc-server/pom.xml +++ b/clients/java/jsonrpc/jsonrpc-server/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-jsonrpc - 7.1.0-SNAPSHOT + 7.1.0 kurento-jsonrpc-server jar diff --git a/clients/java/jsonrpc/pom.xml b/clients/java/jsonrpc/pom.xml index eb00b68a7b..51d9b7318d 100644 --- a/clients/java/jsonrpc/pom.xml +++ b/clients/java/jsonrpc/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-parent-pom - 7.1.0-SNAPSHOT + 7.1.0 ../parent-pom kurento-jsonrpc diff --git a/clients/java/maven-plugin/pom.xml b/clients/java/maven-plugin/pom.xml index 28d6807e56..4d34fca067 100644 --- a/clients/java/maven-plugin/pom.xml +++ b/clients/java/maven-plugin/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-maven-plugin - 7.1.0-SNAPSHOT + 7.1.0 maven-plugin @@ -158,7 +158,7 @@ 7.0.1-SNAPSHOT, we cannot assume that the server will also be 7.0.1-SNAPSHOT, because it might already be 7.0.2-SNAPSHOT or higher. --> - [7.1.0-SNAPSHOT,8.0.0) + [7.1.0,8.0.0) diff --git a/clients/java/parent-pom/pom.xml b/clients/java/parent-pom/pom.xml index f85b7cfc6b..928f392c1e 100644 --- a/clients/java/parent-pom/pom.xml +++ b/clients/java/parent-pom/pom.xml @@ -7,11 +7,11 @@ org.kurento kurento-qa-pom - 7.1.0-SNAPSHOT + 7.1.0 ../qa-pom kurento-parent-pom - 7.1.0-SNAPSHOT + 7.1.0 pom @@ -78,9 +78,9 @@ 7.0.1-SNAPSHOT, we cannot assume that the server will also be 7.0.1-SNAPSHOT, because it might already be 7.0.2-SNAPSHOT or higher. --> - [7.1.0-SNAPSHOT,8.0.0) - [7.1.0-SNAPSHOT,8.0.0) - [7.1.0-SNAPSHOT,8.0.0) + [7.1.0,8.0.0) + [7.1.0,8.0.0) + [7.1.0,8.0.0) 7.0.0 diff --git a/clients/java/pom.xml b/clients/java/pom.xml index 831acdee87..09aa556f52 100644 --- a/clients/java/pom.xml +++ b/clients/java/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-parent-pom - 7.1.0-SNAPSHOT + 7.1.0 parent-pom kurento-java diff --git a/clients/java/qa-pom/pom.xml b/clients/java/qa-pom/pom.xml index 090275de8d..6a957619b4 100644 --- a/clients/java/qa-pom/pom.xml +++ b/clients/java/qa-pom/pom.xml @@ -5,7 +5,7 @@ org.kurento kurento-qa-pom - 7.1.0-SNAPSHOT + 7.1.0 pom diff --git a/clients/java/qa-pom/qa-config/pom.xml b/clients/java/qa-pom/qa-config/pom.xml index f4f0ab25f1..bd3871eaad 100644 --- a/clients/java/qa-pom/qa-config/pom.xml +++ b/clients/java/qa-pom/qa-config/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-qa-pom - 7.1.0-SNAPSHOT + 7.1.0 kurento-qa-config diff --git a/clients/javascript/client/package.json b/clients/javascript/client/package.json index 5a3b47cebd..5f3c813bdc 100644 --- a/clients/javascript/client/package.json +++ b/clients/javascript/client/package.json @@ -1,6 +1,6 @@ { "name": "kurento-client", - "version": "7.1.0-dev", + "version": "7.1.0", "description": "JavaScript Client API for Kurento Media Server", "keywords": [ "kurento", @@ -68,10 +68,10 @@ "es6-promise": "^4.0.5", "extend": "^3.0.0", "inherits": "^2.0.0", - "kurento-client-core": "git+https://github.com/Kurento/kurento-client-core-js.git", - "kurento-client-elements": "git+https://github.com/Kurento/kurento-client-elements-js.git", - "kurento-client-filters": "git+https://github.com/Kurento/kurento-client-filters-js.git", - "kurento-jsonrpc": "https://gitpkg.now.sh/Kurento/kurento/clients/javascript/jsonrpc?main", + "kurento-client-core": "7.1.0", + "kurento-client-elements": "7.1.0", + "kurento-client-filters": "7.1.0", + "kurento-jsonrpc": "7.1.0", "minimist": "^1.2.0", "promise": "7.1.1", "promisecallback": "0.0.4", diff --git a/clients/javascript/jsonrpc/package.json b/clients/javascript/jsonrpc/package.json index df44a995d6..d83b8ef703 100644 --- a/clients/javascript/jsonrpc/package.json +++ b/clients/javascript/jsonrpc/package.json @@ -1,6 +1,6 @@ { "name": "kurento-jsonrpc", - "version": "7.1.0-dev", + "version": "7.1.0", "description": "Kurento RPC client library for Browser and Node.js", "keywords": [ "kurento", diff --git a/server/cmake-utils/debian/changelog b/server/cmake-utils/debian/changelog index 0786813b48..927a97ef2d 100644 --- a/server/cmake-utils/debian/changelog +++ b/server/cmake-utils/debian/changelog @@ -3,7 +3,7 @@ kurento-cmake-utils (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:55 +0000 kms-cmake-utils (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/jsonrpc/debian/changelog b/server/jsonrpc/debian/changelog index 9d54b09259..fa2c3e0a3f 100644 --- a/server/jsonrpc/debian/changelog +++ b/server/jsonrpc/debian/changelog @@ -3,7 +3,7 @@ kurento-jsonrpc (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:55 +0000 kms-jsonrpc (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/media-server/debian/changelog b/server/media-server/debian/changelog index 9a881f9907..fc92c34a08 100644 --- a/server/media-server/debian/changelog +++ b/server/media-server/debian/changelog @@ -8,7 +8,7 @@ kurento-media-server (7.1.0-1kurento1) UNRELEASED; urgency=medium * Add 'libwebsocketpp-dev' to Build-Deps, without versioning * debian/control: Drop 'libssl1.0-dev' for Bionic compatibility - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kurento-media-server (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-core/debian/changelog b/server/module-core/debian/changelog index 9112d83b5d..628d848153 100644 --- a/server/module-core/debian/changelog +++ b/server/module-core/debian/changelog @@ -3,7 +3,7 @@ kurento-module-core (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:55 +0000 kms-core (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-creator/debian/changelog b/server/module-creator/debian/changelog index 26c645e689..ff4078a26d 100644 --- a/server/module-creator/debian/changelog +++ b/server/module-creator/debian/changelog @@ -3,7 +3,7 @@ kurento-module-creator (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:55 +0000 kurento-module-creator (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-elements/debian/changelog b/server/module-elements/debian/changelog index f554aa8803..acaf80e40b 100644 --- a/server/module-elements/debian/changelog +++ b/server/module-elements/debian/changelog @@ -3,7 +3,7 @@ kurento-module-elements (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:55 +0000 kms-elements (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/chroma/debian/changelog b/server/module-examples/chroma/debian/changelog index 513cabc9ad..2c971889c7 100644 --- a/server/module-examples/chroma/debian/changelog +++ b/server/module-examples/chroma/debian/changelog @@ -3,7 +3,7 @@ kurento-module-chroma (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-chroma (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/crowddetector/debian/changelog b/server/module-examples/crowddetector/debian/changelog index 33b8cc298a..9a46ed6ffa 100644 --- a/server/module-examples/crowddetector/debian/changelog +++ b/server/module-examples/crowddetector/debian/changelog @@ -3,7 +3,7 @@ kurento-module-crowddetector (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-crowddetector (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/datachannelexample/debian/changelog b/server/module-examples/datachannelexample/debian/changelog index 22bdae94ad..69597979ad 100644 --- a/server/module-examples/datachannelexample/debian/changelog +++ b/server/module-examples/datachannelexample/debian/changelog @@ -3,7 +3,7 @@ kurento-module-datachannelexample (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-datachannelexample (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/gstreamer-example/debian/changelog b/server/module-examples/gstreamer-example/debian/changelog index d9fd97aeb3..bfa6b27ae6 100644 --- a/server/module-examples/gstreamer-example/debian/changelog +++ b/server/module-examples/gstreamer-example/debian/changelog @@ -3,4 +3,4 @@ kurento-module-gstreamer-example (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * Initial release. - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 diff --git a/server/module-examples/markerdetector/debian/changelog b/server/module-examples/markerdetector/debian/changelog index da6f0fef3b..8f7e0f2ed1 100644 --- a/server/module-examples/markerdetector/debian/changelog +++ b/server/module-examples/markerdetector/debian/changelog @@ -3,7 +3,7 @@ kurento-module-markerdetector (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-markerdetector (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/opencv-example/debian/changelog b/server/module-examples/opencv-example/debian/changelog index 18dbcf72c8..540cea7d8a 100644 --- a/server/module-examples/opencv-example/debian/changelog +++ b/server/module-examples/opencv-example/debian/changelog @@ -3,4 +3,4 @@ kurento-module-opencv-example (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Kurento ] * Initial release. - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 diff --git a/server/module-examples/platedetector/debian/changelog b/server/module-examples/platedetector/debian/changelog index d925e4518f..e39f743395 100644 --- a/server/module-examples/platedetector/debian/changelog +++ b/server/module-examples/platedetector/debian/changelog @@ -3,7 +3,7 @@ kurento-module-platedetector (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-platedetector (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-examples/pointerdetector/debian/changelog b/server/module-examples/pointerdetector/debian/changelog index 759ef93d8a..536174cb13 100644 --- a/server/module-examples/pointerdetector/debian/changelog +++ b/server/module-examples/pointerdetector/debian/changelog @@ -3,7 +3,7 @@ kurento-module-pointerdetector (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Saul Pablo Labajo Izquierdo ] * switch to gstreamer from bionic - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:57 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:57 +0000 kms-pointerdetector (6.18.0-0kurento1) testing; urgency=medium diff --git a/server/module-filters/debian/changelog b/server/module-filters/debian/changelog index 120a9ff663..2f14a6743c 100644 --- a/server/module-filters/debian/changelog +++ b/server/module-filters/debian/changelog @@ -3,7 +3,7 @@ kurento-module-filters (7.1.0-1kurento1) UNRELEASED; urgency=medium [ Juan Navarro ] * UNRELEASED - -- Saul Pablo Labajo Izquierdo Wed, 07 Aug 2024 12:19:56 +0000 + -- Saul Pablo Labajo Izquierdo Mon, 16 Sep 2024 14:29:56 +0000 kms-filters (6.18.0-0kurento1) testing; urgency=medium diff --git a/tutorials/java/chroma/pom.xml b/tutorials/java/chroma/pom.xml index 98917030c5..01e321e259 100644 --- a/tutorials/java/chroma/pom.xml +++ b/tutorials/java/chroma/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-chroma jar @@ -71,7 +71,7 @@ org.kurento.module chroma - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/crowddetector/pom.xml b/tutorials/java/crowddetector/pom.xml index aa5dcee47d..6d9f917f2a 100644 --- a/tutorials/java/crowddetector/pom.xml +++ b/tutorials/java/crowddetector/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-crowddetector jar @@ -83,7 +83,7 @@ org.kurento.module crowddetector - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/datachannel-send-qr/pom.xml b/tutorials/java/datachannel-send-qr/pom.xml index f3ca15739b..b0429e3693 100644 --- a/tutorials/java/datachannel-send-qr/pom.xml +++ b/tutorials/java/datachannel-send-qr/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-datachannel-send-qr jar @@ -71,7 +71,7 @@ org.kurento.module datachannelexample - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/datachannel-show-text/pom.xml b/tutorials/java/datachannel-show-text/pom.xml index 74bfe5778b..6498650f44 100644 --- a/tutorials/java/datachannel-show-text/pom.xml +++ b/tutorials/java/datachannel-show-text/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-datachannel-show-text jar @@ -71,7 +71,7 @@ org.kurento.module datachannelexample - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/facedetector/pom.xml b/tutorials/java/facedetector/pom.xml index 7b9101a135..0f0af684e0 100644 --- a/tutorials/java/facedetector/pom.xml +++ b/tutorials/java/facedetector/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-facedetector jar @@ -71,7 +71,7 @@ org.kurento.module datachannelexample - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/group-call/pom.xml b/tutorials/java/group-call/pom.xml index 4e9e50736c..fc0fd7318a 100644 --- a/tutorials/java/group-call/pom.xml +++ b/tutorials/java/group-call/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-group-call jar diff --git a/tutorials/java/hello-world-recording/pom.xml b/tutorials/java/hello-world-recording/pom.xml index ba2e944f87..74e45f5dac 100644 --- a/tutorials/java/hello-world-recording/pom.xml +++ b/tutorials/java/hello-world-recording/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-hello-world-recording jar diff --git a/tutorials/java/hello-world/pom.xml b/tutorials/java/hello-world/pom.xml index 1cb4c38625..b600945493 100644 --- a/tutorials/java/hello-world/pom.xml +++ b/tutorials/java/hello-world/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-hello-world jar diff --git a/tutorials/java/magic-mirror/pom.xml b/tutorials/java/magic-mirror/pom.xml index 280bce6b15..0fff59f1fb 100644 --- a/tutorials/java/magic-mirror/pom.xml +++ b/tutorials/java/magic-mirror/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-magic-mirror jar diff --git a/tutorials/java/one2many-call/pom.xml b/tutorials/java/one2many-call/pom.xml index ac6dd8deb1..19d26cb108 100644 --- a/tutorials/java/one2many-call/pom.xml +++ b/tutorials/java/one2many-call/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-one2many-call jar diff --git a/tutorials/java/one2one-call-advanced/pom.xml b/tutorials/java/one2one-call-advanced/pom.xml index 03939d7070..f656273312 100644 --- a/tutorials/java/one2one-call-advanced/pom.xml +++ b/tutorials/java/one2one-call-advanced/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-one2one-call-advanced jar diff --git a/tutorials/java/one2one-call-recording/pom.xml b/tutorials/java/one2one-call-recording/pom.xml index 7fc2f0bcea..abfb0835d8 100644 --- a/tutorials/java/one2one-call-recording/pom.xml +++ b/tutorials/java/one2one-call-recording/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-one2one-call-recording jar diff --git a/tutorials/java/one2one-call/pom.xml b/tutorials/java/one2one-call/pom.xml index 2b13b48ee8..63f9020de9 100644 --- a/tutorials/java/one2one-call/pom.xml +++ b/tutorials/java/one2one-call/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-one2one-call jar diff --git a/tutorials/java/platedetector/pom.xml b/tutorials/java/platedetector/pom.xml index 1d5197ee68..adecf52702 100644 --- a/tutorials/java/platedetector/pom.xml +++ b/tutorials/java/platedetector/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-platedetector jar @@ -71,7 +71,7 @@ org.kurento.module platedetector - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/player/pom.xml b/tutorials/java/player/pom.xml index 7170dc5d06..a1f479d58d 100644 --- a/tutorials/java/player/pom.xml +++ b/tutorials/java/player/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-player jar diff --git a/tutorials/java/pointerdetector/pom.xml b/tutorials/java/pointerdetector/pom.xml index ccddcb9c04..7fc39101ea 100644 --- a/tutorials/java/pointerdetector/pom.xml +++ b/tutorials/java/pointerdetector/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-pointerdetector jar @@ -71,7 +71,7 @@ org.kurento.module pointerdetector - 7.0.1-SNAPSHOT + 7.1.0 diff --git a/tutorials/java/pom.xml b/tutorials/java/pom.xml index 1dd9a5c40c..2b3010c738 100644 --- a/tutorials/java/pom.xml +++ b/tutorials/java/pom.xml @@ -6,7 +6,7 @@ org.kurento kurento-parent-pom - 7.0.1-SNAPSHOT + 7.1.0 org.kurento.tutorial kurento-tutorial diff --git a/tutorials/java/rtp-receiver/pom.xml b/tutorials/java/rtp-receiver/pom.xml index b46120802b..e2146ad8b2 100644 --- a/tutorials/java/rtp-receiver/pom.xml +++ b/tutorials/java/rtp-receiver/pom.xml @@ -6,7 +6,7 @@ org.kurento.tutorial kurento-tutorial - 7.0.1-SNAPSHOT + 7.1.0 kurento-rtp-receiver jar diff --git a/tutorials/javascript-browser/chroma/bower.json b/tutorials/javascript-browser/chroma/bower.json index b01a976a26..bb3c1deb4f 100644 --- a/tutorials/javascript-browser/chroma/bower.json +++ b/tutorials/javascript-browser/chroma/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-chroma", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Chroma", "keywords": [ "kurento", @@ -65,8 +65,8 @@ "bootstrap": "~3.3.0", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git", - "kurento-module-chroma": "git+https://github.com/Kurento/kurento-module-chroma-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0", + "kurento-module-chroma": "7.1.0" } } diff --git a/tutorials/javascript-browser/crowddetector/bower.json b/tutorials/javascript-browser/crowddetector/bower.json index 4e97d25eb3..20a1876199 100644 --- a/tutorials/javascript-browser/crowddetector/bower.json +++ b/tutorials/javascript-browser/crowddetector/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-crowddetector", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Crowd Detector", "keywords": [ "kurento", @@ -65,8 +65,8 @@ "bootstrap": "~3.3.0", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-module-crowddetector": "git+https://github.com/Kurento/kurento-module-crowddetector-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-module-crowddetector": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/hello-world-data-channel/bower.json b/tutorials/javascript-browser/hello-world-data-channel/bower.json index a305d4a0fe..c68a2ee052 100644 --- a/tutorials/javascript-browser/hello-world-data-channel/bower.json +++ b/tutorials/javascript-browser/hello-world-data-channel/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-hello-world", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Hello World (WebRTC in loopback with DataChannels)", "keywords": [ "kurento", @@ -64,7 +64,7 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.2.3", "webrtc-adapter": "v7.4.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/hello-world-recorder-generator/bower.json b/tutorials/javascript-browser/hello-world-recorder-generator/bower.json index 66f9213079..40cdac5a97 100644 --- a/tutorials/javascript-browser/hello-world-recorder-generator/bower.json +++ b/tutorials/javascript-browser/hello-world-recorder-generator/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-hello-world", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Hello World (WebRTC in loopback with Recording)", "keywords": [ "kurento", @@ -66,7 +66,7 @@ "co": "~3.0.7", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/hello-world/bower.json b/tutorials/javascript-browser/hello-world/bower.json index adb10c3a60..be30fa6870 100644 --- a/tutorials/javascript-browser/hello-world/bower.json +++ b/tutorials/javascript-browser/hello-world/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-hello-world", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Hello World (WebRTC in loopback)", "keywords": [ "kurento", @@ -65,7 +65,7 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/loopback-stats/bower.json b/tutorials/javascript-browser/loopback-stats/bower.json index 9931d0475d..31dc1db367 100644 --- a/tutorials/javascript-browser/loopback-stats/bower.json +++ b/tutorials/javascript-browser/loopback-stats/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-hello-world", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Loopbak stats", "keywords": [ "kurento", @@ -65,7 +65,7 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.2.3", "demo-console": "1.5.1", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/magic-mirror/bower.json b/tutorials/javascript-browser/magic-mirror/bower.json index d40b337d00..a6e46c456c 100644 --- a/tutorials/javascript-browser/magic-mirror/bower.json +++ b/tutorials/javascript-browser/magic-mirror/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-magic-mirror", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Magic Mirror", "keywords": [ "kurento", @@ -65,7 +65,7 @@ "bootstrap": "~3.3.0", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/platedetector/bower.json b/tutorials/javascript-browser/platedetector/bower.json index 9c3b42ef36..b3bfc873be 100644 --- a/tutorials/javascript-browser/platedetector/bower.json +++ b/tutorials/javascript-browser/platedetector/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-platedetector", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Plate Detector", "keywords": [ "kurento", @@ -65,8 +65,8 @@ "bootstrap": "~3.3.0", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-module-platedetector": "git+https://github.com/Kurento/kurento-module-platedetector-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-module-platedetector": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/pointerdetector/bower.json b/tutorials/javascript-browser/pointerdetector/bower.json index 650f18fa43..0c8bbd4c6c 100644 --- a/tutorials/javascript-browser/pointerdetector/bower.json +++ b/tutorials/javascript-browser/pointerdetector/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-pointerdetector", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Browser JavaScript Tutorial: Pointer Detector", "keywords": [ "kurento", @@ -65,8 +65,8 @@ "bootstrap": "~3.3.0", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-module-pointerdetector": "git+https://github.com/Kurento/kurento-module-pointerdetector-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-module-pointerdetector": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-browser/recorder/bower.json b/tutorials/javascript-browser/recorder/bower.json index effc79599c..5fa8e2c329 100644 --- a/tutorials/javascript-browser/recorder/bower.json +++ b/tutorials/javascript-browser/recorder/bower.json @@ -1,6 +1,6 @@ { "name": "kurento-recorder", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento demo with Recorder", "keywords": [ "kurento", @@ -65,7 +65,7 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-client": "git+https://github.com/Kurento/kurento-client-bower.git", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-client": "7.1.0", + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/chroma/package.json b/tutorials/javascript-node/chroma/package.json index df3251a163..0b0a556b48 100644 --- a/tutorials/javascript-node/chroma/package.json +++ b/tutorials/javascript-node/chroma/package.json @@ -1,6 +1,6 @@ { "name": "kurento-chroma", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -11,8 +11,8 @@ "express-session": "^1.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", - "kurento-module-chroma": "git+https://github.com/Kurento/kurento-module-chroma-js.git" + "kurento-client": "7.1.0", + "kurento-module-chroma": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/chroma/static/bower.json b/tutorials/javascript-node/chroma/static/bower.json index 8c0eabdb0e..ad3e60712b 100644 --- a/tutorials/javascript-node/chroma/static/bower.json +++ b/tutorials/javascript-node/chroma/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/crowddetector/package.json b/tutorials/javascript-node/crowddetector/package.json index 0868af649e..30c54ced71 100644 --- a/tutorials/javascript-node/crowddetector/package.json +++ b/tutorials/javascript-node/crowddetector/package.json @@ -1,6 +1,6 @@ { "name": "kurento-crowddetector", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -11,8 +11,8 @@ "express-session": "^1.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", - "kurento-module-crowddetector": "git+https://github.com/Kurento/kurento-module-crowddetector-js.git" + "kurento-client": "7.1.0", + "kurento-module-crowddetector": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/crowddetector/static/bower.json b/tutorials/javascript-node/crowddetector/static/bower.json index 49aac2fa84..f1c89d52fd 100644 --- a/tutorials/javascript-node/crowddetector/static/bower.json +++ b/tutorials/javascript-node/crowddetector/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/hello-world/package.json b/tutorials/javascript-node/hello-world/package.json index cd6ca3be65..52a840daf5 100644 --- a/tutorials/javascript-node/hello-world/package.json +++ b/tutorials/javascript-node/hello-world/package.json @@ -1,6 +1,6 @@ { "name": "kurento-hello-world", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -9,7 +9,7 @@ "cookie-parser": "^1.3.5", "express": "^4.17.0", "express-session": "^1.17.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", + "kurento-client": "7.1.0", "minimist": "^1.1.1", "ws": "^7.1.0" }, diff --git a/tutorials/javascript-node/hello-world/static/bower.json b/tutorials/javascript-node/hello-world/static/bower.json index 47238f7f5d..215660f84a 100644 --- a/tutorials/javascript-node/hello-world/static/bower.json +++ b/tutorials/javascript-node/hello-world/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/magic-mirror/package.json b/tutorials/javascript-node/magic-mirror/package.json index b90b268793..836ac6e1c9 100644 --- a/tutorials/javascript-node/magic-mirror/package.json +++ b/tutorials/javascript-node/magic-mirror/package.json @@ -1,6 +1,6 @@ { "name": "kurento-magic-mirror", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -11,7 +11,7 @@ "express-session": "^1.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git" + "kurento-client": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/magic-mirror/static/bower.json b/tutorials/javascript-node/magic-mirror/static/bower.json index a7b040b7d6..5a43ac6672 100644 --- a/tutorials/javascript-node/magic-mirror/static/bower.json +++ b/tutorials/javascript-node/magic-mirror/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/module-tests-api/package.json b/tutorials/javascript-node/module-tests-api/package.json index 574427093b..69a93a8004 100644 --- a/tutorials/javascript-node/module-tests-api/package.json +++ b/tutorials/javascript-node/module-tests-api/package.json @@ -1,6 +1,6 @@ { "name": "kurento-module-tests-api", - "version": "7.0.1-dev", + "version": "7.1.0", "description": "Kurento Module Tests API", "homepage": "https://kurento.openvidu.io/", "license": "ALv2", @@ -27,11 +27,11 @@ "WebRTC" ], "dependencies": { - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", - "kurento-module-chroma": "git+https://github.com/Kurento/kurento-module-chroma-js.git", - "kurento-module-crowddetector": "git+https://github.com/Kurento/kurento-module-crowddetector-js.git", - "kurento-module-platedetector": "git+https://github.com/Kurento/kurento-module-platedetector-js.git", - "kurento-module-pointerdetector": "git+https://github.com/Kurento/kurento-module-pointerdetector-js.git" + "kurento-client": "7.1.0", + "kurento-module-chroma": "7.1.0", + "kurento-module-crowddetector": "7.1.0", + "kurento-module-platedetector": "7.1.0", + "kurento-module-pointerdetector": "7.1.0" }, "devDependencies": { "fs-extra": "^0.20.1", diff --git a/tutorials/javascript-node/one2many-call/package.json b/tutorials/javascript-node/one2many-call/package.json index 80a90cd670..1ef4aa176c 100644 --- a/tutorials/javascript-node/one2many-call/package.json +++ b/tutorials/javascript-node/one2many-call/package.json @@ -1,13 +1,13 @@ { "name": "kurento-one2many-call", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" }, "dependencies": { "express": "^4.17.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", + "kurento-client": "7.1.0", "minimist": "^1.1.1", "ws": "^7.1.0" }, diff --git a/tutorials/javascript-node/one2many-call/static/bower.json b/tutorials/javascript-node/one2many-call/static/bower.json index 5a6bafe5a6..e5b0f0f884 100644 --- a/tutorials/javascript-node/one2many-call/static/bower.json +++ b/tutorials/javascript-node/one2many-call/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/one2one-call/package.json b/tutorials/javascript-node/one2one-call/package.json index 7aa29b6e81..38af51e0cd 100644 --- a/tutorials/javascript-node/one2one-call/package.json +++ b/tutorials/javascript-node/one2one-call/package.json @@ -1,6 +1,6 @@ { "name": "kurento-one2one-call", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -9,7 +9,7 @@ "express": "^4.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git" + "kurento-client": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/one2one-call/static/bower.json b/tutorials/javascript-node/one2one-call/static/bower.json index 9d92016bc0..c80785b969 100644 --- a/tutorials/javascript-node/one2one-call/static/bower.json +++ b/tutorials/javascript-node/one2one-call/static/bower.json @@ -24,6 +24,6 @@ "draggabilly": "~1.2.4", "demo-console": "1.5.1", "ekko-lightbox": "~3.3.0", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/platedetector/package.json b/tutorials/javascript-node/platedetector/package.json index 5cf4525867..a3c5544ebd 100644 --- a/tutorials/javascript-node/platedetector/package.json +++ b/tutorials/javascript-node/platedetector/package.json @@ -1,6 +1,6 @@ { "name": "kurento-platedetector", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -11,8 +11,8 @@ "express-session": "^1.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", - "kurento-module-platedetector": "git+https://github.com/Kurento/kurento-module-platedetector-js.git" + "kurento-client": "7.1.0", + "kurento-module-platedetector": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/platedetector/static/bower.json b/tutorials/javascript-node/platedetector/static/bower.json index 831e11cdc4..8681b5f94a 100644 --- a/tutorials/javascript-node/platedetector/static/bower.json +++ b/tutorials/javascript-node/platedetector/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } } diff --git a/tutorials/javascript-node/pointerdetector/package.json b/tutorials/javascript-node/pointerdetector/package.json index fa439d41c1..6f44c50acf 100644 --- a/tutorials/javascript-node/pointerdetector/package.json +++ b/tutorials/javascript-node/pointerdetector/package.json @@ -1,6 +1,6 @@ { "name": "kurento-pointerdetector", - "version": "7.0.1-dev", + "version": "7.1.0", "private": true, "scripts": { "postinstall": "cd static && bower install" @@ -11,8 +11,8 @@ "express-session": "^1.17.0", "minimist": "^1.1.1", "ws": "^7.1.0", - "kurento-client": "git+https://github.com/Kurento/kurento-client-js.git", - "kurento-module-pointerdetector": "git+https://github.com/Kurento/kurento-module-pointerdetector-js.git" + "kurento-client": "7.1.0", + "kurento-module-pointerdetector": "7.1.0" }, "devDependencies": { "bower": "^1.4.1" diff --git a/tutorials/javascript-node/pointerdetector/static/bower.json b/tutorials/javascript-node/pointerdetector/static/bower.json index 7c1f3570ec..9054099108 100644 --- a/tutorials/javascript-node/pointerdetector/static/bower.json +++ b/tutorials/javascript-node/pointerdetector/static/bower.json @@ -23,6 +23,6 @@ "bootstrap": "~3.3.0", "ekko-lightbox": "~3.3.0", "demo-console": "1.5.1", - "kurento-utils": "git+https://github.com/Kurento/kurento-utils-bower.git" + "kurento-utils": "7.1.0" } }