From 7f6dec244f748df56bc9952c5dade4d8ff519b47 Mon Sep 17 00:00:00 2001 From: Loredana Crusoveanu Date: Mon, 28 Apr 2025 18:49:49 +0300 Subject: [PATCH] create module3 branch --- README.md | 9 ++------- pom.xml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 7 deletions(-) create mode 100644 pom.xml diff --git a/README.md b/README.md index 8056ba0..6f55217 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,3 @@ -# About this repo - -This is the codebase of the **Learn Java Streams** course. - -If you're already a student of the course you can start exploring this through the lesson notes in the course. - -Note that the code for each module is hosted on its own branch, you'll have to switch to the branch corresponding to the module you're on, for example: `git checkout module1` +# Learn Java Streams - Intermediate Stream Operations +This is the codebase for Module "Intermediate Stream Operations" of Learn Java Streams. \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..72b3f65 --- /dev/null +++ b/pom.xml @@ -0,0 +1,16 @@ + + + 4.0.0 + The 'Learn Java Streams' Course: Intermediate Stream Operations + intermediate-stream-operations + + com.baeldung + ljs-intermediate-stream-operations + 1.0.0 + pom + + + +