From 394fa37037df3b7f87febd29513234099ec8c229 Mon Sep 17 00:00:00 2001 From: Karl Patrick Date: Sat, 23 Jun 2018 21:49:03 -0700 Subject: [PATCH] 1.0.0 release --- .gitignore | 9 +++++---- cagey-config-api/pom.xml | 2 +- cagey-config-core/pom.xml | 2 +- cagey-config-lightbend/pom.xml | 2 +- cagey-config-spi/pom.xml | 2 +- pom.xml | 7 ++++++- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 392f56f..fcb095f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # Maven target -/cagey-config-api/target/ -/cagey-config-spi/target/ -/cagey-config-lightbend/target/ -/cagey-config-core/target/ +target/ +cagey-config-api/target/ +cagey-config-spi/target/ +cagey-config-lightbend/target/ +cagey-config-core/target/ # IDE *.iml diff --git a/cagey-config-api/pom.xml b/cagey-config-api/pom.xml index 364fccf..b62d3f7 100644 --- a/cagey-config-api/pom.xml +++ b/cagey-config-api/pom.xml @@ -8,6 +8,6 @@ com.xpcagey cagey-config - 1.0.0-SNAPSHOT + 1.0.0 \ No newline at end of file diff --git a/cagey-config-core/pom.xml b/cagey-config-core/pom.xml index 081b262..496809b 100644 --- a/cagey-config-core/pom.xml +++ b/cagey-config-core/pom.xml @@ -8,7 +8,7 @@ com.xpcagey cagey-config - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/cagey-config-lightbend/pom.xml b/cagey-config-lightbend/pom.xml index 30d3639..11253fc 100644 --- a/cagey-config-lightbend/pom.xml +++ b/cagey-config-lightbend/pom.xml @@ -5,7 +5,7 @@ com.xpcagey cagey-config - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 diff --git a/cagey-config-spi/pom.xml b/cagey-config-spi/pom.xml index a2e0b1a..8bef629 100644 --- a/cagey-config-spi/pom.xml +++ b/cagey-config-spi/pom.xml @@ -8,6 +8,6 @@ com.xpcagey cagey-config - 1.0.0-SNAPSHOT + 1.0.0 \ No newline at end of file diff --git a/pom.xml b/pom.xml index 58f8096..74c3321 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.xpcagey cagey-config - 1.0.0-SNAPSHOT + 1.0.0 cagey-config-api cagey-config-spi @@ -82,6 +82,11 @@ maven-surefire-plugin 2.21.0 + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.9 + org.jacoco jacoco-maven-plugin