|
5 | 5 | <parent>
|
6 | 6 | <artifactId>schemacrawler-parent</artifactId>
|
7 | 7 | <groupId>us.fatehi</groupId>
|
8 |
| - <version>16.17.1</version> |
| 8 | + <version>16.17.2</version> |
9 | 9 | </parent>
|
10 | 10 | <modelVersion>4.0.0</modelVersion>
|
11 | 11 | <artifactId>schemacrawler-maven-plugin</artifactId>
|
12 | 12 | <packaging>maven-plugin</packaging>
|
13 |
| - <version>16.17.1.1</version> |
| 13 | + <version>16.17.2.1</version> |
14 | 14 | <name>SchemaCrawler Report - Maven Plugin</name>
|
15 | 15 | <inceptionYear>2011</inceptionYear>
|
16 | 16 | <licenses>
|
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>org.hsqldb</groupId>
|
101 | 101 | <artifactId>hsqldb</artifactId>
|
102 |
| - <version>2.6.1</version> |
| 102 | + <version>2.7.0</version> |
103 | 103 | <classifier>jdk8</classifier>
|
104 | 104 | <scope>test</scope>
|
105 | 105 | </dependency>
|
|
108 | 108 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
109 | 109 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
110 | 110 | <skip.signing.artifacts>true</skip.signing.artifacts>
|
111 |
| - <schemacrawler.version>16.17.1</schemacrawler.version> |
| 111 | + <schemacrawler.version>16.17.2</schemacrawler.version> |
112 | 112 | <!-- Properties for Site documentation (may not use period)... -->
|
113 | 113 | <SchemacrawlerVersion>${schemacrawler.version}</SchemacrawlerVersion>
|
114 | 114 | <doxiaVersion>1.11.1</doxiaVersion>
|
|
175 | 175 | <plugin>
|
176 | 176 | <groupId>org.apache.maven.plugins</groupId>
|
177 | 177 | <artifactId>maven-resources-plugin</artifactId>
|
178 |
| - <version>3.2.0</version> |
| 178 | + <version>3.3.0</version> |
179 | 179 | </plugin>
|
180 | 180 | <plugin>
|
181 | 181 | <groupId>org.apache.maven.plugins</groupId>
|
|
0 commit comments