From d3b58e4d34c7c352edb9e20927cc502aea262463 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Wed, 16 Dec 2020 20:59:28 +0100 Subject: [PATCH] Next is 0.2.1-SNAPSHOT --- build-plugin/pom.xml | 2 +- client/pom.xml | 2 +- common/pom.xml | 2 +- daemon/pom.xml | 2 +- dist/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml index cc56d050..e1a00415 100644 --- a/build-plugin/pom.xml +++ b/build-plugin/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-build-maven-plugin diff --git a/client/pom.xml b/client/pom.xml index 1f88a214..d5f81554 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-client diff --git a/common/pom.xml b/common/pom.xml index d7148ed2..71a947d4 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 8bf6ae24..bbc20113 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 8850b54a..a68d6462 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-dist diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index a25b0dbe..e316a933 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT mvnd-integration-tests diff --git a/pom.xml b/pom.xml index 0e73cb06..8eccf1bb 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.2.0 + 0.2.1-SNAPSHOT pom Maven Daemon - Parent @@ -171,23 +171,23 @@ org.mvndaemon.mvnd mvnd-client - 0.2.0 + 0.2.1-SNAPSHOT org.mvndaemon.mvnd mvnd-common - 0.2.0 + 0.2.1-SNAPSHOT org.mvndaemon.mvnd mvnd-dist pom - 0.2.0 + 0.2.1-SNAPSHOT org.mvndaemon.mvnd mvnd-daemon - 0.2.0 + 0.2.1-SNAPSHOT