Skip to content

Commit 3ba6f6f

Browse files
authored
Merge pull request #251 from filip26/release/v1.3.2
Release - v1.3.2
2 parents 7a46264 + eaf63a9 commit 3ba6f6f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Maven
7272
<dependency>
7373
<groupId>com.apicatalog</groupId>
7474
<artifactId>titanium-json-ld</artifactId>
75-
<version>1.3.1</version>
75+
<version>1.3.2</version>
7676
</dependency>
7777

7878
```
@@ -84,14 +84,14 @@ or
8484
<dependency>
8585
<groupId>com.apicatalog</groupId>
8686
<artifactId>titanium-json-ld-jre8</artifactId>
87-
<version>1.3.1</version>
87+
<version>1.3.2</version>
8888
</dependency>
8989
```
9090

9191
Gradle
9292

9393
```gradle
94-
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.3.1'
94+
compile group: 'com.apicatalog', name: 'titanium-json-ld', version: '1.3.2'
9595
```
9696

9797
#### JSON-P Provider

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.apicatalog</groupId>
88
<artifactId>titanium</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.2</version>
1010
<relativePath>pom_parent.xml</relativePath>
1111
</parent>
1212
<artifactId>titanium-json-ld</artifactId>

pom_jre8.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.apicatalog</groupId>
88
<artifactId>titanium</artifactId>
9-
<version>1.3.2-SNAPSHOT</version>
9+
<version>1.3.2</version>
1010
<relativePath>pom_parent.xml</relativePath>
1111
</parent>
1212
<artifactId>titanium-json-ld-jre8</artifactId>

pom_parent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<modelVersion>4.0.0</modelVersion>
99
<groupId>com.apicatalog</groupId>
1010
<artifactId>titanium</artifactId>
11-
<version>1.3.2-SNAPSHOT</version>
11+
<version>1.3.2</version>
1212
<packaging>pom</packaging>
1313

1414
<name>Titanium JSON-LD 1.1</name>

0 commit comments

Comments
 (0)