From d4db066ed5174db9396fe2e260ab696d1f397a49 Mon Sep 17 00:00:00 2001 From: NichtStudioCode <51272202+NichtStudioCode@users.noreply.github.com> Date: Wed, 8 May 2024 14:03:45 +0200 Subject: [PATCH] Bump version --- cosmic-binary-format-netty-adapter/pom.xml | 2 +- cosmic-binary-format-provider/pom.xml | 4 ++-- cosmic-binary-format/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cosmic-binary-format-netty-adapter/pom.xml b/cosmic-binary-format-netty-adapter/pom.xml index 5c92536..722ff37 100644 --- a/cosmic-binary-format-netty-adapter/pom.xml +++ b/cosmic-binary-format-netty-adapter/pom.xml @@ -5,7 +5,7 @@ cosmic-binary-format-parent xyz.xenondevs.cbf - 0.9 + 0.10 4.0.0 diff --git a/cosmic-binary-format-provider/pom.xml b/cosmic-binary-format-provider/pom.xml index 0e01c77..40b78d0 100644 --- a/cosmic-binary-format-provider/pom.xml +++ b/cosmic-binary-format-provider/pom.xml @@ -6,7 +6,7 @@ xyz.xenondevs.cbf cosmic-binary-format-parent - 0.9 + 0.10 cosmic-binary-format-provider @@ -15,7 +15,7 @@ xyz.xenondevs.cbf cosmic-binary-format - 0.9 + ${project.version} xyz.xenondevs.commons diff --git a/cosmic-binary-format/pom.xml b/cosmic-binary-format/pom.xml index 3061da3..162feb4 100644 --- a/cosmic-binary-format/pom.xml +++ b/cosmic-binary-format/pom.xml @@ -5,7 +5,7 @@ cosmic-binary-format-parent xyz.xenondevs.cbf - 0.9 + 0.10 4.0.0 diff --git a/pom.xml b/pom.xml index 5a8b6c7..541403e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ xyz.xenondevs.cbf cosmic-binary-format-parent pom - 0.9 + 0.10 cosmic-binary-format cosmic-binary-format-netty-adapter