Skip to content

Commit

Permalink
Releasing version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent afdb4fc commit 3e01ed5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.jagodevreede</groupId>
<artifactId>sdkman-ui-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sdkman-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.github.jagodevreede</groupId>
<artifactId>sdkman-ui-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<artifactId>sdkman-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sdkman-bundled-software/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sdkman-bundled-software</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<parent>
<groupId>io.github.jagodevreede</groupId>
<artifactId>sdkman-ui-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<name>sdkman-bundled-software</name>
Expand Down
4 changes: 2 additions & 2 deletions sdkman-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>sdkman-ui</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>jar</packaging>

<parent>
<groupId>io.github.jagodevreede</groupId>
<artifactId>sdkman-ui-root</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
</parent>

<name>sdkman-ui</name>
Expand Down

0 comments on commit 3e01ed5

Please sign in to comment.