From f993c55e7265cbd3bff05e99c020a086d51b2bec Mon Sep 17 00:00:00 2001 From: Jonathan Percival Date: Mon, 2 Dec 2024 15:54:59 -0700 Subject: [PATCH] Rev to 3.19.0 --- Src/java/buildSrc/src/main/groovy/cql.java-conventions.gradle | 2 +- Src/java/gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/java/buildSrc/src/main/groovy/cql.java-conventions.gradle b/Src/java/buildSrc/src/main/groovy/cql.java-conventions.gradle index 42614d30b..f87081ecf 100644 --- a/Src/java/buildSrc/src/main/groovy/cql.java-conventions.gradle +++ b/Src/java/buildSrc/src/main/groovy/cql.java-conventions.gradle @@ -97,7 +97,7 @@ A few things: - If the library version ends with '-SNAPSHOT', it will be deployed to the snapshot repository, else it will be deployed to the staging repository (which you then must manually release http://central.sonatype.org/pages/releasing-the-deployment.html). - Repo for snapshots and releases for the translator modules: https://oss.sonatype.org/content/groups/public/info/cqframework/ - - Repo for snpashots, releases, and staged releases for the translator modules: https://oss.sonatype.org/content/groups/staging/info/cqframework/ + - Repo for snapshots, releases, and staged releases for the translator modules: https://oss.sonatype.org/content/groups/staging/info/cqframework/ - Repo for snapshots and releases for the engine modules: https://oss.sonatype.org/content/groups/public/org/opencds/cqf/cql/ - Repo for snapshots, releases, and staged releases for the engine modules: https://oss.sonatype.org/content/groups/staging/org/opencds/cqf/cql/ */ diff --git a/Src/java/gradle.properties b/Src/java/gradle.properties index 91b5a44d8..c448c2e82 100644 --- a/Src/java/gradle.properties +++ b/Src/java/gradle.properties @@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4096m systemProp.sonar.gradle.skipCompile=true group=info.cqframework -version=3.19.0-SNAPSHOT +version=3.19.0 specification.version=1.5.2 hapi.version=7.4.5 jackson.version=2.17.1