Skip to content
This repository has been archived by the owner on Mar 25, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openmrs-bot committed Nov 6, 2018
1 parent 292b328 commit 2f56da2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
5 changes: 2 additions & 3 deletions api/pom.xml
Expand Up @@ -12,14 +12,13 @@
Copyright (C) OpenMRS, LLC. All Rights Reserved.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>fhir</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
</parent>

<artifactId>fhir-api</artifactId>
Expand Down
9 changes: 4 additions & 5 deletions omod/pom.xml
Expand Up @@ -12,14 +12,13 @@
Copyright (C) OpenMRS, LLC. All Rights Reserved.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>fhir</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
</parent>

<artifactId>fhir-omod</artifactId>
Expand Down Expand Up @@ -204,7 +203,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -217,7 +216,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore/>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Expand Up @@ -13,13 +13,12 @@
Copyright (C) OpenMRS, LLC. All Rights Reserved.
-->

<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.openmrs.module</groupId>
<artifactId>fhir</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
<packaging>pom</packaging>
<name>FHIR Module</name>
<description>This module expose OpenMRS resources through FHIR API</description>
Expand Down Expand Up @@ -53,7 +52,7 @@
<connection>scm:git:git@github.com:openmrs/openmrs-module-fhir.git</connection>
<developerConnection>scm:git:git@github.com:openmrs/openmrs-module-fhir.git</developerConnection>
<url>https://github.com/openmrs/openmrs-module-fhir</url>
<tag>HEAD</tag>
<tag>1.14.0</tag>
</scm>

<modules>
Expand Down

0 comments on commit 2f56da2

Please sign in to comment.