Skip to content

Commit

Permalink
Release 1.0.0-alpha.10
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed May 27, 2024
1 parent 38916b0 commit 9e5cdb0
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
10 changes: 5 additions & 5 deletions distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand All @@ -30,11 +30,11 @@
<!-- Dependency versions -->
<referenceapplicationDistroVersion>3.0.0-beta.18</referenceapplicationDistroVersion>
<odoo_initializerVersion>2.1.0</odoo_initializerVersion>
<commonreportsVersion>1.5.0-SNAPSHOT</commonreportsVersion>
<commonreportsVersion>1.4.2</commonreportsVersion>
<patientsummaryVersion>2.2.0</patientsummaryVersion>
<eipOpenMRSSenaiteVersion>2.0.0-SNAPSHOT</eipOpenMRSSenaiteVersion>
<eipOdooOpenMRSVersion>2.0.0-SNAPSHOT</eipOdooOpenMRSVersion>
<eipERPNextOpenMRSVersion>1.0.0-SNAPSHOT</eipERPNextOpenMRSVersion>
<eipOpenMRSSenaiteVersion>2.0.0</eipOpenMRSSenaiteVersion>
<eipOdooOpenMRSVersion>2.0.0</eipOdooOpenMRSVersion>
<eipERPNextOpenMRSVersion>1.0.0</eipERPNextOpenMRSVersion>

<!-- EIP Routes artifact Ids -->
<eipOpenMRSSenaiteArtifactId>eip-openmrs-senaite</eipOpenMRSSenaiteArtifactId>
Expand Down
2 changes: 1 addition & 1 deletion maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
</parent>

<groupId>${groupId}</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
groupId=archetype.it
artifactId=ozone-basic
version=1.0.0-SNAPSHOT
version=1.0.0-alpha.10
distributionName=basicDistribution
package=it.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
</parent>

<groupId>archetype.it</groupId>
<artifactId>ozone-basic</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
4 changes: 2 additions & 2 deletions maven-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<name>Ozone Maven Commons</name>
<description>Parent project for Ozone containing shared dependency versions and settings</description>
<packaging>pom</packaging>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>net.mekomsolutions.maven.plugin</groupId>
<artifactId>dependency-tracker-maven-plugin</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
6 changes: 3 additions & 3 deletions maven-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand All @@ -33,8 +33,8 @@

<ozone.artifactId>ozone</ozone.artifactId>
<ozone.groupId>com.ozonehis</ozone.groupId>
<ozone.version>1.0.0-SNAPSHOT</ozone.version>
<ozone-scripts.version>1.0.0-SNAPSHOT</ozone-scripts.version>
<ozone.version>1.0.0-alpha.10</ozone.version>
<ozone-scripts.version>1.0.0-alpha.10</ozone-scripts.version>

</properties>

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<relativePath>maven-commons</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>ozone</artifactId>
<name>Ozone</name>
<description>The enterprise-grade health information system built with OpenMRS 3</description>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<packaging>pom</packaging>

<organization>
Expand All @@ -29,8 +29,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Dependency versions -->
<ozoneDistroVersion>1.0.0-SNAPSHOT</ozoneDistroVersion>
<ozoneDockerComposeVersion>1.0.0-SNAPSHOT</ozoneDockerComposeVersion>
<ozoneDistroVersion>1.0.0-alpha.10</ozoneDistroVersion>
<ozoneDockerComposeVersion>1.0.0-alpha.10</ozoneDockerComposeVersion>

<!-- Classifier for the dependency report artifact -->
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
Expand Down
4 changes: 2 additions & 2 deletions scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.ozonehis</groupId>
<artifactId>maven-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-alpha.10</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand Down Expand Up @@ -86,4 +86,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 9e5cdb0

Please sign in to comment.