Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveYurongSu committed Jan 24, 2025
1 parent d46a46b commit 8b7a762
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion iotdb-collector/collector-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-application</artifactId>
<artifactId>iotdb-collector</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>collector-core</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions iotdb-collector/collector-openapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-application</artifactId>
<artifactId>iotdb-collector</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>collector-openapi</artifactId>
Expand Down Expand Up @@ -96,13 +96,13 @@
<invokerPackage>org.apache.iotdb.application.protocol.rest.invoker</invokerPackage>
<generatorName>jaxrs-jersey</generatorName>
<groupId>org.apache.iotdb.</groupId>
<artifactId>iotdb-application-rest-service</artifactId>
<artifactId>iotdb-collector-rest-service</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<addCompileSourceRoot>true</addCompileSourceRoot>
<configOptions>
<licenseName>Apache License 2.0</licenseName>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-application-rest-service</artifactId>
<artifactId>iotdb-collector-rest-service</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<dateLibrary>java8</dateLibrary>
<useGzipFeature>true</useGzipFeature>
Expand All @@ -123,13 +123,13 @@
<invokerPackage>org.apache.iotdb.application.protocol.rest.v1.invoker</invokerPackage>
<generatorName>jaxrs-jersey</generatorName>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-application-rest-service</artifactId>
<artifactId>iotdb-collector-rest-service</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<addCompileSourceRoot>true</addCompileSourceRoot>
<configOptions>
<licenseName>Apache License 2.0</licenseName>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-application-rest-service</artifactId>
<artifactId>iotdb-collector-rest-service</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<dateLibrary>java8</dateLibrary>
<useGzipFeature>true</useGzipFeature>
Expand Down
2 changes: 1 addition & 1 deletion iotdb-collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<artifactId>iotdb-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>iotdb-application</artifactId>
<artifactId>iotdb-collector</artifactId>
<packaging>pom</packaging>
<name>IoTDB: Collector</name>
<modules>
Expand Down

0 comments on commit 8b7a762

Please sign in to comment.