Skip to content

Commit

Permalink
updated java workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessandro100 committed Apr 25, 2024
1 parent 6c2621d commit ab752a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build_deploy_java_language_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ jobs:
mvn install -pl rule-factory
- name: Deploy with Maven
working-directory: ./java
run: mvn -B clean deploy -pl gbfs-java-model

2 changes: 1 addition & 1 deletion models/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ classes are prefixed with "GBFS".
Packages include GBFS versions to accommodate for future releases which may include older versions,
since some consumers may need to handle multiple non-compatible versions in the same application
(i.e. you should be able to parse v2.1 feeds with the v2.2 package, but v3.0 package would not
be able to parse v2.2 feeds).
be able to parse v2.2 feeds)

## Add the Dependency

Expand Down

0 comments on commit ab752a8

Please sign in to comment.