From 8b7bf37910fe96244ca42a200c722f688307c753 Mon Sep 17 00:00:00 2001 From: Michael Schnell Date: Sat, 7 Oct 2023 18:08:54 +0200 Subject: [PATCH] Release 0.6.0 --- README.md | 2 +- app/pom.xml | 2 +- core/pom.xml | 2 +- plugin/pom.xml | 2 +- pom.xml | 4 ++-- test/pom.xml | 2 +- test/src/test/resources/test-project/marchetyper/pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1ffcba0..e09e4d9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The plugin uses a config file named 'marchetyper-config.xml' in the same directo org.fuin.marchetyper marchetyper-maven-plugin - 0.4.1 + 0.6.0 generate diff --git a/app/pom.xml b/app/pom.xml index e5a9586..5a9bff3 100644 --- a/app/pom.xml +++ b/app/pom.xml @@ -7,7 +7,7 @@ org.fuin.marchetyper marchetyper - 0.6.0-SNAPSHOT + 0.6.0 marchetyper-app diff --git a/core/pom.xml b/core/pom.xml index ebf753d..c803445 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -7,7 +7,7 @@ org.fuin.marchetyper marchetyper - 0.6.0-SNAPSHOT + 0.6.0 marchetyper-core diff --git a/plugin/pom.xml b/plugin/pom.xml index 321a890..68d78b4 100644 --- a/plugin/pom.xml +++ b/plugin/pom.xml @@ -6,7 +6,7 @@ org.fuin.marchetyper marchetyper - 0.6.0-SNAPSHOT + 0.6.0 marchetyper-maven-plugin diff --git a/pom.xml b/pom.xml index 99576e1..b5d0fb9 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.fuin.marchetyper marchetyper - 0.6.0-SNAPSHOT + 0.6.0 pom Makes Maven Archetype creation a breeze @@ -42,7 +42,7 @@ org.fuin.marchetyper marchetyper-core - 0.6.0-SNAPSHOT + 0.6.0 diff --git a/test/pom.xml b/test/pom.xml index f9b3236..c4a68bc 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ org.fuin.marchetyper marchetyper - 0.6.0-SNAPSHOT + 0.6.0 marchetyper-test diff --git a/test/src/test/resources/test-project/marchetyper/pom.xml b/test/src/test/resources/test-project/marchetyper/pom.xml index 65700bb..699c7b5 100644 --- a/test/src/test/resources/test-project/marchetyper/pom.xml +++ b/test/src/test/resources/test-project/marchetyper/pom.xml @@ -15,7 +15,7 @@ org.fuin.marchetyper marchetyper-maven-plugin - 0.6.0-SNAPSHOT + 0.6.0 generate