From 0a0674979444ac9de6c9599e9220fb2e316abec9 Mon Sep 17 00:00:00 2001 From: MuSTa1nE Date: Wed, 2 Sep 2015 09:20:29 +0100 Subject: [PATCH] fixing pom parent --- .gitignore | 2 +- fizz-buzz/pom.xml | 4 ++-- mars-rover/pom.xml | 4 ++-- pom.xml | 5 +++-- roman-numeral/pom.xml | 4 ++-- tennis-game/pom.xml | 4 ++-- 6 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.gitignore b/.gitignore index a46b867..769b29f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .idea *.iml -target/ +**/target/ diff --git a/fizz-buzz/pom.xml b/fizz-buzz/pom.xml index 5008dc4..4949556 100644 --- a/fizz-buzz/pom.xml +++ b/fizz-buzz/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - com.jspcore - katas + com.jspcore + katas 1.0-SNAPSHOT 4.0.0 diff --git a/mars-rover/pom.xml b/mars-rover/pom.xml index 4256ce2..4014052 100644 --- a/mars-rover/pom.xml +++ b/mars-rover/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - com.jspcore - katas + com.jspcore + katas 1.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 690b3e0..00ad41c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,8 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - katas - com.jspcore + com.jspcore + katas pom 1.0-SNAPSHOT @@ -14,6 +14,7 @@ fizz-buzz mars-rover tennis-game + lsc-kata diff --git a/roman-numeral/pom.xml b/roman-numeral/pom.xml index 7910d04..b558cd2 100644 --- a/roman-numeral/pom.xml +++ b/roman-numeral/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - com.jspcore - katas + com.jspcore + katas 1.0-SNAPSHOT diff --git a/tennis-game/pom.xml b/tennis-game/pom.xml index 4589e04..5c3c4d0 100644 --- a/tennis-game/pom.xml +++ b/tennis-game/pom.xml @@ -3,8 +3,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - com.jspcore - katas + com.jspcore + katas 1.0-SNAPSHOT 4.0.0