|
22 | 22 | <parent> |
23 | 23 | <groupId>org.smartdata</groupId> |
24 | 24 | <artifactId>smart-alluxio-support</artifactId> |
25 | | - <version>1.4.0-SNAPSHOT</version> |
| 25 | + <version>1.4.0</version> |
26 | 26 | <relativePath>..</relativePath> |
27 | 27 | </parent> |
28 | 28 |
|
29 | 29 | <artifactId>smart-alluxio</artifactId> |
30 | | - <version>1.4.0-SNAPSHOT</version> |
| 30 | + <version>1.4.0</version> |
31 | 31 | <packaging>jar</packaging> |
32 | 32 |
|
33 | 33 | <dependencies> |
34 | 34 | <dependency> |
35 | 35 | <groupId>org.smartdata</groupId> |
36 | 36 | <artifactId>smart-common</artifactId> |
37 | | - <version>1.4.0-SNAPSHOT</version> |
| 37 | + <version>1.4.0</version> |
38 | 38 | <scope>provided</scope> |
39 | 39 | <exclusions> |
40 | 40 | <exclusion> |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>org.smartdata</groupId> |
76 | 76 | <artifactId>smart-metrics</artifactId> |
77 | | - <version>1.4.0-SNAPSHOT</version> |
| 77 | + <version>1.4.0</version> |
78 | 78 | <scope>provided</scope> |
79 | 79 | </dependency> |
80 | 80 | <dependency> |
81 | 81 | <groupId>org.smartdata</groupId> |
82 | 82 | <artifactId>smart-metastore</artifactId> |
83 | | - <version>1.4.0-SNAPSHOT</version> |
| 83 | + <version>1.4.0</version> |
84 | 84 | <scope>provided</scope> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.smartdata</groupId> |
88 | 88 | <artifactId>smart-client</artifactId> |
89 | | - <version>1.4.0-SNAPSHOT</version> |
| 89 | + <version>1.4.0</version> |
90 | 90 | <scope>provided</scope> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>org.smartdata</groupId> |
94 | 94 | <artifactId>smart-admin</artifactId> |
95 | | - <version>1.4.0-SNAPSHOT</version> |
| 95 | + <version>1.4.0</version> |
96 | 96 | <scope>provided</scope> |
97 | 97 | </dependency> |
98 | 98 | <dependency> |
99 | 99 | <groupId>org.smartdata</groupId> |
100 | 100 | <artifactId>smart-action</artifactId> |
101 | | - <version>1.4.0-SNAPSHOT</version> |
| 101 | + <version>1.4.0</version> |
102 | 102 | <scope>provided</scope> |
103 | 103 | </dependency> |
104 | 104 | <dependency> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>org.smartdata</groupId> |
155 | 155 | <artifactId>smart-metastore</artifactId> |
156 | | - <version>1.4.0-SNAPSHOT</version> |
| 156 | + <version>1.4.0</version> |
157 | 157 | <scope>test</scope> |
158 | 158 | <type>test-jar</type> |
159 | 159 | </dependency> |
160 | 160 | <dependency> |
161 | 161 | <groupId>org.smartdata</groupId> |
162 | 162 | <artifactId>smart-metastore</artifactId> |
163 | | - <version>1.4.0-SNAPSHOT</version> |
| 163 | + <version>1.4.0</version> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
166 | 166 | <groupId>com.squareup</groupId> |
|
0 commit comments