|
5 | 5 |
|
6 | 6 | <groupId>org.opencds.cqf.fhir</groupId> |
7 | 7 | <artifactId>cqf-fhir-bom</artifactId> |
8 | | - <version>3.18.0</version> |
| 8 | + <version>3.19.0-SNAPSHOT</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <name>FHIR Clinical Reasoning (Bill Of Materials)</name> |
11 | 11 | <description>This bom can be used to simplify dependency management when using this project</description> |
12 | 12 |
|
13 | 13 | <parent> |
14 | 14 | <groupId>org.opencds.cqf.fhir</groupId> |
15 | 15 | <artifactId>cqf-fhir</artifactId> |
16 | | - <version>3.18.0</version> |
| 16 | + <version>3.19.0-SNAPSHOT</version> |
17 | 17 | </parent> |
18 | 18 |
|
19 | 19 | <dependencyManagement> |
20 | 20 | <dependencies> |
21 | 21 | <dependency> |
22 | 22 | <groupId>org.opencds.cqf.fhir</groupId> |
23 | 23 | <artifactId>cqf-fhir-api</artifactId> |
24 | | - <version>3.18.0</version> |
| 24 | + <version>3.19.0-SNAPSHOT</version> |
25 | 25 | </dependency> |
26 | 26 | <dependency> |
27 | 27 | <groupId>org.opencds.cqf.fhir</groupId> |
28 | 28 | <artifactId>cqf-fhir-test</artifactId> |
29 | | - <version>3.18.0</version> |
| 29 | + <version>3.19.0-SNAPSHOT</version> |
30 | 30 | </dependency> |
31 | 31 | <dependency> |
32 | 32 | <groupId>org.opencds.cqf.fhir</groupId> |
33 | 33 | <artifactId>cqf-fhir-utility</artifactId> |
34 | | - <version>3.18.0</version> |
| 34 | + <version>3.19.0-SNAPSHOT</version> |
35 | 35 | </dependency> |
36 | 36 | <dependency> |
37 | 37 | <groupId>org.opencds.cqf.fhir</groupId> |
38 | 38 | <artifactId>cqf-fhir-cql</artifactId> |
39 | | - <version>3.18.0</version> |
| 39 | + <version>3.19.0-SNAPSHOT</version> |
40 | 40 | </dependency> |
41 | 41 | <dependency> |
42 | 42 | <groupId>org.opencds.cqf.fhir</groupId> |
43 | 43 | <artifactId>cqf-fhir-jackson</artifactId> |
44 | | - <version>3.18.0</version> |
| 44 | + <version>3.19.0-SNAPSHOT</version> |
45 | 45 | <type>pom</type> |
46 | 46 | </dependency> |
47 | 47 | <dependency> |
48 | 48 | <groupId>org.opencds.cqf.fhir</groupId> |
49 | 49 | <artifactId>cqf-fhir-jaxb</artifactId> |
50 | | - <version>3.18.0</version> |
| 50 | + <version>3.19.0-SNAPSHOT</version> |
51 | 51 | <type>pom</type> |
52 | 52 | </dependency> |
53 | 53 | <dependency> |
54 | 54 | <groupId>org.opencds.cqf.fhir</groupId> |
55 | 55 | <artifactId>cqf-fhir-cr</artifactId> |
56 | | - <version>3.18.0</version> |
| 56 | + <version>3.19.0-SNAPSHOT</version> |
57 | 57 | </dependency> |
58 | 58 | <dependency> |
59 | 59 | <groupId>org.opencds.cqf.fhir</groupId> |
60 | 60 | <artifactId>cqf-fhir-cr-cli</artifactId> |
61 | | - <version>3.18.0</version> |
| 61 | + <version>3.19.0-SNAPSHOT</version> |
62 | 62 | </dependency> |
63 | 63 | </dependencies> |
64 | 64 | </dependencyManagement> |
|
0 commit comments