Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to jakartaee org #14

Merged
merged 2 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ site:
content:
# branches will be updated when PRs are merged
sources:
- url: https://github.com/virtua-tech/jakartaee-tutorial.git
- url: https://github.com/jakartaee/jakartaee-tutorial.git
start_paths:
- src/main/antora
branches:
Expand All @@ -17,8 +17,9 @@ urls:
latest_version_segment: current

ui:
output_dir: _
bundle:
url: https://github.com/virtua-tech/jakartaee-tutorial-ui/releases/download/latest/ui-bundle.zip
url: https://github.com/jakartaee/jakartaee-documentation-ui/releases/download/latest/ui-bundle.zip
snapshot: true

runtime:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>jakarta.docs</groupId>
<artifactId>docs-site</artifactId>
<artifactId>jakartaee-documentation</artifactId>
<packaging>pom</packaging>
<!-- This version does not need to correspond to the Jakarta EE version, since the core Jakarta EE docs are in a different repo -->
<version>10</version>
Expand Down