Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Jul 26, 2024
1 parent 89ba57d commit db1fba2
Show file tree
Hide file tree
Showing 3 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 @@ -5,7 +5,7 @@
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>iridium</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>iridium-cbor-ld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom_jre11.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>iridium</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>iridium-cbor-ld-jre11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom_parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.apicatalog</groupId>
<artifactId>iridium</artifactId>
<version>0.2.0-SNAPSHOT</version>
<version>0.2.0</version>
<packaging>pom</packaging>

<name>Iridium CBOR-LD (JRE17)</name>
Expand Down

0 comments on commit db1fba2

Please sign in to comment.