|
6 | 6 | <parent> |
7 | 7 | <groupId>us.fatehi</groupId> |
8 | 8 | <artifactId>schemacrawler-parent</artifactId> |
9 | | - <version>16.25.2</version> |
| 9 | + <version>16.25.3</version> |
10 | 10 | </parent> |
11 | 11 | <artifactId>schemacrawler-ai</artifactId> |
12 | | - <version>16.25.2-3</version> |
| 12 | + <version>16.25.3-1</version> |
13 | 13 | <packaging>jar</packaging> |
14 | 14 | <name>SchemaCrawler AI</name> |
15 | 15 | <description>Integrates SchemaCrawler with AI chat services.</description> |
|
21 | 21 | <dependency> |
22 | 22 | <groupId>us.fatehi</groupId> |
23 | 23 | <artifactId>schemacrawler</artifactId> |
24 | | - <version>16.25.2</version> |
| 24 | + <version>16.25.3</version> |
25 | 25 | </dependency> |
26 | 26 | <dependency> |
27 | 27 | <groupId>us.fatehi</groupId> |
28 | 28 | <artifactId>schemacrawler-scripting</artifactId> |
29 | | - <version>16.25.2</version> |
| 29 | + <version>16.25.3</version> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | 32 | <groupId>us.fatehi</groupId> |
33 | 33 | <artifactId>schemacrawler-offline</artifactId> |
34 | | - <version>16.25.2</version> |
| 34 | + <version>16.25.3</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>us.fatehi</groupId> |
38 | 38 | <artifactId>schemacrawler-lint</artifactId> |
39 | | - <version>16.25.2</version> |
| 39 | + <version>16.25.3</version> |
40 | 40 | </dependency> |
41 | 41 |
|
42 | 42 | <dependency> |
|
95 | 95 | <dependency> |
96 | 96 | <groupId>us.fatehi</groupId> |
97 | 97 | <artifactId>schemacrawler-testdb</artifactId> |
98 | | - <version>16.25.2</version> |
| 98 | + <version>16.25.3</version> |
99 | 99 | <scope>test</scope> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>us.fatehi</groupId> |
103 | 103 | <artifactId>schemacrawler-api</artifactId> |
104 | | - <version>16.25.2</version> |
| 104 | + <version>16.25.3</version> |
105 | 105 | <type>test-jar</type> |
106 | 106 | <scope>test</scope> |
107 | 107 | </dependency> |
108 | 108 | <dependency> |
109 | 109 | <groupId>us.fatehi</groupId> |
110 | 110 | <artifactId>schemacrawler-tools</artifactId> |
111 | | - <version>16.25.2</version> |
| 111 | + <version>16.25.3</version> |
112 | 112 | <type>test-jar</type> |
113 | 113 | <scope>test</scope> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>us.fatehi</groupId> |
117 | 117 | <artifactId>schemacrawler-commandline</artifactId> |
118 | | - <version>16.25.2</version> |
| 118 | + <version>16.25.3</version> |
119 | 119 | <scope>test</scope> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>us.fatehi</groupId> |
123 | 123 | <artifactId>schemacrawler-commandline</artifactId> |
124 | | - <version>16.25.2</version> |
| 124 | + <version>16.25.3</version> |
125 | 125 | <type>test-jar</type> |
126 | 126 | <scope>test</scope> |
127 | 127 | </dependency> |
128 | 128 | <dependency> |
129 | 129 | <groupId>us.fatehi</groupId> |
130 | 130 | <artifactId>schemacrawler-sqlite</artifactId> |
131 | | - <version>16.25.2</version> |
| 131 | + <version>16.25.3</version> |
132 | 132 | <scope>test</scope> |
133 | 133 | </dependency> |
134 | 134 | </dependencies> |
|
155 | 155 | </goals> |
156 | 156 | <configuration> |
157 | 157 | <source>21</source> |
158 | | - <doctitle>SchemaCrawler AI 16.25.2-3</doctitle> |
| 158 | + <doctitle>SchemaCrawler AI 16.25.3-1</doctitle> |
159 | 159 | </configuration> |
160 | 160 | </execution> |
161 | 161 | </executions> |
|
0 commit comments