We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5532be0 commit 877854eCopy full SHA for 877854e
docker-compose.yml
@@ -9,7 +9,7 @@ services:
9
spring:
10
# To run from this source code instead of Docker hub,
11
# disable "image:"" and enable "build:" below
12
- image: commonworkflowlanguage/cwlviewer:v1.1.1
+ image: commonworkflowlanguage/cwlviewer:v1.2.0
13
#build: .
14
ports:
15
- "8080:8080"
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>org.commonwl.view</groupId>
7
<artifactId>cwlviewer</artifactId>
8
- <version>1.1.2-SNAPSHOT</version>
+ <version>1.2.0</version>
<packaging>jar</packaging>
<name>CWLViewer</name>
0 commit comments