Skip to content

Commit 089f28e

Browse files
Java 11497 (eugenp#12410)
* Added/created parent module (json-modules) * moved json(submodule) to json-modules(parent) * moved json-2(submodule) to json-modules(parent) * moved json-path(submodule) to json-modules(parent) * moved gson(submodule) to json-modules(parent) * deleted sub-modules that we moved to json-modules * removed version Co-authored-by: panagiotiskakos <[email protected]>
1 parent ea3e093 commit 089f28e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

json-modules/json-2/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ This module contains articles about JSON.
1010
- [Generate a Java Class From JSON](https://www.baeldung.com/java-generate-class-from-json)
1111
- [A Guide to FastJson](https://www.baeldung.com/fastjson)
1212
- [Check Whether a String is Valid JSON in Java](https://www.baeldung.com/java-validate-json-string)
13+
1314
- More Articles: [[<-- prev]](/json-modules/json)
15+

json-modules/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>json-modules</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
87
<name>json-modules</name>
98
<packaging>pom</packaging>
109

0 commit comments

Comments
 (0)