Skip to content

Commit

Permalink
Upgrading computate to version 4.4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
computate committed Nov 17, 2023
1 parent 3c579ab commit 766701b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<drools.version>8.32.0.Final</drools.version>
<cloudevents.version>2.4.0</cloudevents.version>

<computate.version>4.4.4.0</computate.version>
<computate.version>4.4.4.1</computate.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions roles/smartvillage_new_release/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,11 +147,11 @@
- name: |
Create a {{ SMARTVILLAGE_PLATFORM_NAME }} {{ NEXT_VERSION }} tag in GitHub
shell:
cmd: xdg-open https://github.com/smartvillage-org/{{ SMARTVILLAGE_PLATFORM_NAME }}/releases/tag/{{ NEXT_VERSION }}
cmd: xdg-open https://github.com/computate-org/{{ SMARTVILLAGE_PLATFORM_NAME }}/releases/tag/{{ NEXT_VERSION }}
- name: |
Create a {{ SMARTABYAR_SMARTVILLAGE_NAME }} {{ NEXT_VERSION }} tag in GitHub
shell:
cmd: xdg-open https://github.com/smartvillage-org/{{ SMARTABYAR_SMARTVILLAGE_NAME }}/releases/tag/{{ NEXT_VERSION }}
cmd: xdg-open https://github.com/computate-org/{{ SMARTABYAR_SMARTVILLAGE_NAME }}/releases/tag/{{ NEXT_VERSION }}
- name: |
Send an update on the smartvillage mailing list
shell:
Expand Down

0 comments on commit 766701b

Please sign in to comment.