diff --git a/build.gradle b/build.gradle index f607939..a9b5497 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { } ext { - interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '5.0-SNAPSHOT' + interlokCoreVersion = project.findProperty('interlokCoreVersion') ?: '5.0.2B1-RELEASE' releaseVersion = project.findProperty('releaseVersion') ?: '5.0-SNAPSHOT' nexusBaseUrl = project.findProperty('nexusBaseUrl') ?: 'https://nexus.adaptris.net/nexus' mavenPublishUrl = project.findProperty('mavenPublishUrl') ?: nexusBaseUrl + '/content/repositories/snapshots'