Skip to content
Snippets Groups Projects
Verified Commit 281c27b4 authored by BIGARET Sebastien's avatar BIGARET Sebastien
Browse files

Prepare release 3.1

parent 183eb352
No related branches found
No related tags found
No related merge requests found
v3.1
----
- Auto-detection of proxy settings is now available. - Auto-detection of proxy settings is now available.
- Fix a bug which prevented executions when - Fix a bug which prevented executions when
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/> <format property="build.time" pattern="yyyy-MM-dd'T'hh:mm:ss.SSSZ"/>
</tstamp> </tstamp>
<property name="praxis.version" value="3.0.2"/> <property name="praxis.version" value="3.1"/>
<!-- If not called from an other project setting praxis.home, define it. <!-- If not called from an other project setting praxis.home, define it.
In details: In details:
- it is unset when directly building the jars of Praxis, - it is unset when directly building the jars of Praxis,
......
2018-07-26 2019-05-09
3.0.2 3.1
...@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common; ...@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common;
*/ */
public abstract class ReleaseInfo public abstract class ReleaseInfo
{ {
public static final String release = "3.0.2"; public static final String release = "3.1";
public static final String release_date = "2018-07-26"; public static final String release_date = "2019-05-09";
public static final int application_revision = Configuration.getInt("revision"); public static final int application_revision = Configuration.getInt("revision");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment