Skip to content

Commit

Permalink
[ci skip]prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
idaas-bot committed May 8, 2022
1 parent 79f83c9 commit 50d5457
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion iDaaS-Connect-Cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.cloud</groupId>
<artifactId>io.connectedhealth_idaas.cloud</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down
2 changes: 1 addition & 1 deletion iDaaS-Connect-EDI/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.edi</groupId>
<artifactId>io.connectedhealth_idaas.edi</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down
2 changes: 1 addition & 1 deletion iDaaS-Connect-FHIR/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.fhir</groupId>
<artifactId>io.connectedhealth_idaas.fhir</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down
6 changes: 1 addition & 5 deletions iDaaS-Connect-HL7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.hl7</groupId>
<artifactId>io.connectedhealth_idaas.hl7</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down Expand Up @@ -216,8 +216,4 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v2022.04.18</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion iDaaS-Connect-SAP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.sap</groupId>
<artifactId>io.connectedhealth_idaas.sap</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down
6 changes: 1 addition & 5 deletions iDaaS-Connect-ThirdParty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!--Internal Project Details-->
<groupId>io.connectedhealth_idaas.thirdparty</groupId>
<artifactId>io.connectedhealth_idaas.thirdparty</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>

<properties>
<camel.version>3.14.0</camel.version>
Expand Down Expand Up @@ -178,9 +178,5 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v2022.04.18</tag>
</scm>
</project>

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<groupId>io.connectedhealth_idaas</groupId>
<artifactId>idaas-connect</artifactId>
<version>2022.04.18</version>
<version>2022.04.19-SNAPSHOT</version>
<name>iDAAS Connect</name>
<packaging>pom</packaging>

<scm>
<connection>scm:git:https://github.com/Project-Herophilus/iDaaS-Connect.git</connection>
<url>https://github.com/Project-Herophilus/iDaaS-Connect</url>
<developerConnection>scm:git:https://github.com/Project-Herophilus/iDaaS-Connect</developerConnection>
<tag>v2022.04.18</tag>
<tag>v1.0.0</tag>
</scm>

<properties>
Expand Down

0 comments on commit 50d5457

Please sign in to comment.