|
23 | 23 | <parent> |
24 | 24 | <groupId>org.apache</groupId> |
25 | 25 | <artifactId>apache</artifactId> |
26 | | - <version>30</version> |
| 26 | + <version>32</version> |
27 | 27 | </parent> |
28 | 28 |
|
29 | 29 | <groupId>org.apache.iotdb.tools</groupId> |
|
33 | 33 | contains nothing else as the compiled thrift binary without any modification. |
34 | 34 | The fourth segment allows us to re-deploy, if we need to change the config. |
35 | 35 | --> |
36 | | - <version>0.19.0.0</version> |
| 36 | + <version>0.20.0.0</version> |
37 | 37 | <packaging>pom</packaging> |
38 | 38 |
|
39 | 39 | <name>IoTDB-Tools: Thrift</name> |
40 | 40 | <description>Local build of the Apache Thrift compiler.</description> |
41 | 41 |
|
42 | 42 | <properties> |
43 | | - <thrift.version>0.19.0</thrift.version> |
| 43 | + <thrift.version>0.20.0</thrift.version> |
44 | 44 | <thrift.with.cpp>ON</thrift.with.cpp> |
45 | 45 | <thrift.with.go>ON</thrift.with.go> |
46 | 46 | <thrift.with.python>ON</thrift.with.python> |
|
211 | 211 | <plugin> |
212 | 212 | <groupId>com.googlecode.cmake-maven-project</groupId> |
213 | 213 | <artifactId>cmake-maven-plugin</artifactId> |
214 | | - <version>3.27.7-b1</version> |
| 214 | + <version>3.29.3-b2</version> |
215 | 215 | </plugin> |
216 | 216 | <plugin> |
217 | 217 | <groupId>org.sonatype.plugins</groupId> |
|
231 | 231 | <serverId>apache.releases.https</serverId> |
232 | 232 | <nexusUrl>https://repository.apache.org</nexusUrl> |
233 | 233 | <skipStagingRepositoryClose>true</skipStagingRepositoryClose> |
234 | | - <stagingRepositoryId>orgapacheiotdb-1132</stagingRepositoryId> |
| 234 | + <stagingRepositoryId>orgapacheiotdb-1158</stagingRepositoryId> |
235 | 235 | </configuration> |
236 | 236 | </plugin> |
237 | 237 | </plugins> |
|
415 | 415 | </activation> |
416 | 416 | <properties> |
417 | 417 | <os.classifier>windows-x86_64</os.classifier> |
| 418 | + <!-- We're using Mingw everywhere else, but it seems boost is not supported for that --> |
418 | 419 | <cmake.generator>Visual Studio 17 2022</cmake.generator> |
419 | 420 | </properties> |
420 | 421 | </profile> |
|
429 | 430 | </activation> |
430 | 431 | <properties> |
431 | 432 | <os.classifier>windows-aarch64</os.classifier> |
| 433 | + <!-- We're using Mingw everywhere else, but it seems boost is not supported for that --> |
432 | 434 | <cmake.generator>Visual Studio 17 2022</cmake.generator> |
433 | 435 | </properties> |
434 | 436 | </profile> |
|
0 commit comments