Skip to content

Commit

Permalink
Merge pull request #251 from filip26/release/v1.3.2
Browse files Browse the repository at this point in the history
Release - v1.3.2
  • Loading branch information
filip26 authored Mar 19, 2023
2 parents 7a46264 eaf63a9 commit 3ba6f6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 72,7 @@ Maven
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>

```
Expand All @@ -84,14 84,14 @@ or
<dependency>
<groupId>com.apicatalog</groupId>
<artifactId>titanium-json-ld-jre8</artifactId>
<version>1.3.1</version>
<version>1.3.2</version>
</dependency>
```

Gradle

```gradle
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.3.1'
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.3.2'
```

#### JSON-P Provider
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@
<parent>
<groupId>com.apicatalog</groupId>
<artifactId>titanium</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>titanium-json-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>titanium</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<relativePath>pom_parent.xml</relativePath>
</parent>
<artifactId>titanium-json-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>titanium</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<packaging>pom</packaging>

<name>Titanium JSON-LD 1.1</name>
Expand Down

0 comments on commit 3ba6f6f

Please sign in to comment.