Skip to content

Commit cba3efc

Browse files
committed
Release 1.0.0-alpha.13
1 parent 9f0a92f commit cba3efc

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

distro/configs/superset/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ozonehis</groupId>
99
<artifactId>maven-commons</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0-alpha.13</version>
1111
<relativePath>../../../maven-commons</relativePath>
1212
</parent>
1313

distro/pom.xml

+10-10
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ozonehis</groupId>
66
<artifactId>maven-commons</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0-alpha.13</version>
88
<relativePath>../maven-commons</relativePath>
99
</parent>
1010

@@ -29,20 +29,20 @@
2929

3030
<!-- Dependency versions -->
3131
<referenceapplicationDistroVersion>3.2.1</referenceapplicationDistroVersion>
32-
<odoo_initializerVersion>2.3.0-SNAPSHOT</odoo_initializerVersion>
32+
<odoo_initializerVersion>2.2.0</odoo_initializerVersion>
3333

3434
<!-- OpenMRS modules versions -->
35-
<commonreportsVersion>1.5.0-SNAPSHOT</commonreportsVersion>
36-
<oauth2loginVersion>1.6.0-SNAPSHOT</oauth2loginVersion>
37-
<fhirproxyVersion>1.1.0-SNAPSHOT</fhirproxyVersion>
35+
<commonreportsVersion>1.4.3</commonreportsVersion>
36+
<oauth2loginVersion>1.5.0</oauth2loginVersion>
37+
<fhirproxyVersion>1.0.0</fhirproxyVersion>
3838
<fhir2Version>2.3.0</fhir2Version>
3939
<patientsummaryVersion>2.2.0</patientsummaryVersion>
4040

4141
<!-- EIP Routes artifact versions -->
42-
<eipOpenMRSSenaiteVersion>2.2.0-SNAPSHOT</eipOpenMRSSenaiteVersion>
43-
<eipOdooOpenMRSVersion>2.2.0-SNAPSHOT</eipOdooOpenMRSVersion>
44-
<eipERPNextOpenMRSVersion>1.3.0-SNAPSHOT</eipERPNextOpenMRSVersion>
45-
<eipOpenMRSOrthancVersion>1.0.0-SNAPSHOT</eipOpenMRSOrthancVersion>
42+
<eipOpenMRSSenaiteVersion>2.1.0</eipOpenMRSSenaiteVersion>
43+
<eipOdooOpenMRSVersion>2.1.0</eipOdooOpenMRSVersion>
44+
<eipERPNextOpenMRSVersion>1.2.0</eipERPNextOpenMRSVersion>
45+
<eipOpenMRSOrthancVersion>0.1.0</eipOpenMRSOrthancVersion>
4646

4747
<!-- EIP Routes artifact Ids -->
4848
<eipOpenMRSSenaiteArtifactId>eip-openmrs-senaite</eipOpenMRSSenaiteArtifactId>
@@ -51,7 +51,7 @@
5151
<eipOpenMRSOrthancArtifactId>eip-openmrs-orthanc</eipOpenMRSOrthancArtifactId>
5252

5353
<!-- Ozone Analytics Queries -->
54-
<analyticsQueriesVersion>1.4.0-SNAPSHOT</analyticsQueriesVersion>
54+
<analyticsQueriesVersion>1.3.0</analyticsQueriesVersion>
5555
<analyticsQueriesArtifactId>analytics-queries</analyticsQueriesArtifactId>
5656

5757
<!-- Classifier for the dependency report artifact -->

maven-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.ozonehis</groupId>
66
<artifactId>maven-commons</artifactId>
7-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0-alpha.13</version>
88
<relativePath>../maven-commons</relativePath>
99
</parent>
1010

maven-archetype/src/main/resources/META-INF/maven/archetype-metadata.xml

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

maven-archetype/src/main/resources/archetype-resources/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.ozonehis</groupId>
77
<artifactId>maven-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-alpha.13</version>
99
</parent>
1010

1111
<groupId>${groupId}</groupId>
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
groupId=archetype.it
22
artifactId=ozone-basic
3-
version=1.0.0-SNAPSHOT
3+
version=1.0.0-alpha.13
44
distributionName=basicDistribution
55
package=it.pkg

maven-archetype/src/test/resources/projects/it-basic/reference/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>com.ozonehis</groupId>
77
<artifactId>maven-parent</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-alpha.13</version>
99
</parent>
1010

1111
<groupId>archetype.it</groupId>
1212
<artifactId>ozone-basic</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
13+
<version>1.0.0-alpha.13</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

maven-commons/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.ozonehis</groupId>
88
<artifactId>maven-commons</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
9+
<version>1.0.0-alpha.13</version>
1010
<name>Ozone Maven Commons</name>
1111
<description>Parent project for Ozone containing shared dependency versions and settings</description>
1212
<packaging>pom</packaging>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>net.mekomsolutions.maven.plugin</groupId>
9797
<artifactId>dependency-tracker-maven-plugin</artifactId>
98-
<version>1.1.0-SNAPSHOT</version>
98+
<version>1.0.0</version>
9999
</plugin>
100100
</plugins>
101101
</pluginManagement>

maven-parent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ozonehis</groupId>
99
<artifactId>maven-commons</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0-alpha.13</version>
1111
<relativePath>../maven-commons</relativePath>
1212
</parent>
1313

@@ -33,8 +33,8 @@
3333

3434
<ozone.artifactId>ozone</ozone.artifactId>
3535
<ozone.groupId>com.ozonehis</ozone.groupId>
36-
<ozone.version>1.0.0-SNAPSHOT</ozone.version>
37-
<ozone-scripts.version>1.0.0-SNAPSHOT</ozone-scripts.version>
36+
<ozone.version>1.0.0-alpha.13</ozone.version>
37+
<ozone-scripts.version>1.0.0-alpha.13</ozone-scripts.version>
3838
</properties>
3939

4040
<dependencies>
@@ -451,7 +451,7 @@
451451
<!-- Groovy template version-->
452452
<groovyTemplatesVersion>3.0.22</groovyTemplatesVersion>
453453
<!-- Ozone Bundled version-->
454-
<ozoneBundledDocker>1.0.0-SNAPSHOT</ozoneBundledDocker>
454+
<ozoneBundledDocker>1.0.0-alpha.13</ozoneBundledDocker>
455455
<!-- Fabric8 Docker Maven Plugin version-->
456456
<dockerMavenPlugin>0.45.0</dockerMavenPlugin>
457457
<!-- Docker push registry-->

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<groupId>com.ozonehis</groupId>
77
<artifactId>maven-commons</artifactId>
8-
<version>1.0.0-SNAPSHOT</version>
8+
<version>1.0.0-alpha.13</version>
99
<relativePath>maven-commons</relativePath>
1010
</parent>
1111

1212
<modelVersion>4.0.0</modelVersion>
1313
<artifactId>ozone</artifactId>
1414
<name>Ozone</name>
1515
<description>The enterprise-grade health information system built with OpenMRS 3</description>
16-
<version>1.0.0-SNAPSHOT</version>
16+
<version>1.0.0-alpha.13</version>
1717
<packaging>pom</packaging>
1818

1919
<organization>
@@ -31,8 +31,8 @@
3131
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3232

3333
<!-- Dependency versions -->
34-
<ozoneDistroVersion>1.0.0-SNAPSHOT</ozoneDistroVersion>
35-
<ozoneDockerComposeVersion>1.0.0-SNAPSHOT</ozoneDockerComposeVersion>
34+
<ozoneDistroVersion>1.0.0-alpha.13</ozoneDistroVersion>
35+
<ozoneDockerComposeVersion>1.0.0-alpha.13</ozoneDockerComposeVersion>
3636

3737
<!-- Classifier for the dependency report artifact -->
3838
<dependencyReportClassifier>dependencies</dependencyReportClassifier>

scripts/install-stable.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo ""
2222

2323

2424
# TODO: Upon release, replace this with the latest stable version
25-
ozoneVersion=${1:-1.0.0-SNAPSHOT}
25+
ozoneVersion=${1:-1.0.0-alpha.13}
2626

2727
echo "$INFO Ozone version: $ozoneVersion"
2828

@@ -67,7 +67,7 @@ cat >_temp_install-latest-ozone-pom.xml <<EOF
6767
<groupId>com.ozonehis</groupId>
6868
<name>Install Latest Ozone Helper</name>
6969
<description>Helper project to install the latest Ozone HIS</description>
70-
<version>1.0.0-SNAPSHOT</version>
70+
<version>1.0.0-alpha.13</version>
7171
<packaging>pom</packaging>
7272
7373
<organization>

scripts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.ozonehis</groupId>
99
<artifactId>maven-commons</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
10+
<version>1.0.0-alpha.13</version>
1111
<relativePath>../maven-commons</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)