Skip to content

Commit 029e669

Browse files
committed
v16.21.2
1 parent 488c722 commit 029e669

File tree

8 files changed

+7
-13
lines changed

8 files changed

+7
-13
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Create Release
33
on:
44
workflow_dispatch:
55
push:
6-
branches-ignore:
7-
- '*'
86
tags:
97
- v[0-9]+.[0-9]+.[0-9]+
108
- v[0-9]+.[0-9]+.[0-9]+-[A-Z]

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.21.1</version>
9+
<version>16.21.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-database-plugins-parent</artifactId>
1212
<packaging>pom</packaging>

schemacrawler-cassandra/pom.xml

Lines changed: 1 addition & 3 deletions
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.21.1</version>
9+
<version>16.21.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-cassandra</artifactId>
1212
<packaging>jar</packaging>
@@ -47,13 +47,11 @@
4747
<dependency>
4848
<groupId>org.testcontainers</groupId>
4949
<artifactId>junit-jupiter</artifactId>
50-
<version>1.19.4</version>
5150
<scope>test</scope>
5251
</dependency>
5352
<dependency>
5453
<groupId>org.testcontainers</groupId>
5554
<artifactId>cassandra</artifactId>
56-
<version>1.19.4</version>
5755
<scope>test</scope>
5856
</dependency>
5957

schemacrawler-hana/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.21.1</version>
9+
<version>16.21.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-hana</artifactId>
1212
<packaging>jar</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.21.1</version>
10+
<version>16.21.2</version>
1111
</parent>
1212
<artifactId>schemacrawler-sapiq</artifactId>
1313
<packaging>jar</packaging>

schemacrawler-teiid/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>us.fatehi</groupId>
66
<artifactId>schemacrawler-parent</artifactId>
7-
<version>16.21.1</version>
7+
<version>16.21.2</version>
88
</parent>
99
<artifactId>schemacrawler-teiid</artifactId>
1010
<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.21.1</version>
9+
<version>16.21.2</version>
1010
</parent>
1111
<artifactId>schemacrawler-timesten</artifactId>
1212
<packaging>jar</packaging>

schemacrawler-trino/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>us.fatehi</groupId>
66
<artifactId>schemacrawler-parent</artifactId>
7-
<version>16.21.1</version>
7+
<version>16.21.2</version>
88
</parent>
99
<artifactId>schemacrawler-trino</artifactId>
1010
<packaging>jar</packaging>
@@ -46,13 +46,11 @@
4646
<dependency>
4747
<groupId>org.testcontainers</groupId>
4848
<artifactId>junit-jupiter</artifactId>
49-
<version>1.19.4</version>
5049
<scope>test</scope>
5150
</dependency>
5251
<dependency>
5352
<groupId>org.testcontainers</groupId>
5453
<artifactId>trino</artifactId>
55-
<version>1.19.4</version>
5654
<scope>test</scope>
5755
</dependency>
5856

0 commit comments

Comments
 (0)