Skip to content

Commit 79f83c9

Browse files
author
idaas-bot
committed
[ci skip]prepare release v2022.04.18
1 parent 4f2219a commit 79f83c9

File tree

7 files changed

+16
-8
lines changed

7 files changed

+16
-8
lines changed

iDaaS-Connect-Cloud/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.cloud</groupId>
66
<artifactId>io.connectedhealth_idaas.cloud</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>

iDaaS-Connect-EDI/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.edi</groupId>
66
<artifactId>io.connectedhealth_idaas.edi</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>

iDaaS-Connect-FHIR/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.fhir</groupId>
66
<artifactId>io.connectedhealth_idaas.fhir</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>

iDaaS-Connect-HL7/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.hl7</groupId>
66
<artifactId>io.connectedhealth_idaas.hl7</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>
@@ -216,4 +216,8 @@
216216
</plugin>
217217
</plugins>
218218
</build>
219+
220+
<scm>
221+
<tag>v2022.04.18</tag>
222+
</scm>
219223
</project>

iDaaS-Connect-SAP/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.sap</groupId>
66
<artifactId>io.connectedhealth_idaas.sap</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>

iDaaS-Connect-ThirdParty/pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--Internal Project Details-->
55
<groupId>io.connectedhealth_idaas.thirdparty</groupId>
66
<artifactId>io.connectedhealth_idaas.thirdparty</artifactId>
7-
<version>2022.04.18-SNAPSHOT</version>
7+
<version>2022.04.18</version>
88

99
<properties>
1010
<camel.version>3.14.0</camel.version>
@@ -178,5 +178,9 @@
178178
</plugin>
179179
</plugins>
180180
</build>
181+
182+
<scm>
183+
<tag>v2022.04.18</tag>
184+
</scm>
181185
</project>
182186

pom.xml

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

77
<groupId>io.connectedhealth_idaas</groupId>
88
<artifactId>idaas-connect</artifactId>
9-
<version>2022.04.18-SNAPSHOT</version>
9+
<version>2022.04.18</version>
1010
<name>iDAAS Connect</name>
1111
<packaging>pom</packaging>
1212

1313
<scm>
1414
<connection>scm:git:https://github.com/Project-Herophilus/iDaaS-Connect.git</connection>
1515
<url>https://github.com/Project-Herophilus/iDaaS-Connect</url>
1616
<developerConnection>scm:git:https://github.com/Project-Herophilus/iDaaS-Connect</developerConnection>
17-
<tag>v1.0.0</tag>
17+
<tag>v2022.04.18</tag>
1818
</scm>
1919

2020
<properties>

0 commit comments

Comments
 (0)