Skip to content

Commit

Permalink
Merge pull request #52 from palladiumkenya/ci/update
Browse files Browse the repository at this point in the history
fix : fix typo in snapshot
  • Loading branch information
donaldkibet authored Mar 4, 2025
2 parents d9461af + b5fcfd3 commit 224807e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
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.2-SNAPSHOOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>kenyacore-api</artifactId>
Expand Down
11 changes: 7 additions & 4 deletions omod/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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.openmrs.module</groupId>
<artifactId>kenyacore</artifactId>
<version>3.0.2-SNAPSHOOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>kenyacore-omod</artifactId>
Expand Down Expand Up @@ -64,7 +66,8 @@
<includeEmptyDirs>true</includeEmptyDirs>
</configuration>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings
<!--This
plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
Expand Down Expand Up @@ -151,4 +154,4 @@
</plugins>
</build>

</project>
</project>
2 changes: 1 addition & 1 deletion 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.2-SNAPSHOOT</version>
<version>3.0.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>KenyaCore</name>
Expand Down
2 changes: 1 addition & 1 deletion test/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.2-SNAPSHOOT</version>
<version>3.0.2-SNAPSHOT</version>
</parent>

<artifactId>kenyacore-test</artifactId>
Expand Down

0 comments on commit 224807e

Please sign in to comment.