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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
praxis
praxis-core
Commits
b369ba86
Verified
Commit
b369ba86
authored
7 years ago
by
BIGARET Sebastien
Browse files
Options
Downloads
Patches
Plain Diff
Prepare release 3.0.0
parent
5d76e16e
No related branches found
No related tags found
No related merge requests found
Pipeline
#109
failed
6 years ago
Stage: build
Stage: test
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+3
-1
3 additions, 1 deletion
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
6 additions
and
4 deletions
CHANGES
+
3
−
1
View file @
b369ba86
v3.0.0
------
- New translations!
- New translations!
- Greek, by Giota Digkoglou
- Greek, by Giota Digkoglou
...
@@ -17,7 +19,7 @@
...
@@ -17,7 +19,7 @@
some linux systems, an application bundled with one-jar showed
some linux systems, an application bundled with one-jar showed
"com-simontuffs-onejar-Boot" (corresponding to the X11 property
"com-simontuffs-onejar-Boot" (corresponding to the X11 property
WM_CLASS, observed on Ubuntu 16.04 w/ Gnome 3.24 & 3.26.1). The new
WM_CLASS, observed on Ubuntu 16.04 w/ Gnome 3.24 & 3.26.1). The new
configuration property application.name is
now
used to set this X11
configuration property application.name is used to set this X11
property.
property.
v2.2
v2.2
...
...
This diff is collapsed.
Click to expand it.
build.xml
+
1
−
1
View file @
b369ba86
...
@@ -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=
"
2.2
"
/>
<property
name=
"praxis.version"
value=
"
3.0.0
"
/>
<!-- 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,
...
...
This diff is collapsed.
Click to expand it.
src/eu/telecom_bretagne/praxis/common/ReleaseInfo.java
+
2
−
2
View file @
b369ba86
...
@@ -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
=
"
2.2
"
;
public
static
final
String
release
=
"
3.0.0
"
;
public
static
final
String
release_date
=
"201
7-10
-1
8
"
;
public
static
final
String
release_date
=
"201
8-07
-1
7
"
;
public
static
final
int
application_revision
=
Configuration
.
getInt
(
"revision"
);
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