commit | 86d4cd6ebac6849bd52a2f1500a53a04bd91d0f2 | [log] [tgz] |
---|---|---|
author | Volkan Yazıcı <volkan@yazi.ci> | Thu Dec 14 12:00:06 2023 +0100 |
committer | Volkan Yazıcı <volkan@yazi.ci> | Mon Dec 18 09:15:30 2023 +0100 |
tree | b37fe3db456c13dfbf292c8ac38570382b71b1f1 | |
parent | 4b65fade6374e5806997e835009ef1b96d5c57a8 [diff] |
Set the version to `0.7.0`
diff --git a/pom.xml b/pom.xml index f339d88..150d384 100644 --- a/pom.xml +++ b/pom.xml
@@ -113,7 +113,7 @@ <properties> <!-- project version --> - <revision>0.7.0-SNAPSHOT</revision> + <revision>0.7.0</revision> <!-- `project.build.outputTimestamp` is required to be present for reproducible builds. We actually inherit one from the `org.apache:apache` through our parent `org.apache.logging:logging-parent`.