Skip to content

Commit 789cf7e

Browse files
committed
Release version 0.30.1
1 parent c223852 commit 789cf7e

File tree

38 files changed

+44
-38
lines changed

38 files changed

+44
-38
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 0.30.1 - 2023-03-24
1+
# Version 0.30.1 - 2023-04-12
22

33
* github-379: [BUG] Parallel execution of multiple targets runs too many targets on Java 17
44
* github-383: Flowman should preserve target ordering

docker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.dimajix.flowman</groupId>
1313
<artifactId>flowman-root</artifactId>
14-
<version>0.30.1-SNAPSHOT</version>
14+
<version>0.30.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

docs/releases.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ The following gives an (incomplete) list of past releases of the last 12 months.
1414
changes over time.
1515

1616

17+
### Version 0.30.1 - 2023-04-12
18+
19+
* github-379: [BUG] Parallel execution of multiple targets runs too many targets on Java 17
20+
* github-383: Flowman should preserve target ordering
21+
22+
1723
### Version 0.30.0 - 2023-01-03
1824

1925
* github-278: Parallelize execution of data quality checks. This also introduces a new configuration property

flowman-archetype-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>com.dimajix.flowman</groupId>
1111
<artifactId>flowman-root</artifactId>
12-
<version>0.30.1-SNAPSHOT</version>
12+
<version>0.30.1</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

flowman-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.dimajix.flowman</groupId>
1313
<artifactId>flowman-root</artifactId>
14-
<version>0.30.1-SNAPSHOT</version>
14+
<version>0.30.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

flowman-dsl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>flowman-root</artifactId>
1212
<groupId>com.dimajix.flowman</groupId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-hub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>flowman-root</artifactId>
1212
<groupId>com.dimajix.flowman</groupId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.dimajix.flowman</groupId>
1313
<artifactId>flowman-root</artifactId>
14-
<version>0.30.1-SNAPSHOT</version>
14+
<version>0.30.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

flowman-plugins/aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/delta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/impala/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/mariadb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/mssqlserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/mysql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/openapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/postgresql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/sftp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-plugins/swagger/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../../pom.xml</relativePath>
1515
</parent>
1616

flowman-scalatest-compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-server-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>flowman-root</artifactId>
1212
<groupId>com.dimajix.flowman</groupId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-spark-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.dimajix.flowman</groupId>
1717
<artifactId>flowman-root</artifactId>
18-
<version>0.30.1-SNAPSHOT</version>
18+
<version>0.30.1</version>
1919
<relativePath>../pom.xml</relativePath>
2020
</parent>
2121

flowman-spark-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-spark-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>flowman-root</artifactId>
1212
<groupId>com.dimajix.flowman</groupId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-studio-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-studio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<artifactId>flowman-root</artifactId>
1212
<groupId>com.dimajix.flowman</groupId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-testing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.dimajix.flowman</groupId>
1212
<artifactId>flowman-root</artifactId>
13-
<version>0.30.1-SNAPSHOT</version>
13+
<version>0.30.1</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

flowman-yaml-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.dimajix.flowman</groupId>
1313
<artifactId>flowman-root</artifactId>
14-
<version>0.30.1-SNAPSHOT</version>
14+
<version>0.30.1</version>
1515
<relativePath>../pom.xml</relativePath>
1616
</parent>
1717

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.dimajix.flowman</groupId>
77
<artifactId>flowman-root</artifactId>
8-
<version>0.30.1-SNAPSHOT</version>
8+
<version>0.30.1</version>
99
<packaging>pom</packaging>
1010

1111
<name>Flowman root pom</name>
@@ -38,7 +38,7 @@
3838
<scm>
3939
<connection>scm:git:git://github.com/dimajix/flowman.git</connection>
4040
<developerConnection>scm:git:ssh://github.com:dimajix/flowman.git</developerConnection>
41-
<url>https://github.com/dimajix/flowman/tree/master</url>
41+
<url>https://github.com/dimajix/flowman/tree/main</url>
4242
</scm>
4343
<issueManagement>
4444
<url>https://github.com/dimajix/flowman/issues</url>

0 commit comments

Comments
 (0)