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

Commit 2985049

Browse files
committed
v16.7.2
1 parent d5ed1c0 commit 2985049

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/quick_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
# SETUP BUILD ENVIRONMENT
1212
- id: checkout-code
1313
name: Checkout code
14-
uses: actions/checkout@v1
14+
uses: actions/checkout@v2
1515
- id: setup-jdk
1616
name: Set up JDK
1717
uses: actions/setup-java@v1

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<artifactId>schemacrawler-parent</artifactId>
77
<groupId>us.fatehi</groupId>
8-
<version>16.7.1</version>
8+
<version>16.7.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>us.fatehi</groupId>
1212
<artifactId>schemacrawler-maven-plugin</artifactId>
1313
<packaging>maven-plugin</packaging>
14-
<version>16.7.1</version>
14+
<version>16.7.2</version>
1515
<name>SchemaCrawler Report - Maven Plugin</name>
1616
<inceptionYear>2011</inceptionYear>
1717
<licenses>
@@ -101,7 +101,7 @@
101101
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
102102
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
103103
<skip.signing.artifacts>true</skip.signing.artifacts>
104-
<schemacrawler.version>16.7.1</schemacrawler.version>
104+
<schemacrawler.version>16.7.2</schemacrawler.version>
105105
<!-- Properties for Site documentation (may not use period)... -->
106106
<SchemacrawlerVersion>${schemacrawler.version}</SchemacrawlerVersion>
107107
</properties>

0 commit comments

Comments
 (0)