Skip to content

Commit

Permalink
bump to 4.9-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
higgyfella committed Apr 27, 2023
1 parent 3ba7f1f commit d96120b
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 @@ -11,8 +11,8 @@ plugins {
}

ext {
interlokCoreVersion = project.hasProperty('interlokCoreVersion') ? project.getProperty('interlokCoreVersion') : '4.8-SNAPSHOT'
releaseVersion = project.hasProperty('releaseVersion') ? project.getProperty('releaseVersion') : '4.8-SNAPSHOT'
interlokCoreVersion = project.hasProperty('interlokCoreVersion') ? project.getProperty('interlokCoreVersion') : '4.9-SNAPSHOT'
releaseVersion = project.hasProperty('releaseVersion') ? project.getProperty('releaseVersion') : '4.9-SNAPSHOT'
nexusBaseUrl = project.hasProperty('nexusBaseUrl') ? project.getProperty('nexusBaseUrl') : 'https://nexus.adaptris.net/nexus'
mavenPublishUrl = project.hasProperty('mavenPublishUrl') ? project.getProperty('mavenPublishUrl') : nexusBaseUrl + '/content/repositories/snapshots'
javadocsBaseUrl = nexusBaseUrl + "/content/sites/javadocs/com/adaptris"
Expand Down

0 comments on commit d96120b

Please sign in to comment.