mirror of https://github.com/OpenVidu/openvidu.git
Added v2compatibility suffix to java-client
parent
30c705e8fc
commit
81fa53b5bf
|
@ -5,12 +5,12 @@
|
||||||
|
|
||||||
[![][OpenViduLogo]](https://openvidu.io)
|
[![][OpenViduLogo]](https://openvidu.io)
|
||||||
|
|
||||||
openvidu-java-client
|
openvidu-java-client-v2compatibility
|
||||||
===
|
===
|
||||||
|
|
||||||
- **Description**: Library for your JAVA server. It is a fully compatible and simple alternative to the REST API exposed by OpenVidu Server.
|
- **Description**: Library for your JAVA server. It is a fully compatible and simple alternative to the REST API exposed by OpenVidu Server.
|
||||||
|
|
||||||
- **Docs**: [openvidu-java-client API](https://docs.openvidu.io/en/stable/reference-docs/openvidu-java-client/)
|
- **Docs**: [openvidu-java-client-v2compatibility API](https://docs.openvidu.io/en/stable/reference-docs/openvidu-java-client-v2compatibility/)
|
||||||
|
|
||||||
- **Release**: [OpenVidu Artifacts](https://docs.openvidu.io/en/stable/releases/)
|
- **Release**: [OpenVidu Artifacts](https://docs.openvidu.io/en/stable/releases/)
|
||||||
|
|
||||||
|
|
|
@ -10,11 +10,11 @@ grep -rl '/en/stable/' ./src | xargs sed -i -e 's|/en/stable/|/en/'${BASEHREF_VE
|
||||||
|
|
||||||
# Generate JavaDoc
|
# Generate JavaDoc
|
||||||
mvn javadoc:javadoc
|
mvn javadoc:javadoc
|
||||||
rm -rf ../../openvidu.io/api/openvidu-java-client/*
|
rm -rf ../../openvidu.io/api/openvidu-java-client-v2compatibility/*
|
||||||
cp -R ./target/site/apidocs/. ../../openvidu.io-docs/docs/api/openvidu-java-client
|
cp -R ./target/site/apidocs/. ../../openvidu.io-docs/docs/api/openvidu-java-client-v2compatibility
|
||||||
|
|
||||||
# Return links to "stable" version
|
# Return links to "stable" version
|
||||||
grep -rl '/en/'${BASEHREF_VERSION}'/' ./src | xargs sed -i -e 's|/en/'${BASEHREF_VERSION}'/|/en/stable/|g'
|
grep -rl '/en/'${BASEHREF_VERSION}'/' ./src | xargs sed -i -e 's|/en/'${BASEHREF_VERSION}'/|/en/stable/|g'
|
||||||
|
|
||||||
# Add favicon to index.html
|
# Add favicon to index.html
|
||||||
sed -i -e 's/<head>/<head><link rel=\"shortcut icon\" href=\"\/img\/favicon.ico\" type=\"image\/x-icon\">/g' ../../openvidu.io-docs/docs/api/openvidu-java-client/index.html
|
sed -i -e 's/<head>/<head><link rel=\"shortcut icon\" href=\"\/img\/favicon.ico\" type=\"image\/x-icon\">/g' ../../openvidu.io-docs/docs/api/openvidu-java-client-v2compatibility/index.html
|
||||||
|
|
|
@ -9,11 +9,11 @@
|
||||||
<version>2.0.0</version>
|
<version>2.0.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>openvidu-java-client</artifactId>
|
<artifactId>openvidu-java-client-v2compatibility</artifactId>
|
||||||
<version>2.30.0</version>
|
<version>3.0.0-beta1</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>OpenVidu Java Client</name>
|
<name>OpenVidu Java Client V2 Compatibility</name>
|
||||||
<description>OpenVidu client for your Java backend: get sessionId's and tokens easily from your OpenVidu server</description>
|
<description>OpenVidu client for your Java backend: get sessionId's and tokens easily from your OpenVidu server</description>
|
||||||
<url>https://openvidu.io</url>
|
<url>https://openvidu.io</url>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue