|
22 | 22 | <parent> |
23 | 23 | <groupId>org.smartdata</groupId> |
24 | 24 | <artifactId>smartdata-project</artifactId> |
25 | | - <version>1.3-SNAPSHOT</version> |
| 25 | + <version>1.3</version> |
26 | 26 | <relativePath>../pom.xml</relativePath> |
27 | 27 | </parent> |
28 | 28 |
|
29 | 29 | <artifactId>smart-dist</artifactId> |
30 | | - <version>1.3-SNAPSHOT</version> |
| 30 | + <version>1.3</version> |
31 | 31 | <packaging>pom</packaging> |
32 | 32 |
|
33 | 33 | <dependencies> |
34 | 34 | <dependency> |
35 | 35 | <groupId>org.smartdata</groupId> |
36 | 36 | <artifactId>smart-common</artifactId> |
37 | | - <version>1.3-SNAPSHOT</version> |
| 37 | + <version>1.3</version> |
38 | 38 | </dependency> |
39 | 39 | <dependency> |
40 | 40 | <groupId>org.smartdata</groupId> |
41 | 41 | <artifactId>smart-client</artifactId> |
42 | | - <version>1.3-SNAPSHOT</version> |
| 42 | + <version>1.3</version> |
43 | 43 | </dependency> |
44 | 44 | <dependency> |
45 | 45 | <groupId>org.smartdata</groupId> |
46 | 46 | <artifactId>smart-hadoop-client</artifactId> |
47 | | - <version>1.3-SNAPSHOT</version> |
| 47 | + <version>1.3</version> |
48 | 48 | </dependency> |
49 | 49 | <dependency> |
50 | 50 | <groupId>org.smartdata</groupId> |
51 | 51 | <artifactId>smart-admin</artifactId> |
52 | | - <version>1.3-SNAPSHOT</version> |
| 52 | + <version>1.3</version> |
53 | 53 | </dependency> |
54 | 54 | <dependency> |
55 | 55 | <groupId>org.smartdata</groupId> |
56 | 56 | <artifactId>smart-action</artifactId> |
57 | | - <version>1.3-SNAPSHOT</version> |
| 57 | + <version>1.3</version> |
58 | 58 | </dependency> |
59 | 59 | <dependency> |
60 | 60 | <groupId>org.smartdata</groupId> |
61 | 61 | <artifactId>smart-engine</artifactId> |
62 | | - <version>1.3-SNAPSHOT</version> |
| 62 | + <version>1.3</version> |
63 | 63 | <!--Work around for https://issues.apache.org/jira/browse/MNG-1388 --> |
64 | 64 | <exclusions> |
65 | 65 | <exclusion> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>org.smartdata</groupId> |
73 | 73 | <artifactId>smart-server</artifactId> |
74 | | - <version>1.3-SNAPSHOT</version> |
| 74 | + <version>1.3</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>org.smartdata</groupId> |
78 | 78 | <artifactId>smart-metrics</artifactId> |
79 | | - <version>1.3-SNAPSHOT</version> |
| 79 | + <version>1.3</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>org.smartdata</groupId> |
83 | 83 | <artifactId>smart-agent</artifactId> |
84 | | - <version>1.3-SNAPSHOT</version> |
| 84 | + <version>1.3</version> |
85 | 85 | </dependency> |
86 | 86 | <dependency> |
87 | 87 | <groupId>org.smartdata</groupId> |
88 | 88 | <artifactId>smart-integration</artifactId> |
89 | | - <version>1.3-SNAPSHOT</version> |
| 89 | + <version>1.3</version> |
90 | 90 | <scope>provided</scope> |
91 | 91 | </dependency> |
92 | 92 | </dependencies> |
|
122 | 122 | <dependency> |
123 | 123 | <groupId>org.smartdata</groupId> |
124 | 124 | <artifactId>smart-hadoop-2.7</artifactId> |
125 | | - <version>1.3-SNAPSHOT</version> |
| 125 | + <version>1.3</version> |
126 | 126 | </dependency> |
127 | 127 | </dependencies> |
128 | 128 | </profile> |
|
132 | 132 | <dependency> |
133 | 133 | <groupId>org.smartdata</groupId> |
134 | 134 | <artifactId>smart-hadoop-cdh-2.6</artifactId> |
135 | | - <version>1.3-SNAPSHOT</version> |
| 135 | + <version>1.3</version> |
136 | 136 | </dependency> |
137 | 137 | </dependencies> |
138 | 138 | </profile> |
|
142 | 142 | <dependency> |
143 | 143 | <groupId>org.smartdata</groupId> |
144 | 144 | <artifactId>smart-alluxio-support</artifactId> |
145 | | - <version>1.3-SNAPSHOT</version> |
| 145 | + <version>1.3</version> |
146 | 146 | </dependency> |
147 | 147 | </dependencies> |
148 | 148 | </profile> |
|
0 commit comments