Skip to content

Commit 99397a5

Browse files
committed
Rev to 3.19.0-SNAPSHOT
1 parent 9db776e commit 99397a5

File tree

13 files changed

+56
-56
lines changed

13 files changed

+56
-56
lines changed

cqf-fhir-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-api</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (APIs)</name>
1010
<description>FHIR Repository APIs used by this project. Implement these to incorporate clinical reasoning on your platform</description>
1111

1212
<parent>
1313
<groupId>org.opencds.cqf.fhir</groupId>
1414
<artifactId>cqf-fhir</artifactId>
15-
<version>3.18.0</version>
15+
<version>3.19.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>

cqf-fhir-benchmark/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-benchmark</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (Benchmarks)</name>
1010
<description>Tests validating performance of FHIR Clinical Reasoning operations</description>
1111

1212
<parent>
1313
<groupId>org.opencds.cqf.fhir</groupId>
1414
<artifactId>cqf-fhir</artifactId>
15-
<version>3.18.0</version>
15+
<version>3.19.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.fhir</groupId>
2121
<artifactId>cqf-fhir-cr</artifactId>
22-
<version>3.18.0</version>
22+
<version>3.19.0-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.opencds.cqf.fhir</groupId>
2626
<artifactId>cqf-fhir-test</artifactId>
27-
<version>3.18.0</version>
27+
<version>3.19.0-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.openjdk.jmh</groupId>
@@ -34,14 +34,14 @@
3434
<dependency>
3535
<groupId>org.opencds.cqf.fhir</groupId>
3636
<artifactId>cqf-fhir-cr</artifactId>
37-
<version>3.18.0</version>
37+
<version>3.19.0-SNAPSHOT</version>
3838
<!--TODO: test-jars don't seem to work very well. Need to investigate some alternatives -->
3939
<type>test-jar</type>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.opencds.cqf.fhir</groupId>
4343
<artifactId>cqf-fhir-jackson</artifactId>
44-
<version>3.18.0</version>
44+
<version>3.19.0-SNAPSHOT</version>
4545
<type>pom</type>
4646
<scope>test</scope>
4747
</dependency>

cqf-fhir-bom/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,60 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-bom</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>FHIR Clinical Reasoning (Bill Of Materials)</name>
1111
<description>This bom can be used to simplify dependency management when using this project</description>
1212

1313
<parent>
1414
<groupId>org.opencds.cqf.fhir</groupId>
1515
<artifactId>cqf-fhir</artifactId>
16-
<version>3.18.0</version>
16+
<version>3.19.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<dependencyManagement>
2020
<dependencies>
2121
<dependency>
2222
<groupId>org.opencds.cqf.fhir</groupId>
2323
<artifactId>cqf-fhir-api</artifactId>
24-
<version>3.18.0</version>
24+
<version>3.19.0-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.opencds.cqf.fhir</groupId>
2828
<artifactId>cqf-fhir-test</artifactId>
29-
<version>3.18.0</version>
29+
<version>3.19.0-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.opencds.cqf.fhir</groupId>
3333
<artifactId>cqf-fhir-utility</artifactId>
34-
<version>3.18.0</version>
34+
<version>3.19.0-SNAPSHOT</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.opencds.cqf.fhir</groupId>
3838
<artifactId>cqf-fhir-cql</artifactId>
39-
<version>3.18.0</version>
39+
<version>3.19.0-SNAPSHOT</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.opencds.cqf.fhir</groupId>
4343
<artifactId>cqf-fhir-jackson</artifactId>
44-
<version>3.18.0</version>
44+
<version>3.19.0-SNAPSHOT</version>
4545
<type>pom</type>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.opencds.cqf.fhir</groupId>
4949
<artifactId>cqf-fhir-jaxb</artifactId>
50-
<version>3.18.0</version>
50+
<version>3.19.0-SNAPSHOT</version>
5151
<type>pom</type>
5252
</dependency>
5353
<dependency>
5454
<groupId>org.opencds.cqf.fhir</groupId>
5555
<artifactId>cqf-fhir-cr</artifactId>
56-
<version>3.18.0</version>
56+
<version>3.19.0-SNAPSHOT</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.opencds.cqf.fhir</groupId>
6060
<artifactId>cqf-fhir-cr-cli</artifactId>
61-
<version>3.18.0</version>
61+
<version>3.19.0-SNAPSHOT</version>
6262
</dependency>
6363
</dependencies>
6464
</dependencyManagement>

cqf-fhir-cql/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-cql</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (CQL)</name>
1010
<description>Tools, utilities, code gen to support CQL in FHIR Clinical Reasoning operations</description>
1111

1212
<parent>
1313
<groupId>org.opencds.cqf.fhir</groupId>
1414
<artifactId>cqf-fhir</artifactId>
15-
<version>3.18.0</version>
15+
<version>3.19.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.fhir</groupId>
2121
<artifactId>cqf-fhir-api</artifactId>
22-
<version>3.18.0</version>
22+
<version>3.19.0-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.opencds.cqf.fhir</groupId>
2626
<artifactId>cqf-fhir-utility</artifactId>
27-
<version>3.18.0</version>
27+
<version>3.19.0-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.mockito</groupId>
@@ -62,13 +62,13 @@
6262
<dependency>
6363
<groupId>org.opencds.cqf.fhir</groupId>
6464
<artifactId>cqf-fhir-test</artifactId>
65-
<version>3.18.0</version>
65+
<version>3.19.0-SNAPSHOT</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.opencds.cqf.fhir</groupId>
7070
<artifactId>cqf-fhir-jackson</artifactId>
71-
<version>3.18.0</version>
71+
<version>3.19.0-SNAPSHOT</version>
7272
<type>pom</type>
7373
<scope>test</scope>
7474
</dependency>

cqf-fhir-cr-cli/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,36 @@
66

77
<groupId>org.opencds.cqf.fhir</groupId>
88
<artifactId>cqf-fhir-cr-cli</artifactId>
9-
<version>3.18.0</version>
9+
<version>3.19.0-SNAPSHOT</version>
1010
<name>FHIR Clinical Reasoning (CLI)</name>
1111
<description>CLI for running FHIR Clincial Reasoning operations</description>
1212

1313
<parent>
1414
<groupId>org.opencds.cqf.fhir</groupId>
1515
<artifactId>cqf-fhir</artifactId>
16-
<version>3.18.0</version>
16+
<version>3.19.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<dependencies>
2020
<dependency>
2121
<groupId>org.opencds.cqf.fhir</groupId>
2222
<artifactId>cqf-fhir-api</artifactId>
23-
<version>3.18.0</version>
23+
<version>3.19.0-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>org.opencds.cqf.fhir</groupId>
2727
<artifactId>cqf-fhir-utility</artifactId>
28-
<version>3.18.0</version>
28+
<version>3.19.0-SNAPSHOT</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.opencds.cqf.fhir</groupId>
3232
<artifactId>cqf-fhir-cql</artifactId>
33-
<version>3.18.0</version>
33+
<version>3.19.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.opencds.cqf.fhir</groupId>
3737
<artifactId>cqf-fhir-jackson</artifactId>
38-
<version>3.18.0</version>
38+
<version>3.19.0-SNAPSHOT</version>
3939
<type>pom</type>
4040
</dependency>
4141
<dependency>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.opencds.cqf.fhir</groupId>
7171
<artifactId>cqf-fhir-test</artifactId>
72-
<version>3.18.0</version>
72+
<version>3.19.0-SNAPSHOT</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

cqf-fhir-cr-spring/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77

88
<groupId>org.opencds.cqf.fhir</groupId>
99
<artifactId>cqf-fhir-cr-spring</artifactId>
10-
<version>3.18.0</version>
10+
<version>3.19.0-SNAPSHOT</version>
1111
<name>FHIR Clinical Reasoning (Spring)</name>
1212
<description>Spring configurations for FHIR Clinical Reasoning</description>
1313

1414
<parent>
1515
<groupId>org.opencds.cqf.fhir</groupId>
1616
<artifactId>cqf-fhir</artifactId>
17-
<version>3.18.0</version>
17+
<version>3.19.0-SNAPSHOT</version>
1818
</parent>
1919

2020
<dependencies>
2121
<dependency>
2222
<groupId>org.opencds.cqf.fhir</groupId>
2323
<artifactId>cqf-fhir-cr</artifactId>
24-
<version>3.18.0</version>
24+
<version>3.19.0-SNAPSHOT</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.springframework</groupId>

cqf-fhir-cr/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,45 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-cr</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (Operations)</name>
1010
<description>Implementations of clinical reasoning operations</description>
1111

1212
<parent>
1313
<groupId>org.opencds.cqf.fhir</groupId>
1414
<artifactId>cqf-fhir</artifactId>
15-
<version>3.18.0</version>
15+
<version>3.19.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.fhir</groupId>
2121
<artifactId>cqf-fhir-api</artifactId>
22-
<version>3.18.0</version>
22+
<version>3.19.0-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.opencds.cqf.fhir</groupId>
2626
<artifactId>cqf-fhir-cql</artifactId>
27-
<version>3.18.0</version>
27+
<version>3.19.0-SNAPSHOT</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>org.opencds.cqf.fhir</groupId>
3131
<artifactId>cqf-fhir-utility</artifactId>
32-
<version>3.18.0</version>
32+
<version>3.19.0-SNAPSHOT</version>
3333
</dependency>
3434

3535
<!-- test dependencies-->
3636
<dependency>
3737
<groupId>org.opencds.cqf.fhir</groupId>
3838
<artifactId>cqf-fhir-jackson</artifactId>
39-
<version>3.18.0</version>
39+
<version>3.19.0-SNAPSHOT</version>
4040
<type>pom</type>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.opencds.cqf.fhir</groupId>
4545
<artifactId>cqf-fhir-test</artifactId>
46-
<version>3.18.0</version>
46+
<version>3.19.0-SNAPSHOT</version>
4747
<scope>test</scope>
4848
</dependency>
4949
<dependency>

cqf-fhir-jackson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-jackson</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>FHIR Clinical Reasoning (Jackson)</name>
1111
<description>Aggregator module for Jackson dependencies</description>
1212

1313
<parent>
1414
<groupId>org.opencds.cqf.fhir</groupId>
1515
<artifactId>cqf-fhir</artifactId>
16-
<version>3.18.0</version>
16+
<version>3.19.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<dependencies>

cqf-fhir-jaxb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-jaxb</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<packaging>pom</packaging>
1010
<name>FHIR Clinical Reasoning (JAXB)</name>
1111
<description>Aggregator module for JAXB dependencies</description>
1212

1313
<parent>
1414
<groupId>org.opencds.cqf.fhir</groupId>
1515
<artifactId>cqf-fhir</artifactId>
16-
<version>3.18.0</version>
16+
<version>3.19.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<dependencies>

cqf-fhir-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55

66
<groupId>org.opencds.cqf.fhir</groupId>
77
<artifactId>cqf-fhir-test</artifactId>
8-
<version>3.18.0</version>
8+
<version>3.19.0-SNAPSHOT</version>
99
<name>FHIR Clinical Reasoning (Test Utilities)</name>
1010
<description>Utilities to support unit testing clinical reasoning operations</description>
1111

1212
<parent>
1313
<groupId>org.opencds.cqf.fhir</groupId>
1414
<artifactId>cqf-fhir</artifactId>
15-
<version>3.18.0</version>
15+
<version>3.19.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<dependencies>
1919
<dependency>
2020
<groupId>org.opencds.cqf.fhir</groupId>
2121
<artifactId>cqf-fhir-api</artifactId>
22-
<version>3.18.0</version>
22+
<version>3.19.0-SNAPSHOT</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>ca.uhn.hapi.fhir</groupId>

0 commit comments

Comments
 (0)