|
24 | 24 | <parent> |
25 | 25 | <groupId>org.apache.iotdb</groupId> |
26 | 26 | <artifactId>iotdb-parent</artifactId> |
27 | | - <version>1.3.0-SNAPSHOT</version> |
| 27 | + <version>1.3.0</version> |
28 | 28 | </parent> |
29 | 29 | <artifactId>iotdb-distribution</artifactId> |
30 | 30 | <packaging>pom</packaging> |
|
33 | 33 | <dependency> |
34 | 34 | <groupId>org.apache.iotdb</groupId> |
35 | 35 | <artifactId>iotdb-server</artifactId> |
36 | | - <version>1.3.0-SNAPSHOT</version> |
| 36 | + <version>1.3.0</version> |
37 | 37 | <type>zip</type> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>org.apache.iotdb</groupId> |
41 | 41 | <artifactId>iotdb-cli</artifactId> |
42 | | - <version>1.3.0-SNAPSHOT</version> |
| 42 | + <version>1.3.0</version> |
43 | 43 | <type>zip</type> |
44 | 44 | </dependency> |
45 | 45 | <dependency> |
46 | 46 | <groupId>org.apache.iotdb</groupId> |
47 | 47 | <artifactId>iotdb-confignode</artifactId> |
48 | | - <version>1.3.0-SNAPSHOT</version> |
| 48 | + <version>1.3.0</version> |
49 | 49 | <type>zip</type> |
50 | 50 | </dependency> |
51 | 51 | <dependency> |
52 | 52 | <groupId>org.apache.iotdb</groupId> |
53 | 53 | <artifactId>library-udf</artifactId> |
54 | | - <version>1.3.0-SNAPSHOT</version> |
| 54 | + <version>1.3.0</version> |
55 | 55 | </dependency> |
56 | 56 | <dependency> |
57 | 57 | <groupId>org.apache.iotdb</groupId> |
58 | 58 | <artifactId>spark-iotdb-connector_2.11</artifactId> |
59 | | - <version>1.3.0-SNAPSHOT</version> |
| 59 | + <version>1.3.0</version> |
60 | 60 | </dependency> |
61 | 61 | <dependency> |
62 | 62 | <groupId>org.apache.iotdb</groupId> |
63 | 63 | <artifactId>spark-iotdb-connector_2.12</artifactId> |
64 | | - <version>1.3.0-SNAPSHOT</version> |
| 64 | + <version>1.3.0</version> |
65 | 65 | </dependency> |
66 | 66 | </dependencies> |
67 | 67 | <build> |
|
0 commit comments