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 + + + +