Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gumban committed Dec 18, 2020
1 parent 60645fa commit daf275b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/sample-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
mavenLocal()
}
dependencies {
classpath "com.marklogic:marklogic-geo-data-services-modules:1.3.2-beta"
classpath "com.marklogic:marklogic-geo-data-services-modules:1.3.3-beta"
classpath "com.google.code.gson:gson:2.8.6"
}
}
Expand All @@ -35,7 +35,7 @@ configurations {
}

dependencies {
mlBundle "com.marklogic:marklogic-geo-data-services-modules:1.3.2-beta"
mlBundle "com.marklogic:marklogic-geo-data-services-modules:1.3.3-beta"
mlcp "com.marklogic:mlcp:9.0.9"

/**
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mlAppName=geo-data-services
version=1.3.2-beta
version=1.3.3-beta

mlHost=localhost
mlRestPort=8095
Expand Down
2 changes: 1 addition & 1 deletion src/main/ml-modules/ext/version.sjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.version = "1.3.2-beta"; // TODO: replace with "%%version%%" token, but resolve how to render this before packaging it as a JAR
exports.version = "1.3.3-beta"; // TODO: replace with "%%version%%" token, but resolve how to render this before packaging it as a JAR

0 comments on commit daf275b

Please sign in to comment.