|
9 | 9 | </parent>
|
10 | 10 |
|
11 | 11 | <groupId>com.redis</groupId>
|
12 |
| - <artifactId>trino-redisearch</artifactId> |
13 |
| - <version>0.2.7-SNAPSHOT</version> |
| 12 | + <artifactId>redis-sql</artifactId> |
| 13 | + <version>0.2.6</version> |
14 | 14 | <name>Redis SQL</name>
|
15 |
| - <description>Trino - RediSearch Connector</description> |
| 15 | + <description>Trino connector for RediSearch</description> |
16 | 16 | <packaging>trino-plugin</packaging>
|
17 | 17 | <url>https://github.com/${github.owner}/${github.repo}</url>
|
18 | 18 | <inceptionYear>2022</inceptionYear>
|
|
435 | 435 | </dependencies>
|
436 | 436 | <configuration>
|
437 | 437 | <attributes>
|
438 |
| - <icons>font</icons> |
439 |
| - <sectanchors>true</sectanchors> |
440 |
| - <source-highlighter>coderay</source-highlighter> |
441 |
| - <coderay-linenums-mode>table</coderay-linenums-mode> |
442 |
| - <toc>left</toc> |
443 |
| - <numbered>true</numbered> |
444 |
| - <linkattrs>true</linkattrs> |
445 |
| - <linkcss>true</linkcss> |
446 | 438 | <github-owner>${github.owner}</github-owner>
|
447 | 439 | <github-repo>${github.repo}</github-repo>
|
448 | 440 | <project-artifact>${project.artifactId}</project-artifact>
|
|
468 | 460 | <attributes>
|
469 | 461 | <source-highlighter>highlightjs</source-highlighter>
|
470 | 462 | <toc>left</toc>
|
| 463 | + <sectanchors>true</sectanchors> |
| 464 | + <numbered>true</numbered> |
471 | 465 | <toclevels>2</toclevels>
|
472 | 466 | <sectanchors>true</sectanchors>
|
473 | 467 | <!-- set the idprefix to blank -->
|
474 | 468 | <idprefix />
|
475 | 469 | <idseparator>-</idseparator>
|
| 470 | + <linkattrs>true</linkattrs> |
| 471 | + <linkcss>true</linkcss> |
| 472 | + <icons>font</icons> |
| 473 | + <source-highlighter>coderay</source-highlighter> |
| 474 | + <coderay-linenums-mode>table</coderay-linenums-mode> |
476 | 475 | </attributes>
|
477 | 476 | </configuration>
|
478 | 477 | </execution>
|
|
0 commit comments