Skip to content

Commit df11fb7

Browse files
authored
Merge pull request #65 from kbss-cvut/development
[0.14.3] Release
2 parents 38551eb + 99e0c47 commit df11fb7

File tree

238 files changed

+265
-248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+265
-248
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions

header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
JB4JSON-LD
2-
Copyright (C) 2023 Czech Technical University in Prague
2+
Copyright (C) 2024 Czech Technical University in Prague
33

44
This library is free software; you can redistribute it and/or
55
modify it under the terms of the GNU Lesser General Public

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cz.cvut.kbss.jsonld</groupId>
88
<artifactId>jb4jsonld</artifactId>
9-
<version>0.14.2</version>
9+
<version>0.14.3</version>
1010
<name>JB4JSON-LD</name>
1111
<description>Java Binding for JSON-LD allows serialization and deserialization of Java POJOs to/from JSON-LD.
1212
This is the core implementation, which has to be integrated with Jackson, Jersey etc.
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.apicatalog</groupId>
8181
<artifactId>titanium-json-ld</artifactId>
82-
<version>1.3.2</version>
82+
<version>1.4.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>

src/main/java/cz/cvut/kbss/jsonld/ConfigParam.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/JsonLd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/annotation/JsonLdAttributeOrder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/annotation/JsonLdProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/common/BeanAnnotationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

src/main/java/cz/cvut/kbss/jsonld/common/BeanClassProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* JB4JSON-LD
3-
* Copyright (C) 2023 Czech Technical University in Prague
3+
* Copyright (C) 2024 Czech Technical University in Prague
44
*
55
* This library is free software; you can redistribute it and/or
66
* modify it under the terms of the GNU Lesser General Public

0 commit comments

Comments
 (0)