File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - name : Verify module identification
3030 run : jar --describe-module --file target/proj-*.jar --release 9
3131 - name : Run tests
32- run : java --class-path target/proj-2.0-SNAPSHOT .jar example/TransformPoints.java
32+ run : java --class-path target/proj-2.0.jar example/TransformPoints.java
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ on-the-fly by the `java` command.
44
55``` sh
66mvn install
7- java --class-path target/proj-2.0-SNAPSHOT .jar example/TransformPoints.java
7+ java --class-path target/proj-2.0.jar example/TransformPoints.java
88```
99
1010The expected output for the example is
Original file line number Diff line number Diff line change 1515
1616 <groupId >org.osgeo</groupId >
1717 <artifactId >proj</artifactId >
18- <version >2.0-SNAPSHOT </version >
18+ <version >2.0</version >
1919 <name >PROJ bindings</name >
2020 <url >https://github.com/OSGeo/PROJ-JNI</url >
2121 <description >
You can’t perform that action at this time.
0 commit comments