Skip to content

Commit

Permalink
Bumped to 4.5-SNAPSHOT to make Nexus happy
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrudin committed Feb 15, 2023
1 parent 6e6a85d commit 5176ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "com.marklogic"
version = "4.5.0"
version = "4.5-SNAPSHOT"

java {
sourceCompatibility = 1.8
Expand All @@ -28,7 +28,7 @@ dependencies {
implementation gradleApi()
implementation localGroovy()

api 'com.marklogic:ml-app-deployer:4.5.0'
api 'com.marklogic:ml-app-deployer:4.5-SNAPSHOT'
implementation "com.marklogic:mlcp-util:1.0.1"
implementation "com.marklogic:marklogic-data-movement-components:2.6.0"
implementation "commons-io:commons-io:2.11.0"
Expand Down

0 comments on commit 5176ea6

Please sign in to comment.