Skip to content

Commit

Permalink
feat: switch to new workspace api (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Apr 25, 2024
1 parent 1a9e2e2 commit 35317d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
<goal>wget</goal>
</goals>
<configuration>
<url>https://raw.githubusercontent.com/onecx/onecx-workspace-svc/feat/add-slots/src/main/openapi/onecx-workspace-v1-openapi.yaml</url>
<url>https://raw.githubusercontent.com/onecx/onecx-workspace-svc/main/src/main/openapi/onecx-workspace-v1-openapi.yaml</url>
<outputDirectory>target/tmp/openapi</outputDirectory>
<outputFileName>onecx-workspace-svc-v1.yaml</outputFileName>
<skipCache>true</skipCache>
Expand Down

0 comments on commit 35317d2

Please sign in to comment.