|
5 | 5 | <parent> |
6 | 6 | <groupId>io.trino</groupId> |
7 | 7 | <artifactId>trino-root</artifactId> |
8 | | - <version>395</version> |
| 8 | + <version>396</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <groupId>com.redis</groupId> |
|
15 | 15 | <packaging>trino-plugin</packaging> |
16 | 16 |
|
17 | 17 | <properties> |
18 | | - <trino.version>395</trino.version> |
19 | 18 | <lettucemod.version>3.1.5</lettucemod.version> |
20 | 19 | <lettuce.version>6.2.0.RELEASE</lettuce.version> |
21 | 20 | <testcontainers-redis.version>1.6.2</testcontainers-redis.version> |
|
30 | 29 | <dependency> |
31 | 30 | <groupId>io.trino</groupId> |
32 | 31 | <artifactId>trino-plugin-toolkit</artifactId> |
33 | | - <version>${trino.version}</version> |
| 32 | + <version>${project.parent.version}</version> |
34 | 33 | </dependency> |
35 | 34 |
|
36 | 35 | <dependency> |
|
99 | 98 | <dependency> |
100 | 99 | <groupId>io.trino</groupId> |
101 | 100 | <artifactId>trino-matching</artifactId> |
102 | | - <version>${trino.version}</version> |
| 101 | + <version>${project.parent.version}</version> |
103 | 102 | <scope>runtime</scope> |
104 | 103 | </dependency> |
105 | 104 |
|
|
114 | 113 | <dependency> |
115 | 114 | <groupId>io.trino</groupId> |
116 | 115 | <artifactId>trino-spi</artifactId> |
117 | | - <version>${trino.version}</version> |
| 116 | + <version>${project.parent.version}</version> |
118 | 117 | <scope>provided</scope> |
119 | 118 | </dependency> |
120 | 119 |
|
|
142 | 141 | <dependency> |
143 | 142 | <groupId>io.trino</groupId> |
144 | 143 | <artifactId>trino-array</artifactId> |
145 | | - <version>${trino.version}</version> |
| 144 | + <version>${project.parent.version}</version> |
146 | 145 | <scope>test</scope> |
147 | 146 | </dependency> |
148 | 147 |
|
149 | 148 | <dependency> |
150 | 149 | <groupId>io.trino</groupId> |
151 | 150 | <artifactId>trino-client</artifactId> |
152 | | - <version>${trino.version}</version> |
| 151 | + <version>${project.parent.version}</version> |
153 | 152 | <scope>test</scope> |
154 | 153 | </dependency> |
155 | 154 |
|
156 | 155 | <dependency> |
157 | 156 | <groupId>io.trino</groupId> |
158 | 157 | <artifactId>trino-collect</artifactId> |
159 | | - <version>${trino.version}</version> |
| 158 | + <version>${project.parent.version}</version> |
160 | 159 | <scope>test</scope> |
161 | 160 | </dependency> |
162 | 161 |
|
163 | 162 | <dependency> |
164 | 163 | <groupId>io.trino</groupId> |
165 | 164 | <artifactId>trino-geospatial-toolkit</artifactId> |
166 | | - <version>${trino.version}</version> |
| 165 | + <version>${project.parent.version}</version> |
167 | 166 | <scope>test</scope> |
168 | 167 | </dependency> |
169 | 168 |
|
170 | 169 | <dependency> |
171 | 170 | <groupId>io.trino</groupId> |
172 | 171 | <artifactId>trino-jmx</artifactId> |
173 | | - <version>${trino.version}</version> |
| 172 | + <version>${project.parent.version}</version> |
174 | 173 | <scope>test</scope> |
175 | 174 | </dependency> |
176 | 175 |
|
177 | 176 | <dependency> |
178 | 177 | <groupId>io.trino</groupId> |
179 | 178 | <artifactId>trino-main</artifactId> |
180 | | - <version>${trino.version}</version> |
| 179 | + <version>${project.parent.version}</version> |
181 | 180 | <scope>test</scope> |
182 | 181 |
|
183 | 182 | <exclusions> |
|
192 | 191 | <groupId>io.trino</groupId> |
193 | 192 | <artifactId>trino-main</artifactId> |
194 | 193 | <type>test-jar</type> |
195 | | - <version>${trino.version}</version> |
| 194 | + <version>${project.parent.version}</version> |
196 | 195 | <scope>test</scope> |
197 | 196 |
|
198 | 197 | <exclusions> |
|
206 | 205 | <dependency> |
207 | 206 | <groupId>io.trino</groupId> |
208 | 207 | <artifactId>trino-memory-context</artifactId> |
209 | | - <version>${trino.version}</version> |
| 208 | + <version>${project.parent.version}</version> |
210 | 209 | <scope>test</scope> |
211 | 210 | </dependency> |
212 | 211 |
|
213 | 212 | <dependency> |
214 | 213 | <groupId>io.trino</groupId> |
215 | 214 | <artifactId>trino-parser</artifactId> |
216 | | - <version>${trino.version}</version> |
| 215 | + <version>${project.parent.version}</version> |
217 | 216 | <scope>test</scope> |
218 | 217 | </dependency> |
219 | 218 |
|
220 | 219 | <dependency> |
221 | 220 | <groupId>io.trino</groupId> |
222 | 221 | <artifactId>trino-testing</artifactId> |
223 | | - <version>${trino.version}</version> |
| 222 | + <version>${project.parent.version}</version> |
224 | 223 | <scope>test</scope> |
225 | 224 | </dependency> |
226 | 225 |
|
227 | 226 | <dependency> |
228 | 227 | <groupId>io.trino</groupId> |
229 | 228 | <artifactId>trino-testing-services</artifactId> |
230 | | - <version>${trino.version}</version> |
| 229 | + <version>${project.parent.version}</version> |
231 | 230 | <scope>test</scope> |
232 | 231 | </dependency> |
233 | 232 |
|
234 | 233 | <dependency> |
235 | 234 | <groupId>io.trino</groupId> |
236 | 235 | <artifactId>trino-tpch</artifactId> |
237 | | - <version>${trino.version}</version> |
| 236 | + <version>${project.parent.version}</version> |
238 | 237 | <scope>test</scope> |
239 | 238 | </dependency> |
240 | 239 |
|
|
372 | 371 | <plugin> |
373 | 372 | <groupId>org.jacoco</groupId> |
374 | 373 | <artifactId>jacoco-maven-plugin</artifactId> |
375 | | - <version>0.8.8</version> |
376 | 374 | <executions> |
377 | 375 | <execution> |
378 | 376 | <id>prepare-agent</id> |
|
0 commit comments