Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit bd1ba1f

Browse files
committed
v16.17.2
1 parent 001178d commit bd1ba1f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>schemacrawler-parent</artifactId>
77
<groupId>us.fatehi</groupId>
8-
<version>16.17.1</version>
8+
<version>16.17.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>schemacrawler-maven-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>16.17.1.1</version>
13+
<version>16.17.2.1</version>
1414
<name>SchemaCrawler Report - Maven Plugin</name>
1515
<inceptionYear>2011</inceptionYear>
1616
<licenses>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.hsqldb</groupId>
101101
<artifactId>hsqldb</artifactId>
102-
<version>2.6.1</version>
102+
<version>2.7.0</version>
103103
<classifier>jdk8</classifier>
104104
<scope>test</scope>
105105
</dependency>
@@ -108,7 +108,7 @@
108108
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
109109
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
110110
<skip.signing.artifacts>true</skip.signing.artifacts>
111-
<schemacrawler.version>16.17.1</schemacrawler.version>
111+
<schemacrawler.version>16.17.2</schemacrawler.version>
112112
<!-- Properties for Site documentation (may not use period)... -->
113113
<SchemacrawlerVersion>${schemacrawler.version}</SchemacrawlerVersion>
114114
<doxiaVersion>1.11.1</doxiaVersion>
@@ -175,7 +175,7 @@
175175
<plugin>
176176
<groupId>org.apache.maven.plugins</groupId>
177177
<artifactId>maven-resources-plugin</artifactId>
178-
<version>3.2.0</version>
178+
<version>3.3.0</version>
179179
</plugin>
180180
<plugin>
181181
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)