Skip to content

Commit 5fd4e84

Browse files
committed
Update maven groupID and README
1 parent a52f6fe commit 5fd4e84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Add this dependency to your `pom.xml`:
1717

1818
```xml
1919
<dependency>
20-
<groupId>com.example</groupId>
20+
<groupId>com.github.stevenlagoy</groupId>
2121
<artifactId>json-java-objectifier</artifactId>
2222
<version>1.0.0</version>
2323
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.example</groupId>
5+
<groupId>com.github.stevenlagot</groupId>
66
<artifactId>json-java-objectifier</artifactId>
77
<version>1.0.0</version>
88
<packaging>jar</packaging>

0 commit comments

Comments
 (0)