Skip to content
Snippets Groups Projects
Commit 26ede287 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

misc: bump jams version to 3.6

Change-Id: I9f41a0ab9a01161eb45956ca062fb159170f58f6
parent e96c3748
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ RUN mkdir -p jams-server/src/main/resources/webapp \
&& mv jams-react-client/build/* jams-server/src/main/resources/webapp
RUN mvn package
ENV JAMS_VERSION=3.5
ENV JAMS_VERSION=3.6
RUN python3 generate-versions.py $JAMS_VERSION
RUN ./build-doc.sh
......
......@@ -30,7 +30,7 @@
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-server</artifactId>
<version>3.5</version>
<version>3.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
{
"name": "jams-jami-client",
"version": "3.5.0",
"version": "3.6.0",
"description": "Jams client for managing user's devices",
"private": false,
"main": "dist/index.js",
......
......@@ -32,7 +32,7 @@
<dependency>
<groupId>net.jami</groupId>
<artifactId>jams-server</artifactId>
<version>3.5</version>
<version>3.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
......
......@@ -23,7 +23,7 @@
</modules>
<properties>
<revision>3.5</revision>
<revision>3.6</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment