Skip to content

Commit 39e58c6

Browse files
committed
v16.7.2
1 parent 0eb17e5 commit 39e58c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/integration_tests.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# SETUP BUILD ENVIRONMENT
1717
- id: checkout-code
1818
name: Checkout code
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v2
2020
- id: setup-jdk
2121
name: Setup JDK
2222
uses: actions/setup-java@v1

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.7.1</version>
9+
<version>16.7.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-database-plugins-parent</artifactId>
1212
<packaging>pom</packaging>

schemacrawler-sapiq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>us.fatehi</groupId>
99
<artifactId>schemacrawler-parent</artifactId>
10-
<version>16.7.1</version>
10+
<version>16.7.2</version>
1111
</parent>
1212
<artifactId>schemacrawler-sapiq</artifactId>
1313
<packaging>jar</packaging>

schemacrawler-timesten/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.7.1</version>
9+
<version>16.7.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-timesten</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)