From adc3cb8132fd3c8708ad74a4bbf717a15cb24ce2 Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Fri, 27 Nov 2020 14:17:09 +0100 Subject: [PATCH] Next is 0.1.2-SNAPSHOT --- client/pom.xml | 2 +- common/pom.xml | 2 +- daemon/pom.xml | 2 +- dist/pom.xml | 2 +- integration-tests/pom.xml | 2 +- pom.xml | 10 +++++----- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index ed0e4120..03addfb8 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT mvnd-client diff --git a/common/pom.xml b/common/pom.xml index 0967d478..78d7bda3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT mvnd-common diff --git a/daemon/pom.xml b/daemon/pom.xml index 7a0e18e5..db451eb7 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT mvnd-daemon diff --git a/dist/pom.xml b/dist/pom.xml index 90bffa48..36bc2b01 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT mvnd-dist diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 5fe44d1d..15f98bfc 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT mvnd-integration-tests diff --git a/pom.xml b/pom.xml index 1ac7fd65..65cad5d0 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ org.mvndaemon.mvnd mvnd - 0.1.1 + 0.1.2-SNAPSHOT pom Maven Daemon - Parent @@ -169,23 +169,23 @@ org.mvndaemon.mvnd mvnd-client - 0.1.1 + 0.1.2-SNAPSHOT org.mvndaemon.mvnd mvnd-common - 0.1.1 + 0.1.2-SNAPSHOT org.mvndaemon.mvnd mvnd-dist pom - 0.1.1 + 0.1.2-SNAPSHOT org.mvndaemon.mvnd mvnd-daemon - 0.1.1 + 0.1.2-SNAPSHOT