From 899bcb16ca18c4863407b19fcd15a2d4efb5514f Mon Sep 17 00:00:00 2001 From: Shautvast Date: Sun, 25 Jun 2023 11:33:33 +0200 Subject: [PATCH] v1.0 --- jmh/pom.xml | 4 ++-- lib/pom.xml | 4 ++-- pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jmh/pom.xml b/jmh/pom.xml index 2a3a222..459f04c 100644 --- a/jmh/pom.xml +++ b/jmh/pom.xml @@ -5,12 +5,12 @@ nl.sander jsonthingy-pom - 0.1-SNAPSHOT + 1.0 JsonToy-JMH jsonthingy-jmhtests - 0.1-SNAPSHOT + ${project.version} jar diff --git a/lib/pom.xml b/lib/pom.xml index aba672e..02630dd 100644 --- a/lib/pom.xml +++ b/lib/pom.xml @@ -5,12 +5,12 @@ nl.sander jsonthingy-pom - 0.1-SNAPSHOT + 1.0 JsonToy jsonthingy - 0.1-SNAPSHOT + ${project.version} jar diff --git a/pom.xml b/pom.xml index 2a5794d..751b315 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ JsonToy nl.sander jsonthingy-pom - 0.1-SNAPSHOT + 1.0 pom