Skip to content

Commit

Permalink
Merge pull request #3 from filip26/patch/jre8-fix
Browse files Browse the repository at this point in the history
Bump project version to 0.0.2
  • Loading branch information
filip26 authored Aug 7, 2022
2 parents 1998b70 + ec20cbe commit e047cc7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
10 changes: 9 additions & 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>carbon</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>carbon-did</artifactId>
Expand All @@ -22,4 +22,12 @@
<maven.compiler.source>17</maven.compiler.source>
<envSources>src/main/java17</envSources>
</properties>
<dependencies>
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>${titanium.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
3 changes: 2 additions & 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>carbon</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>carbon-did-jre8</artifactId>
Expand All @@ -28,6 +28,7 @@
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
<version>${titanium.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
11 changes: 2 additions & 9 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>carbon</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
<packaging>pom</packaging>

<name>Carbon DIDs</name>
Expand Down Expand Up @@ -77,20 +77,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
<version>${titanium.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
<version>${jakarta.json.version}</version>
<scope>test</scope>
</dependency>

</dependencies>

<repositories>
Expand Down

0 comments on commit e047cc7

Please sign in to comment.