We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862647c commit c18850eCopy full SHA for c18850e
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<groupId>org.geoscript</groupId>
5
<artifactId>geoscript-py</artifactId>
6
<packaging>jar</packaging>
7
- <version>1.9.0</version>
+ <version>1.10-SNAPSHOT</version>
8
<name>GeoScript Python</name>
9
<repositories>
10
<repository>
@@ -346,6 +346,6 @@
346
</profile>
347
</profiles>
348
<properties>
349
- <gt.version>26.0</gt.version>
+ <gt.version>27-SNAPSHOT</gt.version>
350
</properties>
351
</project>
0 commit comments