diff --git a/README.md b/README.md
index d5d4510..99cb76a 100644
--- a/README.md
+++ b/README.md
@@ -13,20 +13,20 @@ to have something to do. Also, it's my first day of vacation, so why not. :)
## Using the slogan generator
-The slogan generator is up and running at https://api.hirt.se:9090/slogans. It is available and ready to use.
+The slogan generator is up and running at https://api.hirt.se/slogans. It is available and ready to use.
The api is described here:
-https://api.hirt.se:9090/slogans/swagger-ui/
+https://api.hirt.se/slogans/swagger-ui/
Or in openapi format here:
-https://api.hirt.se:9090/slogans/openapi/
+https://api.hirt.se/slogans/openapi/
Here's an example on how to get a simple slogan text for OpenJDK:
-https://api.hirt.se:9090/slogans/text?item=OpenJDK
+https://api.hirt.se/slogans/text?item=OpenJDK
Here is an example of how I use it on my homepage https://hirt.se:
```html
-
+
```
The slogan generator creates images like like these:
![Slogan Image](https://hirt.se/images/github/slogan-java-sunset.png)
@@ -35,7 +35,7 @@ The slogan generator creates images like like these:
![Slogan Image](https://hirt.se/images/github/slogan-openjdk-clouds.png)
Here are some examples:
-https://api.hirt.se:9090/slogans/test
+https://api.hirt.se/slogans/test
## Running the application in dev mode
diff --git a/pom.xml b/pom.xml
index 957db1b..7db3692 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,8 +32,7 @@ Copyright (C) Marcus Hirt, 2024
4.0.0
se.hirt
slogan-generator
- 0.1.19-SNAPSHOT
-
+ 0.1.20-SNAPSHOT
3.13.0
17