Skip to content

Commit ab5f7fe

Browse files
committed
Update Java tooling to v3.28.0
1 parent 85f6a7b commit ab5f7fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cql/PackagerCLI/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public class Program
1919
/// The version of the Java CQL to ELM tool that this packager is compatible with.
2020
/// Keep this in sync with <cql.version> in the pom.xml file in this repository.
2121
/// </summary>
22-
private const string JavaToolVersion = "3.27.0";
22+
private const string JavaToolVersion = "3.28.0";
2323

2424
internal static readonly string Disclaimer =
2525
Environment.NewLine +

Demo/Cql/Build/Mvn.Targets.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
After that, build the Cql project in Visual Studio, which will download the tooling again into target/dependency.
1919
-->
20-
<CqlToElmCliVersion>3.1.0</CqlToElmCliVersion>
20+
<CqlToElmCliVersion>3.28.0</CqlToElmCliVersion>
2121
<TargetDependencies>$(MSBuildThisFileDirectory)target/dependency</TargetDependencies>
2222
<PomXmlPath>$(MSBuildThisFileDirectory)pom.xml</PomXmlPath>
2323
<Today>$([System.DateTime]::Now.ToString('yyyy-MM-dd-HH-mm-ss-fff'))</Today>

Demo/Cql/Build/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
After that, build the Cql project in Visual Studio, which will download the tooling again into target/dependency.
2424
-->
25-
<cql.version>3.27.0</cql.version>
25+
<cql.version>3.28.0</cql.version>
2626
</properties>
2727
<repositories>
2828
<repository>

0 commit comments

Comments
 (0)