File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class Program
19
19
/// The version of the Java CQL to ELM tool that this packager is compatible with.
20
20
/// Keep this in sync with <cql.version> in the pom.xml file in this repository.
21
21
/// </summary>
22
- private const string JavaToolVersion = "3.27 .0" ;
22
+ private const string JavaToolVersion = "3.28 .0" ;
23
23
24
24
internal static readonly string Disclaimer =
25
25
Environment . NewLine +
Original file line number Diff line number Diff line change 17
17
18
18
After that, build the Cql project in Visual Studio, which will download the tooling again into target/dependency.
19
19
-->
20
- <CqlToElmCliVersion >3.1 .0</CqlToElmCliVersion >
20
+ <CqlToElmCliVersion >3.28 .0</CqlToElmCliVersion >
21
21
<TargetDependencies >$(MSBuildThisFileDirectory)target/dependency</TargetDependencies >
22
22
<PomXmlPath >$(MSBuildThisFileDirectory)pom.xml</PomXmlPath >
23
23
<Today >$([System.DateTime]::Now.ToString('yyyy-MM-dd-HH-mm-ss-fff'))</Today >
Original file line number Diff line number Diff line change 22
22
23
23
After that, build the Cql project in Visual Studio, which will download the tooling again into target/dependency.
24
24
-->
25
- <cql .version>3.27 .0</cql .version>
25
+ <cql .version>3.28 .0</cql .version>
26
26
</properties >
27
27
<repositories >
28
28
<repository >
You can’t perform that action at this time.
0 commit comments