Skip to content

Commit

Permalink
Set the version number to 2.0 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
desruisseaux committed Feb 18, 2023
1 parent d92c6ed commit eb3f825
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Verify module identification
run: jar --describe-module --file target/proj-*.jar --release 9
- name: Run tests
run: java --class-path target/proj-2.0-SNAPSHOT.jar example/TransformPoints.java
run: java --class-path target/proj-2.0.jar example/TransformPoints.java
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on-the-fly by the `java` command.

``` sh
mvn install
java --class-path target/proj-2.0-SNAPSHOT.jar example/TransformPoints.java
java --class-path target/proj-2.0.jar example/TransformPoints.java
```

The expected output for the example is
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>org.osgeo</groupId>
<artifactId>proj</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<name>PROJ bindings</name>
<url>https://github.com/OSGeo/PROJ-JNI</url>
<description>
Expand Down

0 comments on commit eb3f825

Please sign in to comment.