File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff 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
9287Using 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
10093OrbisData encapsulates rows,columns from a database to a table or spatial table.
You can’t perform that action at this time.
0 commit comments