From 3d1dfd7a1f4c156e144562a7147ca3f67bcf01ea Mon Sep 17 00:00:00 2001 From: mathias <germannewsmaker@gmail.com> Date: Sun, 3 Oct 2021 22:22:39 +0200 Subject: [PATCH] Changed the version to 1.0.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b897c8c..59f9a43 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ <groupId>de.gnmyt</groupId> <artifactId>AutoResponder-Integration</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0</version> <properties> <maven.compiler.source>8</maven.compiler.source>