Skip to content

Commit

Permalink
Version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tryptichon committed Jul 26, 2022
1 parent d1bb2d5 commit 9b6aa24
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
0.4.1
2 changes: 1 addition & 1 deletion collections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>java-project</artifactId>
<groupId>co.arago</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>co.arago.util</groupId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.arago</groupId>
<artifactId>java-project</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>co.arago.util</groupId>
Expand Down
4 changes: 2 additions & 2 deletions json-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.arago</groupId>
<artifactId>java-project</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>co.arago.util</groupId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>co.arago.util</groupId>
<artifactId>json</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.kjetland</groupId>
Expand Down
4 changes: 2 additions & 2 deletions json-surfer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>co.arago</groupId>
<artifactId>java-project</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>co.arago.util</groupId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>co.arago.util</groupId>
<artifactId>json</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>com.github.jsurfer</groupId>
Expand Down
2 changes: 1 addition & 1 deletion json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>java-project</artifactId>
<groupId>co.arago</groupId>
<version>0.4.0</version>
<version>0.4.1</version>
</parent>

<groupId>co.arago.util</groupId>
Expand Down
3 changes: 1 addition & 2 deletions json/src/main/java/co/arago/util/json/JsonTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ public boolean handleUnknownProperty(
JsonParser p,
JsonDeserializer<?> deserializer,
Object beanOrClass,
String propertyName
) throws IOException {
String propertyName) throws IOException {
if (log.isWarnEnabled()) {
String pointer = p.getParsingContext().getParent().pathAsPointer().toString();
log.warn(
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 @@

<groupId>co.arago</groupId>
<artifactId>java-project</artifactId>
<version>0.4.0</version>
<version>0.4.1</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 9b6aa24

Please sign in to comment.