From 9f8f8b773e62aca8a116ea617f64a14b5251e6d9 Mon Sep 17 00:00:00 2001 From: Michael Minella Date: Wed, 23 Mar 2016 12:11:56 -0500 Subject: [PATCH] Updated group ids for all samples to be io.spring.cloud and removed the configuration for them not to be installed in a local repository. --- spring-cloud-task-samples/batch-job/pom.xml | 8 +------- spring-cloud-task-samples/pom.xml | 6 ------ spring-cloud-task-samples/taskprocessor/pom.xml | 8 +------- spring-cloud-task-samples/tasksink/pom.xml | 8 +------- spring-cloud-task-samples/timestamp/pom.xml | 8 +------- 5 files changed, 4 insertions(+), 34 deletions(-) diff --git a/spring-cloud-task-samples/batch-job/pom.xml b/spring-cloud-task-samples/batch-job/pom.xml index 9f7acfb8..d0a04a30 100644 --- a/spring-cloud-task-samples/batch-job/pom.xml +++ b/spring-cloud-task-samples/batch-job/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.springframework.cloud + io.spring.cloud batch-job jar 1.0.0.BUILD-SNAPSHOT @@ -89,12 +89,6 @@ true - - maven-install-plugin - - true - - diff --git a/spring-cloud-task-samples/pom.xml b/spring-cloud-task-samples/pom.xml index 20bda936..3344a436 100644 --- a/spring-cloud-task-samples/pom.xml +++ b/spring-cloud-task-samples/pom.xml @@ -38,12 +38,6 @@ true - - maven-install-plugin - - true - - diff --git a/spring-cloud-task-samples/taskprocessor/pom.xml b/spring-cloud-task-samples/taskprocessor/pom.xml index 9d0838a2..78ec8076 100644 --- a/spring-cloud-task-samples/taskprocessor/pom.xml +++ b/spring-cloud-task-samples/taskprocessor/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.spring + io.spring.cloud taskprocessor 1.0.0.BUILD-SNAPSHOT jar @@ -107,12 +107,6 @@ true - - maven-install-plugin - - ${skipInstall} - - diff --git a/spring-cloud-task-samples/tasksink/pom.xml b/spring-cloud-task-samples/tasksink/pom.xml index b01bab5a..9a567905 100644 --- a/spring-cloud-task-samples/tasksink/pom.xml +++ b/spring-cloud-task-samples/tasksink/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - io.spring + io.spring.cloud tasksink 1.0.0.BUILD-SNAPSHOT jar @@ -103,12 +103,6 @@ true - - maven-install-plugin - - ${skipInstall} - - diff --git a/spring-cloud-task-samples/timestamp/pom.xml b/spring-cloud-task-samples/timestamp/pom.xml index 5deb9d7a..f426b8e3 100644 --- a/spring-cloud-task-samples/timestamp/pom.xml +++ b/spring-cloud-task-samples/timestamp/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - io.spring + io.spring.cloud timestamp-task jar Timestamp Task @@ -94,12 +94,6 @@ true - - maven-install-plugin - - ${skipInstall} - -