Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
henneberger committed Dec 8, 2023
1 parent c2564c1 commit 235b741
Show file tree
Hide file tree
Showing 56 changed files with 68 additions and 84 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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
<modules>
<module>sqrl-base</module>
<module>sqrl-engines</module>
Expand Down Expand Up @@ -852,7 +852,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.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<!--
README: Dependencies that are shared between planning and execution
-->
<artifactId>sqrl-base</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>sqrl-io-print</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sqrl-io/sqrl-io-schema-avro/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-io</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>sqrl-io-schema-avro</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.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>sqrl-io-schema-flexible</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions sqrl-lib/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-root</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>sqrl-lib</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions sqrl-lib/sqrl-json/pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.datasqrl</groupId>
<artifactId>sqrl-lib</artifactId>
<version>0.3.3-SNAPSHOT</version>
<version>0.4.0</version>
</parent>

<artifactId>sqrl-json</artifactId>
Expand Down
Loading

0 comments on commit 235b741

Please sign in to comment.