Skip to content

Commit

Permalink
Bump cli to fix missing scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Jan 6, 2025
1 parent c8124e4 commit b6c6b19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dataspray-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>

<artifactId>dataspray-cli</artifactId>
<version>0.0.32</version>
<version>0.0.33</version>
<packaging>jar</packaging>

<name>DataSpray CLI</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>io.dataspray</groupId>
<artifactId>dataspray-runner</artifactId>
<version>0.0.21</version>
<version>0.0.22</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dataspray-runner-parent/dataspray-runner-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
- Generated pom.xml template: pom-parent.xml.template.mustache
- CLI pom.xml version: io.dataspray:dataspray-cli
-->
<version>0.0.21</version>
<version>0.0.22</version>
<packaging>jar</packaging>

<name>DataSpray Runner Java</name>
Expand Down

0 comments on commit b6c6b19

Please sign in to comment.