update to new java package naming convention #12
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to GitHub workflows and refactors the package structure of the
jAI Workflow
project. The most important changes are grouped into workflow improvements and package refactoring.Workflow Improvements:
.github/workflows/ci.yaml
: Addedpaths-ignore
to ignore changes in certain files and directories forpush
andpull_request
events..github/workflows/javadocs.yaml
: Created a new workflow to build and publish JavaDocs to GitHub Pages on release creation..github/workflows/release.yaml
: Updated the release workflow to include publishing to Maven Central and creating GitHub releases. [1] [2].github/workflows/snapshot.yaml
: Updated the snapshot workflow to include push events on the main branch and simplified the Maven settings setup. [1] [2]Package Refactoring:
com.github.czelabueno
toio.github.czelabueno
across multiple files, including source files and test files. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]README.md
: Updated the groupId in the Maven dependency examples to reflect the new package structure. [1] [2]jai-workflow-core/pom.xml
: Updated the parent groupId to match the new package structure.