From 7fc3f0fa0d29669bcd77dfc6e223206fb031a3bf Mon Sep 17 00:00:00 2001 From: Bocher Erwan Date: Thu, 19 Sep 2024 16:17:05 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/README.md b/docs/README.md index e9d543ba..e7e2471b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -73,12 +73,7 @@ and add the desired module : org.orbisgis data - 2.1.0 - - - org.orbisgis - process - 2.1.0 + 2.1.1 ... @@ -91,10 +86,8 @@ and add the desired module : Using Grab annotation : ``` groovy -@GrabResolver(name='orbisgis', root='https://oss.sonatype.org/content/repositories/snapshots/') -@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.0') -@Grab(group='org.orbisgis.data', module='postgis', version='2.1.0') -@Grab(group='org.orbisgis', module='process', version='2.1.0') +@Grab(group='org.orbisgis.data', module='h2gis', version='2.1.1') +@Grab(group='org.orbisgis.data', module='postgis', version='2.1.1') ``` OrbisData encapsulates rows,columns from a database to a table or spatial table.