Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tryptichon committed Jul 26, 2022
1 parent 9b6aa24 commit 389dd69
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# v0.4.2

New tag because of versioning problems.

# v0.4.1

JsonSchema:

* Updated dependency because of CVE-2020-29582

# v0.4.0

JsonTools:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.1
0.4.2
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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.1</version>
<version>0.4.2</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.4.1</version>
<version>0.4.2</version>
<packaging>pom</packaging>

<organization>
Expand Down

0 comments on commit 389dd69

Please sign in to comment.