Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
minerva
core
Merge requests
!1714
fix tair annotator (endpoint with old data)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix tair annotator (endpoint with old data)
bugfix/tair-annotator
into
master
Overview
0
Commits
3
Pipelines
3
Changes
20
Merged
Piotr Gawron
requested to merge
bugfix/tair-annotator
into
master
8 months ago
Overview
0
Commits
3
Pipelines
3
Changes
20
Expand
0
0
Merge request reports
Compare
master
version 2
3fff7a39
8 months ago
version 1
1d755c51
8 months ago
master (base)
and
latest version
latest version
e76660b1
3 commits,
8 months ago
version 2
3fff7a39
2 commits,
8 months ago
version 1
1d755c51
1 commit,
8 months ago
20 files
+
163
−
166
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
CellDesigner-plugin/pom.xml
+
4
−
4
Options
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
17.0.
2
</version>
<version>
17.0.
3
</version>
</parent>
<artifactId>
CellDesigner-plugin
</artifactId>
<!-- dependency from the MapViewer model -->
@@ -50,19 +50,19 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
17.0.
2
</version>
<version>
17.0.
3
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
commons
</artifactId>
<version>
17.0.
2
</version>
<version>
17.0.
3
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
17.0.
2
</version>
<version>
17.0.
3
</version>
</dependency>
<dependency>
Loading