Skip to content

Commit 8955a51

Browse files
committed
Add a release number
1 parent 50ad0df commit 8955a51

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

pom.xml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<version>16.25.1</version>
1010
</parent>
1111
<artifactId>schemacrawler-ai</artifactId>
12+
<version>16.25.1-1</version>
1213
<packaging>jar</packaging>
1314
<name>SchemaCrawler AI</name>
1415
<description>Integrates SchemaCrawler with AI chat services.</description>
@@ -20,22 +21,22 @@
2021
<dependency>
2122
<groupId>us.fatehi</groupId>
2223
<artifactId>schemacrawler</artifactId>
23-
<version>${project.version}</version>
24+
<version>16.25.1</version>
2425
</dependency>
2526
<dependency>
2627
<groupId>us.fatehi</groupId>
2728
<artifactId>schemacrawler-scripting</artifactId>
28-
<version>${project.version}</version>
29+
<version>16.25.1</version>
2930
</dependency>
3031
<dependency>
3132
<groupId>us.fatehi</groupId>
3233
<artifactId>schemacrawler-offline</artifactId>
33-
<version>${project.version}</version>
34+
<version>16.25.1</version>
3435
</dependency>
3536
<dependency>
3637
<groupId>us.fatehi</groupId>
3738
<artifactId>schemacrawler-lint</artifactId>
38-
<version>${project.version}</version>
39+
<version>16.25.1</version>
3940
</dependency>
4041

4142
<dependency>
@@ -52,23 +53,29 @@
5253
<dependency>
5354
<groupId>com.fasterxml.jackson.core</groupId>
5455
<artifactId>jackson-core</artifactId>
56+
<scope>provided</scope>
5557
</dependency>
5658
<dependency>
5759
<groupId>com.fasterxml.jackson.core</groupId>
5860
<artifactId>jackson-databind</artifactId>
61+
<scope>provided</scope>
5962
</dependency>
6063
<dependency>
6164
<groupId>com.fasterxml.jackson.dataformat</groupId>
6265
<artifactId>jackson-dataformat-yaml</artifactId>
66+
<scope>provided</scope>
6367
</dependency>
6468
<dependency>
6569
<groupId>com.fasterxml.jackson.datatype</groupId>
6670
<artifactId>jackson-datatype-jsr310</artifactId>
71+
<scope>provided</scope>
6772
</dependency>
6873
<dependency>
6974
<groupId>com.fasterxml.jackson.module</groupId>
7075
<artifactId>jackson-module-jsonSchema</artifactId>
76+
<scope>provided</scope>
7177
</dependency>
78+
7279
<dependency>
7380
<groupId>org.apache.commons</groupId>
7481
<artifactId>commons-math3</artifactId>
@@ -77,40 +84,40 @@
7784
<dependency>
7885
<groupId>us.fatehi</groupId>
7986
<artifactId>schemacrawler-testdb</artifactId>
80-
<version>${project.version}</version>
87+
<version>16.25.1</version>
8188
<scope>test</scope>
8289
</dependency>
8390
<dependency>
8491
<groupId>us.fatehi</groupId>
8592
<artifactId>schemacrawler-api</artifactId>
86-
<version>${project.version}</version>
93+
<version>16.25.1</version>
8794
<type>test-jar</type>
8895
<scope>test</scope>
8996
</dependency>
9097
<dependency>
9198
<groupId>us.fatehi</groupId>
9299
<artifactId>schemacrawler-tools</artifactId>
93-
<version>${project.version}</version>
100+
<version>16.25.1</version>
94101
<type>test-jar</type>
95102
<scope>test</scope>
96103
</dependency>
97104
<dependency>
98105
<groupId>us.fatehi</groupId>
99106
<artifactId>schemacrawler-commandline</artifactId>
100-
<version>${project.version}</version>
107+
<version>16.25.1</version>
101108
<scope>test</scope>
102109
</dependency>
103110
<dependency>
104111
<groupId>us.fatehi</groupId>
105112
<artifactId>schemacrawler-commandline</artifactId>
106-
<version>${project.version}</version>
113+
<version>16.25.1</version>
107114
<type>test-jar</type>
108115
<scope>test</scope>
109116
</dependency>
110117
<dependency>
111118
<groupId>us.fatehi</groupId>
112119
<artifactId>schemacrawler-sqlite</artifactId>
113-
<version>${project.version}</version>
120+
<version>16.25.1</version>
114121
<scope>test</scope>
115122
</dependency>
116123
</dependencies>
@@ -137,7 +144,7 @@
137144
</goals>
138145
<configuration>
139146
<source>21</source>
140-
<doctitle>SchemaCrawler AI ${project.version}</doctitle>
147+
<doctitle>SchemaCrawler AI 16.25.1-1</doctitle>
141148
</configuration>
142149
</execution>
143150
</executions>

0 commit comments

Comments
 (0)