From e225d30f59b446b1badcf84c5230cf5fd6c930bc Mon Sep 17 00:00:00 2001 From: Alexandre Montplaisir Date: Mon, 27 Mar 2017 14:54:12 -0400 Subject: [PATCH] Add -SNAPSHOT suffix to version number Master should annouce a SNAPSHOT version, from which we can then make "real" releases. Bump to 1.1.0 at the same time. Signed-off-by: Alexandre Montplaisir --- lttng-tools-java/pom.xml | 2 +- lttng-ust-java-tests-common/pom.xml | 2 +- lttng-ust-java-tests-jul/pom.xml | 2 +- lttng-ust-java-tests-log4j/pom.xml | 2 +- pom.xml | 6 +++--- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lttng-tools-java/pom.xml b/lttng-tools-java/pom.xml index 8bbf7a8..036fa9f 100644 --- a/lttng-tools-java/pom.xml +++ b/lttng-tools-java/pom.xml @@ -25,7 +25,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT org.lttng.tools diff --git a/lttng-ust-java-tests-common/pom.xml b/lttng-ust-java-tests-common/pom.xml index 5073553..c72cd5c 100644 --- a/lttng-ust-java-tests-common/pom.xml +++ b/lttng-ust-java-tests-common/pom.xml @@ -25,7 +25,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT lttng-ust-java-tests-common diff --git a/lttng-ust-java-tests-jul/pom.xml b/lttng-ust-java-tests-jul/pom.xml index b55e325..b33a1a7 100644 --- a/lttng-ust-java-tests-jul/pom.xml +++ b/lttng-ust-java-tests-jul/pom.xml @@ -25,7 +25,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT lttng-ust-java-tests-jul diff --git a/lttng-ust-java-tests-log4j/pom.xml b/lttng-ust-java-tests-log4j/pom.xml index f289f50..e825443 100644 --- a/lttng-ust-java-tests-log4j/pom.xml +++ b/lttng-ust-java-tests-log4j/pom.xml @@ -25,7 +25,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT lttng-ust-java-tests-log4j diff --git a/pom.xml b/pom.xml index a1059f6..3e56aba 100644 --- a/pom.xml +++ b/pom.xml @@ -28,7 +28,7 @@ org.lttng.ust lttng-ust-java-parent - 1.0.0 + 1.1.0-SNAPSHOT pom LTTng-UST Java Agent @@ -127,13 +127,13 @@ org.lttng.tools lttng-tools-java - 1.0.0 + 1.1.0-SNAPSHOT org.lttng.ust lttng-ust-java-tests-common - 1.0.0 + 1.1.0-SNAPSHOT -- 2.34.1