Skip to content
Snippets Groups Projects

fix tair annotator (endpoint with old data)

Merged Piotr Gawron requested to merge bugfix/tair-annotator into master
Files
20
@@ -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