| author | Thorsten Ortlepp
<post@ortlepp.ms> 2026-02-12 22:29:52 UTC |
| committer | Thorsten Ortlepp
<post@ortlepp.ms> 2026-02-12 22:29:52 UTC |
| parent | d2cc48df53d16bba43e6fd733b9bb4325f4ff2ea |
| pom.xml | +1 | -1 |
| src/main/resources/application.properties | +0 | -2 |
diff --git a/pom.xml b/pom.xml index e1d5fd1..6b4224a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <groupId>dev.rubidium</groupId> <artifactId>subscription-tool</artifactId> - <version>0.1</version> + <version>1.0.0</version> <packaging>jar</packaging> <name>subscription-tool</name> <description>a tool to manage subscriptions (e.g., to a newsletter)</description> diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index cc8b1bc..8ce62c2 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -34,5 +34,3 @@ subscriptiontool.scheduler.cron=0 * * * * * subscriptiontool.scheduler.zone=Europe/Berlin subscriptiontool.web.username=USERNAME subscriptiontool.web.password=PASSWORD - -spring.config.import=translation.properties