From a51c793c9b9066f9af89248d748253e97e929605 Mon Sep 17 00:00:00 2001 From: Christian Bongiorno Date: Sun, 30 Oct 2016 18:12:34 -0700 Subject: [PATCH] Unscrew the build --- katharsis-cdi/pom.xml | 2 +- katharsis-client/pom.xml | 4 ++-- katharsis-core/pom.xml | 4 ++-- katharsis-examples/dropwizard-mongo-example/pom.xml | 2 +- katharsis-examples/dropwizard-simple-example/pom.xml | 2 +- katharsis-examples/jersey-example/pom.xml | 2 +- katharsis-examples/pom.xml | 2 +- katharsis-examples/spring-boot-simple-example/pom.xml | 2 +- katharsis-examples/vertx-simple/pom.xml | 4 ++-- katharsis-examples/wildfly-example/pom.xml | 2 +- katharsis-jpa/pom.xml | 2 +- katharsis-parent/pom.xml | 2 +- katharsis-rs/pom.xml | 4 ++-- katharsis-servlet/pom.xml | 4 ++-- katharsis-spring/pom.xml | 4 ++-- katharsis-ui/pom.xml | 2 +- katharsis-validation/pom.xml | 2 +- katharsis-vertx/pom.xml | 2 +- 18 files changed, 24 insertions(+), 24 deletions(-) diff --git a/katharsis-cdi/pom.xml b/katharsis-cdi/pom.xml index 120c2a2e..521bbdb3 100644 --- a/katharsis-cdi/pom.xml +++ b/katharsis-cdi/pom.xml @@ -4,7 +4,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent diff --git a/katharsis-client/pom.xml b/katharsis-client/pom.xml index 0f3f4fbe..7ca64773 100644 --- a/katharsis-client/pom.xml +++ b/katharsis-client/pom.xml @@ -4,13 +4,13 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent io.katharsis katharsis-client - 2.8.1 + 2.8.0-SNAPSHOT bundle katharsis-client diff --git a/katharsis-core/pom.xml b/katharsis-core/pom.xml index 52fde299..445839ce 100644 --- a/katharsis-core/pom.xml +++ b/katharsis-core/pom.xml @@ -4,13 +4,13 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent io.katharsis katharsis-core - 2.8.1 + 2.8.0-SNAPSHOT bundle katharsis-core diff --git a/katharsis-examples/dropwizard-mongo-example/pom.xml b/katharsis-examples/dropwizard-mongo-example/pom.xml index 030e753a..13f38987 100644 --- a/katharsis-examples/dropwizard-mongo-example/pom.xml +++ b/katharsis-examples/dropwizard-mongo-example/pom.xml @@ -2,7 +2,7 @@ katharsis-examples io.katharsis - 2.8.1 + 2.8.0-SNAPSHOT 4.0.0 diff --git a/katharsis-examples/dropwizard-simple-example/pom.xml b/katharsis-examples/dropwizard-simple-example/pom.xml index f07249bb..4653cbc7 100644 --- a/katharsis-examples/dropwizard-simple-example/pom.xml +++ b/katharsis-examples/dropwizard-simple-example/pom.xml @@ -3,7 +3,7 @@ katharsis-examples io.katharsis - 2.8.1 + 2.8.0-SNAPSHOT 4.0.0 diff --git a/katharsis-examples/jersey-example/pom.xml b/katharsis-examples/jersey-example/pom.xml index 7ce66397..65f14130 100644 --- a/katharsis-examples/jersey-example/pom.xml +++ b/katharsis-examples/jersey-example/pom.xml @@ -3,7 +3,7 @@ katharsis-examples io.katharsis - 2.8.1 + 2.8.0-SNAPSHOT 4.0.0 diff --git a/katharsis-examples/pom.xml b/katharsis-examples/pom.xml index c5c5dcaa..1cfcb576 100644 --- a/katharsis-examples/pom.xml +++ b/katharsis-examples/pom.xml @@ -3,7 +3,7 @@ io.katharsis katharsis-examples - 2.8.1 + 2.8.0-SNAPSHOT dropwizard-mongo-example jersey-example diff --git a/katharsis-examples/spring-boot-simple-example/pom.xml b/katharsis-examples/spring-boot-simple-example/pom.xml index 8b085aba..413778b6 100644 --- a/katharsis-examples/spring-boot-simple-example/pom.xml +++ b/katharsis-examples/spring-boot-simple-example/pom.xml @@ -4,7 +4,7 @@ io.katharsis spring-boot-simple-example - 2.8.1 + 2.8.0-SNAPSHOT jar Spring Boot Simple Example diff --git a/katharsis-examples/vertx-simple/pom.xml b/katharsis-examples/vertx-simple/pom.xml index a8f4cef9..035c4eaa 100644 --- a/katharsis-examples/vertx-simple/pom.xml +++ b/katharsis-examples/vertx-simple/pom.xml @@ -3,7 +3,7 @@ katharsis-examples io.katharsis - 2.8.1 + 2.8.0-SNAPSHOT 4.0.0 @@ -20,7 +20,7 @@ io.katharsis katharsis-vertx - 2.8.1 + 2.8.0-SNAPSHOT com.google.guava diff --git a/katharsis-examples/wildfly-example/pom.xml b/katharsis-examples/wildfly-example/pom.xml index 908a981d..88daa8eb 100644 --- a/katharsis-examples/wildfly-example/pom.xml +++ b/katharsis-examples/wildfly-example/pom.xml @@ -20,7 +20,7 @@ io.katharsis katharsis-examples - 2.8.1 + 2.8.0-SNAPSHOT wildfly-example diff --git a/katharsis-jpa/pom.xml b/katharsis-jpa/pom.xml index 7c2c0a73..4bfdbf46 100644 --- a/katharsis-jpa/pom.xml +++ b/katharsis-jpa/pom.xml @@ -4,7 +4,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent diff --git a/katharsis-parent/pom.xml b/katharsis-parent/pom.xml index a8721082..8e284993 100644 --- a/katharsis-parent/pom.xml +++ b/katharsis-parent/pom.xml @@ -3,7 +3,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT pom Katharsis parent POM diff --git a/katharsis-rs/pom.xml b/katharsis-rs/pom.xml index 1774b968..b5c95611 100644 --- a/katharsis-rs/pom.xml +++ b/katharsis-rs/pom.xml @@ -4,13 +4,13 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent io.katharsis katharsis-rs - 2.8.1 + 2.8.0-SNAPSHOT bundle katharsis-rs diff --git a/katharsis-servlet/pom.xml b/katharsis-servlet/pom.xml index 067fe452..57cadb90 100644 --- a/katharsis-servlet/pom.xml +++ b/katharsis-servlet/pom.xml @@ -6,13 +6,13 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent io.katharsis katharsis-servlet - 2.8.1 + 2.8.0-SNAPSHOT bundle ${project.groupId}:${project.artifactId} diff --git a/katharsis-spring/pom.xml b/katharsis-spring/pom.xml index 83336564..31e86289 100644 --- a/katharsis-spring/pom.xml +++ b/katharsis-spring/pom.xml @@ -4,12 +4,12 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent katharsis-spring - 2.8.1 + 2.8.0-SNAPSHOT bundle katharsis-spring diff --git a/katharsis-ui/pom.xml b/katharsis-ui/pom.xml index b570858a..918490c6 100644 --- a/katharsis-ui/pom.xml +++ b/katharsis-ui/pom.xml @@ -4,7 +4,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent diff --git a/katharsis-validation/pom.xml b/katharsis-validation/pom.xml index 3fe9708a..bbf34574 100644 --- a/katharsis-validation/pom.xml +++ b/katharsis-validation/pom.xml @@ -4,7 +4,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent diff --git a/katharsis-vertx/pom.xml b/katharsis-vertx/pom.xml index 83b4b43c..efc79903 100644 --- a/katharsis-vertx/pom.xml +++ b/katharsis-vertx/pom.xml @@ -3,7 +3,7 @@ io.katharsis katharsis-parent - 2.8.1 + 2.8.0-SNAPSHOT ../katharsis-parent