Skip to content

Conversation

@sttk
Copy link
Owner

@sttk sttk commented Jul 15, 2025

  • Update the version number in pom.xml
  • Update the texts about version number in README.md
  • Update the copyright year in README.md
  • Update the copyright year in modified source codes.
  • Update the version of @version tag in package-info.json
  • Update the copyright year in package-info.java
  • Update the version of @version tag in module-info.json
  • Update the copyright year in module-info.java
  • Add a @since tag to to package-info.java (1.0.0 and later)
  • Add a @since tag to javadoc comments of new classes. (1.0.0 and later)

@sttk sttk requested a review from Copilot July 15, 2025 04:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project to version 0.5.0 by bumping version tags, updating README examples and badges, and refreshing copyright years and Javadoc metadata.

  • Bump artifact version to 0.5.0 in pom.xml
  • Update README dependency snippets and badge URLs to 0.5.0
  • Add @version tags and update copyright in module-info.java and package-info.java

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
src/main/java/module-info.java Added @version 0.5 to module Javadoc
src/main/java/com/github/sttk/sabi/package-info.java Created package Javadoc with @version 0.5 and updated copyright
pom.xml Changed <version> from 0.4.0 to 0.5.0
README.md Updated dependency versions and Maven Central badge to 0.5.0
Comments suppressed due to low confidence (3)

src/main/java/module-info.java:12

  • [nitpick] The @Version tag should match the artifact version format and use "0.5.0" for consistency.
 * @version 0.5

src/main/java/com/github/sttk/sabi/package-info.java:2

  • [nitpick] The phrasing "package-info class." may be misleading; consider updating it to refer to the package or file, e.g., "Package descriptor for sabi framework."
 * package-info class.

src/main/java/com/github/sttk/sabi/package-info.java:9

  • Per the PR requirements, the package Javadoc should include a @SInCE tag (e.g., @SInCE 1.0.0) to indicate when this package was introduced.
 * @version 0.5

@sttk sttk merged commit 2db8a3d into main Jul 15, 2025
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants