Skip to content

Commit

Permalink
Update pom.xml to bump initializer-validator version to 2.8.0-SNAPSHO…
Browse files Browse the repository at this point in the history
…T and update repositories url for child-test-parent pom xml (#27)

Co-authored-by: Amos Laboso <alaboso@uonbi.ac.ke>
  • Loading branch information
alaboso and Amos Laboso committed Sep 20, 2024
1 parent 4adb6c6 commit 533fdd4
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 9 deletions.
21 changes: 20 additions & 1 deletion integration-tests/src/test/resources/config-test-child/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<executions>
<execution>
<id>generate-resource-filters</id>
Expand Down Expand Up @@ -46,4 +46,23 @@
</plugins>
</build>

<pluginRepositories>
<pluginRepository>
<id>openmrs-repo</id>
<name>OpenMRS Public Repository</name>
<url>https://mavenrepo.openmrs.org/public</url>
</pluginRepository>
<pluginRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Public Repository</name>
<url>https://mavenrepo.openmrs.org/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

</project>
22 changes: 15 additions & 7 deletions integration-tests/src/test/resources/config-test-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
<executions>
<execution>
<id>generate-resource-filters</id>
Expand Down Expand Up @@ -44,12 +44,20 @@

<pluginRepositories>
<pluginRepository>
<id>openmrs-repo</id>
<name>OpenMRS Nexus Repository</name>
<url>https://mavenrepo.openmrs.org/nexus/content/repositories/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>openmrs-repo</id>
<name>OpenMRS Public Repository</name>
<url>https://mavenrepo.openmrs.org/public</url>
</pluginRepository>
<pluginRepository>
<id>openmrs-repo-snapshots</id>
<name>OpenMRS Public Repository</name>
<url>https://mavenrepo.openmrs.org/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</pluginRepository>
</pluginRepositories>

Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>initializer-validator</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</dependency>

<!-- For reading YAML and JSON files -->
Expand Down Expand Up @@ -192,6 +192,11 @@
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>mks-repo</id>
<name>Mekom Solutions Maven repository</name>
<url>https://nexus.mekomsolutions.net/repository/maven-public</url>
</repository>
</repositories>

<distributionManagement>
Expand Down

0 comments on commit 533fdd4

Please sign in to comment.