diff --git a/ReadMe.md b/ReadMe.md
index 5aee1e2..7e28ca1 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,5 +1,11 @@
# Springboot weather service
+#### GIT:
+
+- Create a new branch
+- `add`, `commit` and `push` the branch to Gitea
+- Create a `pull request` at Gitea from your branch to 'develop'
+
#### The _URI_ to access the current weather data:
https://group-4-75.pvt.dsv.su.se/weather-0.0.1-SNAPSHOT/weather
diff --git a/pom.xml b/pom.xml
index b0d51df..a9cc471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.smhi
weather
- 0.0.1-SNAPSHOT
+ 0.0.2-SNAPSHOT
war
weather
Collecting current weather data in Stockholm
@@ -33,6 +33,11 @@
spring-boot-starter-test
test
+
+ junit
+ junit
+ 4.13.2
+