This repository was archived by the owner on Dec 9, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
# SETUP BUILD ENVIRONMENT
12
12
- id : checkout-code
13
13
name : Checkout code
14
- uses : actions/checkout@v1
14
+ uses : actions/checkout@v2
15
15
- id : setup-jdk
16
16
name : Set up JDK
17
17
uses : actions/setup-java@v1
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >schemacrawler-parent</artifactId >
7
7
<groupId >us.fatehi</groupId >
8
- <version >16.7.1 </version >
8
+ <version >16.7.2 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
<groupId >us.fatehi</groupId >
12
12
<artifactId >schemacrawler-maven-plugin</artifactId >
13
13
<packaging >maven-plugin</packaging >
14
- <version >16.7.1 </version >
14
+ <version >16.7.2 </version >
15
15
<name >SchemaCrawler Report - Maven Plugin</name >
16
16
<inceptionYear >2011</inceptionYear >
17
17
<licenses >
101
101
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
102
102
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
103
103
<skip .signing.artifacts>true</skip .signing.artifacts>
104
- <schemacrawler .version>16.7.1 </schemacrawler .version>
104
+ <schemacrawler .version>16.7.2 </schemacrawler .version>
105
105
<!-- Properties for Site documentation (may not use period)... -->
106
106
<SchemacrawlerVersion >${schemacrawler.version}</SchemacrawlerVersion >
107
107
</properties >
You can’t perform that action at this time.
0 commit comments