|
24 | 24 | <parent> |
25 | 25 | <groupId>org.apache.iotdb</groupId> |
26 | 26 | <artifactId>iotdb-parent</artifactId> |
27 | | - <version>2.0.10</version> |
| 27 | + <version>2.0.11-SNAPSHOT</version> |
28 | 28 | </parent> |
29 | 29 | <artifactId>iotdb-distribution</artifactId> |
30 | 30 | <packaging>pom</packaging> |
|
36 | 36 | <dependency> |
37 | 37 | <groupId>org.apache.iotdb</groupId> |
38 | 38 | <artifactId>iotdb-server</artifactId> |
39 | | - <version>2.0.10</version> |
| 39 | + <version>2.0.11-SNAPSHOT</version> |
40 | 40 | <type>zip</type> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>org.apache.iotdb</groupId> |
44 | 44 | <artifactId>iotdb-cli</artifactId> |
45 | | - <version>2.0.10</version> |
| 45 | + <version>2.0.11-SNAPSHOT</version> |
46 | 46 | <type>zip</type> |
47 | 47 | </dependency> |
48 | 48 | <dependency> |
49 | 49 | <groupId>org.apache.iotdb</groupId> |
50 | 50 | <artifactId>iotdb-confignode</artifactId> |
51 | | - <version>2.0.10</version> |
| 51 | + <version>2.0.11-SNAPSHOT</version> |
52 | 52 | <type>zip</type> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.apache.iotdb</groupId> |
56 | 56 | <artifactId>library-udf</artifactId> |
57 | | - <version>2.0.10</version> |
| 57 | + <version>2.0.11-SNAPSHOT</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.apache.iotdb</groupId> |
61 | 61 | <artifactId>mqtt</artifactId> |
62 | | - <version>2.0.10</version> |
| 62 | + <version>2.0.11-SNAPSHOT</version> |
63 | 63 | <scope>provided</scope> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>org.apache.iotdb</groupId> |
67 | 67 | <artifactId>rest</artifactId> |
68 | | - <version>2.0.10</version> |
| 68 | + <version>2.0.11-SNAPSHOT</version> |
69 | 69 | <scope>provided</scope> |
70 | 70 | </dependency> |
71 | 71 | </dependencies> |
|
0 commit comments