From b7fdeae1052f2eda149b7e271062e45fe9132d2f Mon Sep 17 00:00:00 2001 From: buvaneswari-arun <57663319+buvaneswari-arun@users.noreply.github.com> Date: Mon, 4 May 2020 10:34:07 +0530 Subject: [PATCH] Adding pom.xml changes to add Appointments 1.2 to sonatype (#30) --- omod/pom.xml | 2 +- pom.xml | 87 +++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 66 insertions(+), 23 deletions(-) diff --git a/omod/pom.xml b/omod/pom.xml index bc249308e..8792734c4 100644 --- a/omod/pom.xml +++ b/omod/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.openmrs.module + org.bahmni.module appointments 1.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 92c4c5c22..6b4f84974 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.openmrs.module + org.bahmni.module appointments 1.2-SNAPSHOT pom @@ -74,17 +74,37 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.5.1 + true + + + default-deploy + deploy + + deploy + + + + + nexus-sonatype + https://oss.sonatype.org + true + + - - - maven-compiler-plugin - - 1.8 - 1.8 - - - + + + + + + + + + org.kuali.maven.wagons @@ -223,13 +243,37 @@ - - - openmrs-repo - OpenMRS Nexus Repository - http://mavenrepo.openmrs.org/nexus/content/repositories/public - - + + + openmrs-repo + OpenMRS Nexus Repository + http://mavenrepo.openmrs.org/nexus/content/repositories/public + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots + + false + + + true + interval:10080 + + + + sonatype-nexus-releases + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/releases + + true + + + false + + + + @@ -243,11 +287,10 @@ - - repo.mybahmni.org - bahmni-artifactory-snapshots - s3://repo.mybahmni.org/artifactory/snapshot - + + nexus-sonatype + https://oss.sonatype.org/content/repositories/snapshots +