diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7fb11b5..caceddf 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,10 +13,10 @@ name: "CodeQL"
on:
push:
- branches: [ master ]
+ branches: [ dev ]
pull_request:
# The branches below must be a subset of the branches above
- branches: [ master ]
+ branches: [ dev ]
schedule:
- cron: '27 20 * * 1'
diff --git a/README.md b/README.md
index 9584326..60e575e 100644
--- a/README.md
+++ b/README.md
@@ -26,14 +26,14 @@ Paid:
com.github.prominence
openweathermap-api
- 2.2.0
+ 2.2.0-SNAPSHOT
```
### Gradle coordinates:
```groovy
-compile('com.github.prominence:openweathermap-api:2.2.0')
+compile('com.github.prominence:openweathermap-api:2.2.0-SNAPSHOT')
```
### Documentation
@@ -50,9 +50,9 @@ compile('com.github.prominence:openweathermap-api:2.2.0')
### License
MIT
-[ci-shield]: https://travis-ci.org/Prominence/openweathermap-java-api.svg?branch=master
+[ci-shield]: https://travis-ci.org/Prominence/openweathermap-java-api.svg?branch=dev
[ci-link]: https://travis-ci.org/Prominence/openweathermap-java-api
-[codecov-shield]: https://codecov.io/gh/Prominence/openweathermap-java-api/branch/master/graph/badge.svg
+[codecov-shield]: https://codecov.io/gh/Prominence/openweathermap-java-api/branch/dev/graph/badge.svg
[codecov-link]: https://codecov.io/gh/Prominence/openweathermap-java-api
diff --git a/docs/SNAPSHOT.md b/docs/SNAPSHOT.md
index 328fb27..63e2c60 100644
--- a/docs/SNAPSHOT.md
+++ b/docs/SNAPSHOT.md
@@ -10,14 +10,14 @@
com.github.prominence
openweathermap-api
- 2.1.1-SNAPSHOT
+ 2.2.0-SNAPSHOT
```
### Gradle coordinates:
```groovy
-compile('com.github.prominence:openweathermap-api:2.1.1-SNAPSHOT')
+compile('com.github.prominence:openweathermap-api:2.2.0-SNAPSHOT')
```
### How to use:
diff --git a/pom.xml b/pom.xml
index 168b4f4..5b369af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
com.github.prominence
openweathermap-api
- 2.2.0
+ 2.2.0-SNAPSHOT
jar
Java OpenWeatherMap API