Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
j1elo committed Mar 22, 2023
1 parent c59a5e6 commit eab87fe
Show file tree
Hide file tree
Showing 141 changed files with 490 additions and 400 deletions.
8 changes: 5 additions & 3 deletions browser/kurento-utils-js/bin/set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@ function git_commit {
fi

# Amend the last commit if one already exists with same message.
local GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
if ! git log --max-count 1 --grep "^${COMMIT_MSG}$" --format="" --exit-code; then
GIT_COMMIT_ARGS+=(--amend)
local GIT_COMMIT_ARGS=()
if git show --no-patch --format='format:%s' HEAD | grep --quiet "^${COMMIT_MSG}$"; then
GIT_COMMIT_ARGS=(--amend --no-edit)
else
GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
fi

git commit "${GIT_COMMIT_ARGS[@]}"
Expand Down
2 changes: 1 addition & 1 deletion browser/kurento-utils-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kurento-utils",
"version": "7.0.0",
"version": "7.0.1-dev",
"description": "Kurento JavaScript Utilities",
"keywords": [
"kurento",
Expand Down
8 changes: 5 additions & 3 deletions clients/java/bin/set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,11 @@ function git_commit {
fi

# Amend the last commit if one already exists with same message.
local GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
if ! git log --max-count 1 --grep "^${COMMIT_MSG}$" --format="" --exit-code; then
GIT_COMMIT_ARGS+=(--amend)
local GIT_COMMIT_ARGS=()
if git show --no-patch --format='format:%s' HEAD | grep --quiet "^${COMMIT_MSG}$"; then
GIT_COMMIT_ARGS=(--amend --no-edit)
else
GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
fi

git commit "${GIT_COMMIT_ARGS[@]}"
Expand Down
2 changes: 1 addition & 1 deletion clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-parent-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<artifactId>kurento-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-parent-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<artifactId>kurento-commons</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/jsonrpc/jsonrpc-client-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-jsonrpc</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>kurento-jsonrpc-client-jetty</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/jsonrpc/jsonrpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-jsonrpc</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>kurento-jsonrpc-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/jsonrpc/jsonrpc-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-jsonrpc</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>kurento-jsonrpc-demo-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/jsonrpc/jsonrpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-jsonrpc</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>kurento-jsonrpc-server</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/jsonrpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-parent-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<relativePath>../parent-pom</relativePath>
</parent>
<artifactId>kurento-jsonrpc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions clients/java/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- Maven coordinates -->
<groupId>org.kurento</groupId>
<artifactId>kurento-maven-plugin</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<!-- Project-level information -->
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.kurento</groupId>
<artifactId>kurento-module-creator</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
10 changes: 5 additions & 5 deletions clients/java/parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-qa-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<relativePath>../qa-pom</relativePath>
</parent>
<artifactId>kurento-parent-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- Project-level information -->
Expand Down Expand Up @@ -69,9 +69,9 @@
It's not critical that these versions coincide with the latest available,
but whenever an API update is done in those files and released,
these version numbers should get updated accordingly. -->
<version.kms-api-core>7.0.0</version.kms-api-core>
<version.kms-api-elements>7.0.0</version.kms-api-elements>
<version.kms-api-filters>7.0.0</version.kms-api-filters>
<version.kms-api-core>7.0.1-SNAPSHOT</version.kms-api-core>
<version.kms-api-elements>7.0.1-SNAPSHOT</version.kms-api-elements>
<version.kms-api-filters>7.0.1-SNAPSHOT</version.kms-api-filters>

<!-- Kurento miscellaneous tools -->
<version.kurento-maven-plugin>7.0.0</version.kurento-maven-plugin>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-parent-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<relativePath>parent-pom</relativePath>
</parent>
<artifactId>kurento-java</artifactId>
Expand Down
8 changes: 5 additions & 3 deletions clients/java/qa-pom/bin/set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,11 @@ function git_commit {
fi

# Amend the last commit if one already exists with same message.
local GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
if ! git log --max-count 1 --grep "^${COMMIT_MSG}$" --format="" --exit-code; then
GIT_COMMIT_ARGS+=(--amend)
local GIT_COMMIT_ARGS=()
if git show --no-patch --format='format:%s' HEAD | grep --quiet "^${COMMIT_MSG}$"; then
GIT_COMMIT_ARGS=(--amend --no-edit)
else
GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
fi

git commit "${GIT_COMMIT_ARGS[@]}"
Expand Down
2 changes: 1 addition & 1 deletion clients/java/qa-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Maven coordinates -->
<groupId>org.kurento</groupId>
<artifactId>kurento-qa-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

<!-- Project-level information -->
Expand Down
2 changes: 1 addition & 1 deletion clients/java/qa-pom/qa-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kurento</groupId>
<artifactId>kurento-qa-pom</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>kurento-qa-config</artifactId>

Expand Down
8 changes: 5 additions & 3 deletions clients/javascript/bin/set-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,11 @@ function git_commit {
fi

# Amend the last commit if one already exists with same message.
local GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
if ! git log --max-count 1 --grep "^${COMMIT_MSG}$" --format="" --exit-code; then
GIT_COMMIT_ARGS+=(--amend)
local GIT_COMMIT_ARGS=()
if git show --no-patch --format='format:%s' HEAD | grep --quiet "^${COMMIT_MSG}$"; then
GIT_COMMIT_ARGS=(--amend --no-edit)
else
GIT_COMMIT_ARGS=(--message "$COMMIT_MSG")
fi

git commit "${GIT_COMMIT_ARGS[@]}"
Expand Down
10 changes: 5 additions & 5 deletions clients/javascript/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kurento-client",
"version": "7.0.0",
"version": "7.0.1-dev",
"description": "JavaScript Client API for Kurento Media Server",
"keywords": [
"kurento",
Expand Down Expand Up @@ -68,10 +68,10 @@
"es6-promise": "^4.0.5",
"extend": "^3.0.0",
"inherits": "^2.0.0",
"kurento-client-core": "7.0.0",
"kurento-client-elements": "7.0.0",
"kurento-client-filters": "7.0.0",
"kurento-jsonrpc": "7.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",
"minimist": "^1.2.0",
"promise": "7.1.1",
"promisecallback": "0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion clients/javascript/jsonrpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kurento-jsonrpc",
"version": "7.0.0",
"version": "7.0.1-dev",
"description": "Kurento RPC client library for Browser and Node.js",
"keywords": [
"kurento",
Expand Down
4 changes: 2 additions & 2 deletions doc-kurento/VERSIONS.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# shellcheck disable=SC2034
declare -A PROJECT_VERSIONS=(
# Version of the documentation itself; it appears in the main menu
[VERSION_DOC]="7.0.0"
[VERSION_DOC]="7.0.1-dev"

# Version of Kurento Media Server
[VERSION_KMS]="7.0.0"
Expand All @@ -33,7 +33,7 @@ declare -A PROJECT_VERSIONS=(
# Indicates if the current state of this code is Release or Nightly.
# If "true", all mentioned repos will be checked out to the corresponding
# versions; otherwise, they will be kept at the default branch (main).
[VERSION_RELEASE]="true"
[VERSION_RELEASE]="false"
)

# If the build is not for a release, then some versions can be set to more
Expand Down
Loading

0 comments on commit eab87fe

Please sign in to comment.