WYUSIG opened a new issue #11939:
URL: https://github.com/apache/shardingsphere/issues/11939
The examples pom version is 5.0.0-beta
```
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-beta</version>
```
but the sub module of examples version is still alpha
```
<parent>
<groupId>org.apache.shardingsphere.example</groupId>
<artifactId>shardingsphere-example</artifactId>
<version>5.0.0-alpha</version>
</parent>
```
so:
The examples runtime will report that shardingsphere example: 5.0.0-beta
cannot be found
--
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]