File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 55- Fix maven version
66- H2GIS method to delete database files
77- Change to central portal
8+ - Update to JTS 1.20.1-SNAPSHOT
Original file line number Diff line number Diff line change 2525 <!-- Dependencies versions -->
2626 <junit-version >5.9.2</junit-version >
2727 <h2gis-version >2.2.4-SNAPSHOT</h2gis-version >
28- <jts-version >1.20.0 </jts-version >
28+ <jts-version >1.20.1-SNAPSHOT </jts-version >
2929 <groovy-version >4.0.22</groovy-version >
3030 <picocli-version >4.7.6</picocli-version >
3131 <h2-version >2.3.232</h2-version >
625625 <enabled >true</enabled >
626626 </snapshots >
627627 </repository >
628+ <repository >
629+ <name >JTS Repository - Snapshots</name >
630+ <id >repo.eclipse.org</id >
631+ <url >https://repo.eclipse.org/content/repositories/jts-snapshots/</url >
632+ <releases >
633+ <enabled >false</enabled >
634+ </releases >
635+ <snapshots >
636+ <enabled >true</enabled >
637+ </snapshots >
638+ </repository >
628639 </repositories >
629640
630641 <distributionManagement >
You can’t perform that action at this time.
0 commit comments