adityamparikh opened a new pull request, #33: URL: https://github.com/apache/solr-mcp/pull/33
## Summary - Bump project version from 0.0.2-SNAPSHOT to 1.0.0-SNAPSHOT - Update all version references across project files - Prepare for 1.0.0 release milestone ## Changes - **build.gradle.kts**: version = "1.0.0-SNAPSHOT" - **application.properties**: spring.ai.mcp.server.version=1.0.0 - **server.json**: package versions updated - **Documentation**: All dev-docs, README, and tutorial updated - **Java sources**: @version/@since annotations updated to 1.0.0 - **Workflow comments**: Updated example version strings ## Files Updated (25 total) - `.github/workflows/build-and-publish.yml` - `README.md` - `build.gradle.kts` - `dev-docs/DEPLOYMENT.md`, `DEVELOPMENT.md`, `DOCKER_PUBLISHING.md`, `TROUBLESHOOTING.md`, `WORKFLOWS.md` - `server.json` - `solr-mcp-tutorial.html` - `src/main/resources/application.properties` - 13 Java source files with @version/@since annotations ## Test plan - [ ] Verify `./gradlew build` completes successfully - [ ] Verify Docker image builds with correct version tag - [ ] Check that all version strings display correctly in logs/actuator 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
