Skip to content

Commit

Permalink
Change release verison and add relsese repository for nexus (Bahmni#32)
Browse files Browse the repository at this point in the history
* Change group-id for api parent; move the parent to top

* Add distribution management repo for relases

* Change version to 1.2.0
  • Loading branch information
mddubey authored May 4, 2020
1 parent b7fdeae commit b594575
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
12 changes: 6 additions & 6 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments</artifactId>
<version>1.2.0</version>
</parent>

<artifactId>appointments-api</artifactId>
<packaging>jar</packaging>
<name>appointments API</name>
Expand Down Expand Up @@ -93,12 +99,6 @@
</plugins>
</build>

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>appointments</artifactId>
<version>1.2-SNAPSHOT</version>
</parent>

<dependencies>
<!-- Begin OpenMRS core -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.bahmni.module</groupId>
<artifactId>appointments</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>appointments-omod</artifactId>
Expand Down
13 changes: 5 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.bahmni.module</groupId>
<artifactId>appointments</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>Bahmni Appointment Scheduling</name>
<description>OpenMRS Module Scheduling and managing Appointments.</description>
Expand Down Expand Up @@ -105,13 +105,6 @@
<!-- </configuration>-->
<!-- </plugin>-->
<!-- </plugins>-->
<extensions>
<extension>
<groupId>org.kuali.maven.wagons</groupId>
<artifactId>maven-s3-wagon</artifactId>
<version>1.2.1</version>
</extension>
</extensions>
</build>

<dependencyManagement>
Expand Down Expand Up @@ -291,6 +284,10 @@
<id>nexus-sonatype</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>nexus-sonatype</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>
</distributionManagement>

<profiles>
Expand Down

0 comments on commit b594575

Please sign in to comment.