From 10fe9e2706e520fe6dc05dc8a0372b15ac02c1f7 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 May 2019 20:46:54 +0200 Subject: [PATCH] Push version to 1.1.6-SNAPSHOT --- README.md | 2 +- api/pom.xml | 2 +- implementation/legacy/pom.xml | 4 ++-- implementation/pom.xml | 2 +- implementation/v6/pom.xml | 4 ++-- implementation/v7/pom.xml | 4 ++-- library/pom.xml | 10 +++++----- pom.xml | 2 +- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a8544fd..bbfb294 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ How to include WorldEditWrapper into your maven project: org.codemc.worldguardwrapper worldguardwrapper - 1.1.4-SNAPSHOT + 1.1.6-SNAPSHOT ``` diff --git a/api/pom.xml b/api/pom.xml index 40ccb42..92d2062 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper-api diff --git a/implementation/legacy/pom.xml b/implementation/legacy/pom.xml index 44ce270..cdb8dd7 100644 --- a/implementation/legacy/pom.xml +++ b/implementation/legacy/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper-implementation-legacy @@ -28,7 +28,7 @@ ${project.groupId} worldguardwrapper-api - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT provided diff --git a/implementation/pom.xml b/implementation/pom.xml index 498663e..509b48e 100644 --- a/implementation/pom.xml +++ b/implementation/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper-implementation diff --git a/implementation/v6/pom.xml b/implementation/v6/pom.xml index 28c556e..f975064 100644 --- a/implementation/v6/pom.xml +++ b/implementation/v6/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper-implementation-v6 @@ -28,7 +28,7 @@ ${project.groupId} worldguardwrapper-api - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT provided diff --git a/implementation/v7/pom.xml b/implementation/v7/pom.xml index 3ee1577..499d87b 100644 --- a/implementation/v7/pom.xml +++ b/implementation/v7/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-implementation - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper-implementation-v7 @@ -28,7 +28,7 @@ ${project.groupId} worldguardwrapper-api - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT provided diff --git a/library/pom.xml b/library/pom.xml index 29e9e7f..f7df969 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -7,7 +7,7 @@ org.codemc.worldguardwrapper worldguardwrapper-parent - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT worldguardwrapper @@ -18,22 +18,22 @@ ${project.groupId} worldguardwrapper-api - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ${project.groupId} worldguardwrapper-implementation-legacy - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ${project.groupId} worldguardwrapper-implementation-v6 - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT ${project.groupId} worldguardwrapper-implementation-v7 - 1.1.5-SNAPSHOT + 1.1.6-SNAPSHOT