Skip to content

Commit 17f21ed

Browse files
committed
v16.25.3
1 parent 7c993f7 commit 17f21ed

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.25.2</version>
9+
<version>16.25.3</version>
1010
</parent>
1111
<artifactId>schemacrawler-ai</artifactId>
12-
<version>16.25.2-3</version>
12+
<version>16.25.3-1</version>
1313
<packaging>jar</packaging>
1414
<name>SchemaCrawler AI</name>
1515
<description>Integrates SchemaCrawler with AI chat services.</description>
@@ -21,22 +21,22 @@
2121
<dependency>
2222
<groupId>us.fatehi</groupId>
2323
<artifactId>schemacrawler</artifactId>
24-
<version>16.25.2</version>
24+
<version>16.25.3</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>us.fatehi</groupId>
2828
<artifactId>schemacrawler-scripting</artifactId>
29-
<version>16.25.2</version>
29+
<version>16.25.3</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>us.fatehi</groupId>
3333
<artifactId>schemacrawler-offline</artifactId>
34-
<version>16.25.2</version>
34+
<version>16.25.3</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>us.fatehi</groupId>
3838
<artifactId>schemacrawler-lint</artifactId>
39-
<version>16.25.2</version>
39+
<version>16.25.3</version>
4040
</dependency>
4141

4242
<dependency>
@@ -95,40 +95,40 @@
9595
<dependency>
9696
<groupId>us.fatehi</groupId>
9797
<artifactId>schemacrawler-testdb</artifactId>
98-
<version>16.25.2</version>
98+
<version>16.25.3</version>
9999
<scope>test</scope>
100100
</dependency>
101101
<dependency>
102102
<groupId>us.fatehi</groupId>
103103
<artifactId>schemacrawler-api</artifactId>
104-
<version>16.25.2</version>
104+
<version>16.25.3</version>
105105
<type>test-jar</type>
106106
<scope>test</scope>
107107
</dependency>
108108
<dependency>
109109
<groupId>us.fatehi</groupId>
110110
<artifactId>schemacrawler-tools</artifactId>
111-
<version>16.25.2</version>
111+
<version>16.25.3</version>
112112
<type>test-jar</type>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>us.fatehi</groupId>
117117
<artifactId>schemacrawler-commandline</artifactId>
118-
<version>16.25.2</version>
118+
<version>16.25.3</version>
119119
<scope>test</scope>
120120
</dependency>
121121
<dependency>
122122
<groupId>us.fatehi</groupId>
123123
<artifactId>schemacrawler-commandline</artifactId>
124-
<version>16.25.2</version>
124+
<version>16.25.3</version>
125125
<type>test-jar</type>
126126
<scope>test</scope>
127127
</dependency>
128128
<dependency>
129129
<groupId>us.fatehi</groupId>
130130
<artifactId>schemacrawler-sqlite</artifactId>
131-
<version>16.25.2</version>
131+
<version>16.25.3</version>
132132
<scope>test</scope>
133133
</dependency>
134134
</dependencies>
@@ -155,7 +155,7 @@
155155
</goals>
156156
<configuration>
157157
<source>21</source>
158-
<doctitle>SchemaCrawler AI 16.25.2-3</doctitle>
158+
<doctitle>SchemaCrawler AI 16.25.3-1</doctitle>
159159
</configuration>
160160
</execution>
161161
</executions>

0 commit comments

Comments
 (0)