Skip to content

Commit

Permalink
maven deploy cicd fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 3, 2024
1 parent c5e75e5 commit 7973e35
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
with:
distribution: 'temurin'
java-version: '8'
server-id: mks-nexus
server-id: mks-repo
server-username: $MAVEN_USERNAME
server-password: $MAVEN_TOKEN

Expand Down
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyacore</artifactId>
<version>3.0.1</version>
<version>2.9.1</version>
</parent>

<artifactId>kenyacore-api</artifactId>
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.openmrs.module</groupId>
<artifactId>kenyacore</artifactId>
<version>3.0.1</version>
<version>2.9.1</version>
</parent>

<artifactId>kenyacore-omod</artifactId>
Expand Down
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>kenyacore</artifactId>
<version>3.0.1</version>
<version>2.9.1</version>

<packaging>pom</packaging>
<name>KenyaCore</name>
Expand Down Expand Up @@ -250,16 +250,16 @@
</pluginRepository>
</pluginRepositories>

<distributionManagement>
<repository>
<id>mks-repo</id>
<name>Mekom Solutions Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>mks-repo-snapshots</id>
<name>Mekom Solutions Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
</snapshotRepository>
<distributionManagement>
<repository>
<id>mks-repo</id>
<name>Mekom Solutions Nexus Releases</name>
<url>https://nexus.mekomsolutions.net/repository/maven-releases</url>
</repository>
<snapshotRepository>
<id>mks-repo-snapshots</id>
<name>Mekom Solutions Nexus Snapshots</name>
<url>https://nexus.mekomsolutions.net/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
</project>

0 comments on commit 7973e35

Please sign in to comment.