From ca1da9eb7c3f67778f3af73161ea59fcc9b74e08 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 18 Feb 2024 14:18:18 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- annotation-processor/pom.xml | 4 ++-- checker/pom.xml | 2 +- example/pom.xml | 4 ++-- parent-pom/pom.xml | 4 ++-- pom.xml | 4 ++-- runtime/pom.xml | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/annotation-processor/pom.xml b/annotation-processor/pom.xml index 755f661..2020045 100644 --- a/annotation-processor/pom.xml +++ b/annotation-processor/pom.xml @@ -5,12 +5,12 @@ com.fluxtion.csv-compiler csv-compiler-parentpom - 0.1.19 + 0.1.20-SNAPSHOT ../parent-pom/pom.xml csv-compiler-processor - 0.1.19 + 0.1.20-SNAPSHOT csv-compiler :: annotation processor Build time annotation processor for generating CSV parsers diff --git a/checker/pom.xml b/checker/pom.xml index 9d27421..9cc1e3c 100644 --- a/checker/pom.xml +++ b/checker/pom.xml @@ -3,7 +3,7 @@ com.fluxtion.csv-compiler csv-compiler-parentpom - 0.1.19 + 0.1.20-SNAPSHOT ../parent-pom/pom.xml 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index b2840fd..e6b0f18 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -5,12 +5,12 @@ com.fluxtion.csv-compiler csv-compiler-parentpom - 0.1.19 + 0.1.20-SNAPSHOT ../parent-pom/pom.xml csv-compiler-example - 0.1.19 + 0.1.20-SNAPSHOT csv-compiler :: example diff --git a/parent-pom/pom.xml b/parent-pom/pom.xml index e8d77aa..ee0d368 100644 --- a/parent-pom/pom.xml +++ b/parent-pom/pom.xml @@ -4,7 +4,7 @@ com.fluxtion.csv-compiler csv-compiler-parentpom - 0.1.19 + 0.1.20-SNAPSHOT pom csv-compiler :: parent pom @@ -37,7 +37,7 @@ scm:git:https://github.com/gregv12/csv-compiler.git scm:git:https://github.com/gregv12/csv-compiler.git https://github.com/gregv12/csv-compiler - csv-compiler-master-0.1.19 + HEAD diff --git a/pom.xml b/pom.xml index c56b0ff..b642a05 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.fluxtion.extension csv-compiler-master - 0.1.19 + 0.1.20-SNAPSHOT pom csv-compiler :: master @@ -36,7 +36,7 @@ scm:git:https://github.com/gregv12/csv-compiler.git scm:git:https://github.com/gregv12/csv-compiler.git https://github.com/gregv12/csv-compiler - csv-compiler-master-0.1.19 + HEAD diff --git a/runtime/pom.xml b/runtime/pom.xml index f0d6850..439688b 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -5,12 +5,12 @@ com.fluxtion.csv-compiler csv-compiler-parentpom - 0.1.19 + 0.1.20-SNAPSHOT ../parent-pom/pom.xml csv-compiler - 0.1.19 + 0.1.20-SNAPSHOT csv-compiler :: runtime Runtime library required to use generated CSV parsers