Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Zellige-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
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
Monitor
Incidents
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
IdA Public
Zellige-core
Commits
47eaa67d
You need to sign in or sign up before continuing.
Commit
47eaa67d
authored
3 years ago
by
Céline TREBEAU
Browse files
Options
Downloads
Patches
Plain Diff
new version
parent
13d3bb0f
No related branches found
No related tags found
2 merge requests
!31
Gui modifications
,
!30
Version 1.0.2
Pipeline
#80246
passed
3 years ago
Stage: build
Stage: test
Stage: deploy
Stage: versioning
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/java/fr/pasteur/ida/zellige/command/Zellige.java
+1
-1
1 addition, 1 deletion
src/main/java/fr/pasteur/ida/zellige/command/Zellige.java
with
2 additions
and
2 deletions
pom.xml
+
1
−
1
View file @
47eaa67d
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<groupId>
org.example
</groupId>
<groupId>
org.example
</groupId>
<artifactId>
zellige-core
</artifactId>
<artifactId>
zellige-core
</artifactId>
<version>
1.0.
1
-SNAPSHOT
</version>
<version>
1.0.
2
-SNAPSHOT
</version>
<name>
Zellige-core
</name>
<name>
Zellige-core
</name>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/fr/pasteur/ida/zellige/command/Zellige.java
+
1
−
1
View file @
47eaa67d
...
@@ -76,7 +76,7 @@ public class Zellige extends ContextCommand
...
@@ -76,7 +76,7 @@ public class Zellige extends ContextCommand
// Launch JavaFX interface
// Launch JavaFX interface
MainAppFrame
app
=
new
MainAppFrame
(
context
()
);
MainAppFrame
app
=
new
MainAppFrame
(
context
()
);
app
.
setTitle
(
"Zellige v1.0.
1
"
);
app
.
setTitle
(
"Zellige v1.0.
2
"
);
app
.
init
();
app
.
init
();
}
}
...
...
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