Skip to content

Commit eb3f825

Browse files
committed
Set the version number to 2.0 for release.
1 parent d92c6ed commit eb3f825

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
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

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on-the-fly by the `java` command.
44

55
``` sh
66
mvn 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

1010
The expected output for the example is

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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>

0 commit comments

Comments
 (0)