Skip to content

Commit

Permalink
O3-3511: Project that publishes a content package as a Maven artifact…
Browse files Browse the repository at this point in the history
… - fix to build failure
  • Loading branch information
Amos Laboso committed Jan 6, 2025
1 parent 61b150f commit 2b9cfa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<executions>
<execution>
<id>validate-content-package</id>
Expand All @@ -147,7 +147,7 @@
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<version>1.8.0</version>
<version>1.9.0-SNAPSHOT</version>
<executions>
<execution>
<id>validate-content-package</id>
Expand All @@ -166,7 +166,7 @@
<goal>validate-configurations</goal>
</goals>
<configuration>
<sourceDir>${project.basedir}/configs/backend_config</sourceDir>
<sourceDir>${project.basedir}/configuration/backend_config</sourceDir>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 2b9cfa0

Please sign in to comment.