From 3e2c29b2bdc29e0c0339492a38c5cbf8f0a4e8c8 Mon Sep 17 00:00:00 2001 From: gfrank Date: Thu, 9 Aug 2018 09:59:53 -0600 Subject: [PATCH 1/4] switch to artifactory var --- pom.xml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 1a5f5c141..d015b6215 100644 --- a/pom.xml +++ b/pom.xml @@ -723,22 +723,19 @@ - + + - sonatype-joda-staging - Sonatype OSS staging repository - http://oss.sonatype.org/service/local/staging/deploy/maven2/ - default + central + artifactory_release/name> + ${env.ARTIFACTORY_LOCATION}victorops_local - false - sonatype-joda-snapshot - Sonatype OSS snapshot repository - http://oss.sonatype.org/content/repositories/joda-snapshots - default + snapshots + artifactory_snapshots + ${env.ARTIFACTORY_LOCATION}victorops_local - http://oss.sonatype.org/content/repositories/joda-releases - + From 4ed966a73ec25c0101fcb04a829bad8bedcd8165 Mon Sep 17 00:00:00 2001 From: gfrank Date: Thu, 9 Aug 2018 10:02:20 -0600 Subject: [PATCH 2/4] fix typo --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d015b6215..7dfb92638 100644 --- a/pom.xml +++ b/pom.xml @@ -727,7 +727,7 @@ central - artifactory_release/name> + artifactory_release ${env.ARTIFACTORY_LOCATION}victorops_local From 156bafa99dc6b5bd6ee5d102e360562eae5b2d79 Mon Sep 17 00:00:00 2001 From: gfrank Date: Thu, 9 Aug 2018 10:16:47 -0600 Subject: [PATCH 3/4] fix path --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7dfb92638..e52c65a72 100644 --- a/pom.xml +++ b/pom.xml @@ -728,12 +728,12 @@ central artifactory_release - ${env.ARTIFACTORY_LOCATION}victorops_local + ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local snapshots artifactory_snapshots - ${env.ARTIFACTORY_LOCATION}victorops_local + ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local From 2ecd891b016dfd732315073768b17c7e9e06e98e Mon Sep 17 00:00:00 2001 From: gfrank Date: Tue, 14 Aug 2018 08:15:25 -0600 Subject: [PATCH 4/4] fix indent --- pom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index e52c65a72..690e62058 100644 --- a/pom.xml +++ b/pom.xml @@ -723,19 +723,18 @@ - - + - central - artifactory_release - ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local + central + artifactory_release + ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local - snapshots - artifactory_snapshots - ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local + snapshots + artifactory_snapshots + ${env.ARTIFACTORY_LOCATION}artifactory/victorops_local - +