Skip to content

Commit

Permalink
Release 1.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kdaud committed Jun 20, 2024
1 parent 96373ee commit 51de160
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion distro/configs/superset/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.11</version>
<relativePath>../../../maven-commons</relativePath>
</parent>

Expand Down
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.11</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand All @@ -30,11 +30,11 @@
<!-- Dependency versions -->
<referenceapplicationDistroVersion>3.0.0-beta.21</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.1.0-SNAPSHOT</eipOpenMRSSenaiteVersion>
<eipOdooOpenMRSVersion>2.1.0-SNAPSHOT</eipOdooOpenMRSVersion>
<eipERPNextOpenMRSVersion>1.1.0-SNAPSHOT</eipERPNextOpenMRSVersion>
<eipOpenMRSSenaiteVersion>2.0.0</eipOpenMRSSenaiteVersion>
<eipOdooOpenMRSVersion>2.0.0</eipOdooOpenMRSVersion>
<eipERPNextOpenMRSVersion>1.1.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.11</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ under the License.
<requiredProperty key="version">
<!-- Work-around for https://issues.apache.org/jira/browse/ARCHETYPE-308
By using an expression, we should prompt for the value, with a default of 1.0.0-SNAPSHOT -->
<defaultValue>${package.getClass().forName("java.lang.String").getConstructor($package.getClass().forName("java.lang.String")).newInstance("1.0.0-SNAPSHOT")}</defaultValue>
<defaultValue>${package.getClass().forName("java.lang.String").getConstructor($package.getClass().forName("java.lang.String")).newInstance("1.0.0-alpha.11")}</defaultValue>
</requiredProperty>
</requiredProperties>

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.11</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.11
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.11</version>
</parent>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion 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.11</version>
<name>Ozone Maven Commons</name>
<description>Parent project for Ozone containing shared dependency versions and settings</description>
<packaging>pom</packaging>
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.11</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.11</ozone.version>
<ozone-scripts.version>1.0.0-alpha.11</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.11</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.11</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.11</ozoneDistroVersion>
<ozoneDockerComposeVersion>1.0.0-alpha.11</ozoneDockerComposeVersion>

<!-- Classifier for the dependency report artifact -->
<dependencyReportClassifier>dependencies</dependencyReportClassifier>
Expand Down
2 changes: 1 addition & 1 deletion 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.11</version>
<relativePath>../maven-commons</relativePath>
</parent>

Expand Down

0 comments on commit 51de160

Please sign in to comment.