diff --git a/CHANGELOG.md b/CHANGELOG.md index ac819c6..c44af35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,4 +10,8 @@ ## Version 0.3.0 -* Upgrade Confluent Plugin to version 1.20-42 \ No newline at end of file +* 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. \ No newline at end of file diff --git a/solutions/01-connecting-to-confluent-cloud/pom.xml b/solutions/01-connecting-to-confluent-cloud/pom.xml index f315345..e8bceab 100644 --- a/solutions/01-connecting-to-confluent-cloud/pom.xml +++ b/solutions/01-connecting-to-confluent-cloud/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/02-querying-flink-tables/pom.xml b/solutions/02-querying-flink-tables/pom.xml index f315345..e8bceab 100644 --- a/solutions/02-querying-flink-tables/pom.xml +++ b/solutions/02-querying-flink-tables/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/03-building-a-streaming-pipeline/pom.xml b/solutions/03-building-a-streaming-pipeline/pom.xml index f315345..e8bceab 100644 --- a/solutions/03-building-a-streaming-pipeline/pom.xml +++ b/solutions/03-building-a-streaming-pipeline/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/04-windowing/pom.xml b/solutions/04-windowing/pom.xml index f315345..e8bceab 100644 --- a/solutions/04-windowing/pom.xml +++ b/solutions/04-windowing/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/solutions/05-joins/pom.xml b/solutions/05-joins/pom.xml index f315345..e8bceab 100644 --- a/solutions/05-joins/pom.xml +++ b/solutions/05-joins/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile diff --git a/staging/01-connecting-to-confluent-cloud/pom.xml b/staging/01-connecting-to-confluent-cloud/pom.xml index f315345..e8bceab 100644 --- a/staging/01-connecting-to-confluent-cloud/pom.xml +++ b/staging/01-connecting-to-confluent-cloud/pom.xml @@ -235,7 +235,6 @@ under the License. [3.1,) testCompile - compile