Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@

## Version 0.3.0

* Upgrade Confluent Plugin to version 1.20-42
* Upgrade Confluent Plugin to version 1.20-42

## Version 0.3.1

* Fixing an issue with the POM file that was preventing VS Code from detecting the main method.
1 change: 0 additions & 1 deletion solutions/01-connecting-to-confluent-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down
1 change: 0 additions & 1 deletion solutions/02-querying-flink-tables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down
1 change: 0 additions & 1 deletion solutions/03-building-a-streaming-pipeline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down
1 change: 0 additions & 1 deletion solutions/04-windowing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down
1 change: 0 additions & 1 deletion solutions/05-joins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down
1 change: 0 additions & 1 deletion staging/01-connecting-to-confluent-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ under the License.
<versionRange>[3.1,)</versionRange>
<goals>
<goal>testCompile</goal>
<goal>compile</goal>
</goals>
</pluginExecutionFilter>
<action>
Expand Down