Skip to content

Commit

Permalink
Merge pull request #27 from filip26/dependabot/maven/com.apicatalog-c…
Browse files Browse the repository at this point in the history
…arbon-did-0.0.3

Bump carbon-did from 0.0.2 to 0.0.3
  • Loading branch information
filip26 authored Jul 12, 2023
2 parents c68d6cd + 7a20834 commit adc6be7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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</version>
<version>0.1.2-SNAPSHOT</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</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>iridium-cbor-ld-jre8</artifactId>
Expand Down
12 changes: 10 additions & 2 deletions 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</version>
<version>0.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Iridium CBOR-LD (JRE17)</name>
Expand Down Expand Up @@ -46,7 +46,9 @@

<jakarta.json.version>2.0.1</jakarta.json.version>
<titanium.version>1.3.2</titanium.version>
<carbon.version>0.0.2</carbon.version>
<carbon.version>0.0.3</carbon.version>
<copper.version>0.0.1</copper.version>

<cbor-java.version>0.9</cbor-java.version>

<argLine>-Dfile.encoding=UTF-8</argLine>
Expand All @@ -68,6 +70,12 @@
<artifactId>cbor</artifactId>
<version>${cbor-java.version}</version>
</dependency>

<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>copper-multicodec</artifactId>
<version>${copper.version}</version>
</dependency>

<!-- Tests -->
<dependency>
Expand Down

0 comments on commit adc6be7

Please sign in to comment.