Skip to content

Commit c32d929

Browse files
committed
minor change
1 parent e5182f2 commit c32d929

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project with Maven, add the following code to your `pom.xml`. You may need to ad
4242

4343
```xml
4444
<dependency>
45-
<groupId>org.xmlobjects</groupId>
45+
<groupId>org.xmlobjects.gml</groupId>
4646
<artifactId>gml-objects</artifactId>
4747
<version>1.0.0</version>
4848
</dependency>
@@ -56,6 +56,6 @@ repositories {
5656
}
5757
5858
dependencies {
59-
compile 'org.xmlobjects:gml-objects:1.0.0'
59+
compile 'org.xmlobjects.gml:gml-objects:1.0.0'
6060
}
6161
```

0 commit comments

Comments
 (0)