We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faf9c6 commit 92d099cCopy full SHA for 92d099c
.gitignore
@@ -23,6 +23,8 @@
23
hs_err_pid*
24
replay_pid*
25
26
+target/
27
+
28
# Keep test data files
29
!src/tests/java/data/**/*.json
30
!src/tests/java/data/**/*.out
pom.xml
@@ -2,7 +2,7 @@
2
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
<modelVersion>4.0.0</modelVersion>
5
- <groupId>com.github.stevenlagot</groupId>
+ <groupId>com.github.stevenlagoy</groupId>
6
<artifactId>json-java-objectifier</artifactId>
7
<version>1.0.0</version>
8
<packaging>jar</packaging>
target/formatter-maven-cache.properties
0 commit comments