Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouchard committed Jul 14, 2023
1 parent d1f5773 commit f238793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ uploadArchives {
mavenDeployer {
repository(url: "file:///${System.properties['user.home']}/artifacts/")
snapshotRepository(url: "file:///${System.properties['user.home']}/artifacts/")
pom.version = "2.17.8" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.version = "2.18.1" /* blang-standalone-compiler-directive - do not edit : EXTRACT_VERSION */
pom.artifactId = "blangSDK"
pom.groupId = "com.github.UBC-Stat-ML"
}
Expand Down

0 comments on commit f238793

Please sign in to comment.