qqeasonchen opened a new pull request, #5402:
URL: https://github.com/apache/eventmesh/pull/5402
Fixes #5401
### Changes
* `gradle.properties`: `version=1.12.0-release` -> `version=2.0.0-SNAPSHOT`
(single definition point; no other file hardcodes the project version).
### Why
develop carries the 2.0.0 architecture (uni runtime, Frame wire format,
connector runtime, K8s assets, docs restructure) but artifacts still report the
1.x lineage `1.12.0-release`.
### Verification
* Local: `./gradlew :eventmesh-storage-plugin:eventmesh-storage-memory:jar`
now produces `eventmesh-storage-memory-2.0.0-SNAPSHOT.jar`; sibling plugin jars
follow (`eventmesh-storage-rocketmq-2.0.0-SNAPSHOT.jar`, ...).
* `build.gradle` publish config already branches on
`version.endsWith('SNAPSHOT')` -> ASF snapshots repository, so the publish path
is consistent without further changes.
* Follows the repo convention (dev cycles on `X.Y.Z-SNAPSHOT`,
release-prepare flips to `-release`).
--
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]