Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
praxis-core
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
praxis
praxis-core
Commits
63aaf324
Verified
Commit
63aaf324
authored
6 years ago
by
BIGARET Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release 3.0.2
parent
bf26e45e
No related branches found
No related tags found
No related merge requests found
Pipeline
#111
failed
6 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+6
-0
6 additions, 0 deletions
CHANGES
build.xml
+1
-1
1 addition, 1 deletion
build.xml
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+2
-2
2 additions, 2 deletions
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
with
9 additions
and
3 deletions
CHANGES
+
6
−
0
View file @
63aaf324
v3.0.2
------
- Fix a bug causing an application to crash if no logging.properties
could be found (*sigh*)
...
...
@@ -9,6 +12,9 @@ v3.0.1
- Fix: applications failed to start when the system's default locale
was unsupported.
Many thanks to Andrea Profili (Italy) and Miłosz Kadziński (Poland)
for the bug reports, and for their precious help to diagnose the
problem.
- Now properly detects when launched with unsupported JVM (currently
v9 and v10), and informs the user before exiting.
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
1
−
1
View file @
63aaf324
...
...
@@ -7,7 +7,7 @@
<format
property=
"build.time"
pattern=
"yyyy-MM-dd'T'hh:mm:ss.SSSZ"
/>
</tstamp>
<property
name=
"praxis.version"
value=
"3.0.
1
"
/>
<property
name=
"praxis.version"
value=
"3.0.
2
"
/>
<!-- If not called from an other project setting praxis.home, define it.
In details:
- it is unset when directly building the jars of Praxis,
...
...
This diff is collapsed.
Click to expand it.
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+
2
−
2
View file @
63aaf324
...
...
@@ -7,9 +7,9 @@ package eu.telecom_bretagne.praxis.common;
*/
public
abstract
class
ReleaseInfo
{
public
static
final
String
release
=
"3.0.
1
"
;
public
static
final
String
release
=
"3.0.
2
"
;
public
static
final
String
release_date
=
"2018-07-2
5
"
;
public
static
final
String
release_date
=
"2018-07-2
6
"
;
public
static
final
int
application_revision
=
Configuration
.
getInt
(
"revision"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment