Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
henneberger committed Sep 22, 2023
1 parent cf22a12 commit f0dffef
Show file tree
Hide file tree
Showing 47 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<packaging>pom</packaging>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
<modules>
<module>sqrl-base</module>
<module>sqrl-engines</module>
Expand Down Expand Up @@ -786,7 +786,7 @@
<url>https://github.com/DataSQRL/sqrl.git</url>
<connection>scm:git:git@github.com:DataSQRL/sqrl.git</connection>
<developerConnection>scm:git:git@github.com:DataSQRL/sqrl.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.2.2</tag>
</scm>
<build>
<plugins>
Expand Down
4 changes: 2 additions & 2 deletions sqrl-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<artifactId>sqrl-root</artifactId>
<groupId>com.datasqrl</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<!--
README: Dependencies that are shared between planning and execution
-->
<artifactId>sqrl-base</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>

<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/sqrl-engine-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-engines</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/sqrl-engine-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-engines</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/sqrl-engine-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-engines</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/sqrl-engine-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-engines</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-engine-kafka</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-engines/sqrl-engine-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-engines</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-engine-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sqrl-root</artifactId>
<groupId>com.datasqrl</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-execute/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-execute/sqrl-execute-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-connectors</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-file</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-h2</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-inmem</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-jdbc</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-kafka</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-postgres</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-print</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink-connectors</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-sqlite</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-flink-function</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-flink</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<!--
Expand Down
2 changes: 1 addition & 1 deletion sqrl-execute/sqrl-execute-http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-http</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-http</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-http</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-http-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-execute-http</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-execute-http-vertx</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-file/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-format-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-format-csv</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-format-json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-format-json</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-jdbc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-mem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-mem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-print/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-print</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-io/sqrl-io-schema-flexible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-io-schema-flexible</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sqrl-planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-planner</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sqrl-planner/sqrl-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>sqrl-planner</artifactId>
<groupId>com.datasqrl</groupId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>sqrl-common</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>

<!--
README: Dependencies that are shared between planning and utility modules
Expand Down
2 changes: 1 addition & 1 deletion sqrl-planner/sqrl-planner-local/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-planner</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sqrl-planner/sqrl-planner-schema-flexible/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-planner</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.2</version>
</parent>

<artifactId>sqrl-planner-schema-flexible</artifactId>
Expand Down
Loading

0 comments on commit f0dffef

Please sign in to comment.