Skip to content

Commit

Permalink
feat: up version
Browse files Browse the repository at this point in the history
  • Loading branch information
HMubaireek committed Feb 28, 2024
1 parent f11388a commit 839c3f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Deploy artifacts with Maven
on:
push:
branches: [ master ]
branches: [ main ]
release:
types: [ published ]
jobs:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>zeebe-play</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10.2-SNAPSHOT</version>

<prerequisites>
<maven>${maven.version}</maven>
Expand Down

0 comments on commit 839c3f6

Please sign in to comment.