Skip to content

Commit

Permalink
try to fix Wiki documentatoin
Browse files Browse the repository at this point in the history
  • Loading branch information
unixoid committed Mar 22, 2017
1 parent 2e06e7d commit b707462
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 8 deletions.
2 changes: 2 additions & 0 deletions boot/ipf-atna-spring-boot-starter/pom.xml
Expand Up @@ -9,6 +9,8 @@
</parent>

<artifactId>ipf-atna-spring-boot-starter</artifactId>
<name>ipf-atna-spring-boot-starter</name>
<description>Spring Boot support for Audit Trail</description>

<dependencies>
<dependency>
Expand Down
5 changes: 3 additions & 2 deletions boot/ipf-fhir-spring-boot-starter/pom.xml
Expand Up @@ -8,10 +8,11 @@
<version>3.3-SNAPSHOT</version>
</parent>

<artifactId>ipf-fhir-spring-boot-starter</artifactId>
<artifactId>ipf-fhir-spring-boot-starter</artifactId>
<name>ipf-fhir-spring-boot-starter</name>
<description>Spring Boot support for FHIR components</description>

<dependencies>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down
5 changes: 3 additions & 2 deletions boot/ipf-hl7-spring-boot-starter/pom.xml
Expand Up @@ -8,10 +8,11 @@
<version>3.3-SNAPSHOT</version>
</parent>

<artifactId>ipf-hl7-spring-boot-starter</artifactId>
<artifactId>ipf-hl7-spring-boot-starter</artifactId>
<name>ipf-hl7-spring-boot-starter</name>
<description>Spring Boot support for HL7 v2 components</description>

<dependencies>

<!-- Camel Spring Boot Support -->
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
4 changes: 3 additions & 1 deletion boot/ipf-hl7v3-spring-boot-starter/pom.xml
Expand Up @@ -9,9 +9,11 @@
</parent>

<artifactId>ipf-hl7v3-spring-boot-starter</artifactId>
<name>ipf-hl7v3-spring-boot-starter</name>
<description>Spring Boot support for HL7 v3 components</description>

<dependencies>

<!-- Camel Spring Boot Support -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion boot/ipf-hpd-spring-boot-starter/pom.xml
Expand Up @@ -9,9 +9,11 @@
</parent>

<artifactId>ipf-hpd-spring-boot-starter</artifactId>
<name>ipf-hpd-spring-boot-starter</name>
<description>Spring Boot support for HPD components</description>

<dependencies>

<!-- Camel Spring Boot Support -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion boot/ipf-spring-boot-starter/pom.xml
Expand Up @@ -8,7 +8,9 @@
<version>3.3-SNAPSHOT</version>
</parent>

<artifactId>ipf-spring-boot-starter</artifactId>
<artifactId>ipf-spring-boot-starter</artifactId>
<name>ipf-spring-boot-starter</name>
<description>Generic Spring Boot support</description>

<dependencies>
<dependency>
Expand Down
3 changes: 2 additions & 1 deletion boot/ipf-xds-spring-boot-starter/pom.xml
Expand Up @@ -9,9 +9,10 @@
</parent>

<artifactId>ipf-xds-spring-boot-starter</artifactId>
<name>ipf-xds-spring-boot-starter</name>
<description>Spring Boot support for XD* components</description>

<dependencies>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
Expand Down
2 changes: 2 additions & 0 deletions boot/pom.xml
Expand Up @@ -11,6 +11,8 @@
<groupId>org.openehealth.ipf.boot</groupId>
<artifactId>ipf-spring-boot</artifactId>
<packaging>pom</packaging>
<name>ipf-spring-boot</name>
<description>Spring Boot support for IPF</description>

<modules>
<module>ipf-spring-boot-starter</module>
Expand Down

0 comments on commit b707462

Please sign in to comment.