Skip to content

Commit 7fc3f0f

Browse files
authored
Update README.md
1 parent 6b31725 commit 7fc3f0f

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

docs/README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,7 @@ and add the desired module :
7373
<plugin>
7474
<groupId>org.orbisgis</groupId>
7575
<artifactId>data</artifactId>
76-
<version>2.1.0</version>
77-
</plugin>
78-
<plugin>
79-
<groupId>org.orbisgis</groupId>
80-
<artifactId>process</artifactId>
81-
<version>2.1.0</version>
76+
<version>2.1.1</version>
8277
</plugin>
8378
...
8479
</plugins>
@@ -91,10 +86,8 @@ and add the desired module :
9186

9287
Using Grab annotation :
9388
``` groovy
94-
@GrabResolver(name='orbisgis', root='https://oss.sonatype.org/content/repositories/snapshots/')
95-
@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.0')
96-
@Grab(group='org.orbisgis.data', module='postgis', version='2.1.0')
97-
@Grab(group='org.orbisgis', module='process', version='2.1.0')
89+
@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.1')
90+
@Grab(group='org.orbisgis.data', module='postgis', version='2.1.1')
9891
```
9992

10093
OrbisData encapsulates rows,columns from a database to a table or spatial table.

0 commit comments

Comments
 (0)