Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/get-started/quick-start/service-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Your pom.xml file of your project should look like this:
<version>0.0.1-SNAPSHOT</version>

<properties>
<operaton.external-task-client.version>7.22.0</operaton.external-task-client.version>
<operaton.external-task-client.version>1.0.2</operaton.external-task-client.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>
Expand Down Expand Up @@ -298,4 +298,4 @@ Note that the worker should remain running throughout the entirety of this quick

:::note[Next Step]
Once your worker is running, you can move onto the next step to [deploy your process and start some instances](/docs/get-started/quick-start/deploy/).
:::
:::