Copilot commented on code in PR #85: URL: https://github.com/apache/iotdb-extras/pull/85#discussion_r2168057129
########## examples/mybatisplus-generator/pom.xml: ########## @@ -21,30 +21,26 @@ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.iotdb</groupId> - <artifactId>iotdb-extras-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-parent</artifactId> + <version>3.5.1</version> + <relativePath/> + <!-- lookup parent from repository --> </parent> - <groupId>org.apache.iotdb</groupId> <artifactId>mybatisplus-generator-example</artifactId> <name>IoTDB: Example: Mybatis Plus Generator</name> <version>2.0.4-SNAPHOT</version> Review Comment: There appears to be a typo in the version string; consider correcting 'SNAPHOT' to 'SNAPSHOT'. ```suggestion <version>2.0.4-SNAPSHOT</version> ``` -- 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: dev-unsubscr...@iotdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org