Skip to content

Commit 59afd45

Browse files
Merge pull request #14 from CommonWorkflowScheduler/v2
Update to version 2.0
2 parents 0bbc41c + 4330816 commit 59afd45

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
value: workflow-scheduler
9898
- name: AUTOCLOSE
9999
value: "false"
100-
image: commonworkflowscheduler/kubernetesscheduler:v1.0
100+
image: commonworkflowscheduler/kubernetesscheduler:v2.0
101101
imagePullPolicy: Always
102102
name: workflow-scheduler
103103
resources:
@@ -135,7 +135,7 @@ or via the corresponding setting in your development environment or within the p
135135

136136
Example:
137137

138-
$ SCHEDULER_NAME=workflow-scheduler java -Dspring.profiles.active=dev -jar cws-k8s-scheduler-1.2.jar
138+
$ SCHEDULER_NAME=workflow-scheduler java -Dspring.profiles.active=dev -jar cws-k8s-scheduler-2.0.jar
139139

140140
The "dev" profile is useful for debugging and reporting problems because it increases the log-level.
141141

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>commonworkflowscheduler</groupId>
1515
<artifactId>cws-k8s-scheduler</artifactId>
16-
<version>1.3-SNAPSHOT</version>
16+
<version>2.0</version>
1717

1818
<name>Common Workflow Scheduler for Kubernetes</name>
1919
<description>The Common Workflow Scheduler for Kubernetes proposed in the paper "How Workflow Engines Should Talk to Resource Managers: A Proposal for a Common Workflow Scheduling Interface."</description>

0 commit comments

Comments
 (0)