Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
f6f99c65
Commit
f6f99c65
authored
Aug 26, 2020
by
Piotr Gawron
Browse files
mvn version updated
parent
78097d88
Pipeline
#31617
failed with stage
in 18 minutes and 36 seconds
Changes
18
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6f99c65
...
...
@@ -344,6 +344,8 @@ test:mvn_changelog_version_check:
script
:
-
mvn_version=`cat pom.xml |grep "<version>" |head -1 |cut -f2 -d'>' | cut -f1 -d'<'`
-
changelog_version=`cat CHANGELOG |grep minerva |head -1 | cut -f2 -d'(' | cut -f1 -d')'`
-
echo "Maven version:" $mvn_version
-
echo "Changelog version:" $changelog_version
-
test $mvn_version = $changelog_version
...
...
CellDesigner-plugin/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
CellDesigner-plugin
</artifactId>
<!-- dependency from the MapViewer model -->
...
...
@@ -50,19 +50,19 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
commons
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
...
...
annotation/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
annotation
</artifactId>
<name>
Annotation module
</name>
...
...
@@ -18,7 +18,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer dao -->
...
...
@@ -26,7 +26,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
persist
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer cell designer parser (we need access
...
...
@@ -34,13 +34,13 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2 -->
...
...
commons/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
commons
</artifactId>
<name>
Mapviewer commons
</name>
...
...
converter-CellDesigner/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
converter-CellDesigner
</artifactId>
<name>
CellDesigner converter
</name>
...
...
@@ -17,13 +17,13 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2 -->
...
...
converter-SBGNML/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
converter-SBGNML
</artifactId>
...
...
@@ -20,26 +20,26 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
persist
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
<scope>
test
</scope>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-graphics
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
...
...
converter-graphics/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
converter-graphics
</artifactId>
<name>
MapViewer graphics converter
</name>
...
...
@@ -18,13 +18,13 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model-command
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2-->
...
...
converter-sbml/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
converter-sbml
</artifactId>
<name>
converter-sbml
</name>
...
...
@@ -40,22 +40,22 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model-command
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2 -->
...
...
@@ -154,7 +154,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-graphics
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
<scope>
test
</scope>
</dependency>
...
...
converter/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
converter
</artifactId>
...
...
@@ -15,7 +15,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
xerces
</groupId>
...
...
frontend-js/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
frontend-js
</artifactId>
<name>
frontend-js
</name>
...
...
model-command/pom.xml
View file @
f6f99c65
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
model-command
</artifactId>
<name>
Model commands
</name>
...
...
@@ -16,7 +16,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
...
...
@@ -24,7 +24,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2-->
...
...
model/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
model
</artifactId>
<name>
model MapViewer
</name>
...
...
@@ -15,7 +15,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
commons
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Java xml serialization -->
...
...
pathvisio/pom.xml
View file @
f6f99c65
...
...
@@ -5,7 +5,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
pathvisio
</artifactId>
<name>
Pathvisio plugin
</name>
...
...
@@ -77,20 +77,20 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-graphics
</artifactId>
<scope>
test
</scope>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2 -->
...
...
persist/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
persist
</artifactId>
...
...
@@ -27,7 +27,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- apache ftp -->
...
...
pom.xml
View file @
f6f99c65
...
...
@@ -6,7 +6,7 @@
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
<packaging>
pom
</packaging>
<name>
parent MapViewer
</name>
...
...
rest-api/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
rest-api
</artifactId>
<name>
rest-api
</name>
...
...
@@ -19,19 +19,19 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
service
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
pathvisio
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
...
...
service/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
service
</artifactId>
...
...
@@ -20,7 +20,7 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer dao -->
...
...
@@ -28,47 +28,47 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
persist
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
model-command
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
annotation
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer cell designer parser -->
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-CellDesigner
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer SBGN-ML parser -->
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-SBGNML
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the MapViewer graphics converter -->
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-graphics
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- dependency from the SBML parser -->
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
converter-sbml
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<!-- Log4J2 -->
...
...
web/pom.xml
View file @
f6f99c65
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
parent
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</parent>
<artifactId>
web
</artifactId>
<packaging>
war
</packaging>
...
...
@@ -33,19 +33,19 @@
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
service
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
rest-api
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
<groupId>
lcsb.mapviewer
</groupId>
<artifactId>
frontend-js
</artifactId>
<version>
1
5.0
.0
</version>
<version>
1
6.0.0~alpha
.0
</version>
</dependency>
<dependency>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment