Skip to content

Conversation

@SameeraPriyathamTadikonda
Copy link
Contributor

No description provided.

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 version format from 12.0.0 to 12.0 for nightly builds, removing the patch version component from both the Maven artifact version and the version string property.

Key Changes:

  • Modified version format from semantic versioning (MAJOR.MINOR.PATCH) to a two-component format (MAJOR.MINOR)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<groupId>com.marklogic</groupId>
<artifactId>mlcp</artifactId>
<version>12.0.0</version>
<version>12.0</version>
Copy link

Copilot AI Nov 10, 2025

Choose a reason for hiding this comment

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

Maven versioning best practice recommends using three-component semantic versioning (MAJOR.MINOR.PATCH). While technically valid, using 12.0 instead of 12.0.0 may cause issues with dependency resolution in some Maven repositories and tools that expect semantic versioning. Consider using 12.0.0-SNAPSHOT or 12.0.0-nightly to properly indicate this is a nightly build while maintaining standard versioning format.

Copilot uses AI. Check for mistakes.
Copy link
Contributor

@yunzvanessa yunzvanessa left a comment

Choose a reason for hiding this comment

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

Looks good. Thanks

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.

3 participants