Skip to content

Commit

Permalink
Bump project version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 committed Aug 11, 2022
1 parent bbe9295 commit 188f3ec
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.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>iridium-cbor-ld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom_jre8.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.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>iridium-cbor-ld-jre8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom_parent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.apicatalog</groupId>
<artifactId>iridium</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>
<packaging>pom</packaging>

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

0 comments on commit 188f3ec

Please sign in to comment.