Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
* Added multithreaded option for mvn execution in `Makefile`.
* Improved tests for `GetByPath` and added flags for logging, exceptions and forced access for fields.
  • Loading branch information
tryptichon committed Mar 29, 2022
1 parent 4e8396d commit 8eaf4c6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.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.3.0</version>
<version>0.3.1</version>
</parent>

<groupId>co.arago.util</groupId>
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.3.0</version>
<version>0.3.1</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 8eaf4c6

Please sign in to comment.