Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: com.adaptris:interlok-core
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-core-apt
  dependency-type: direct:production
- dependency-name: com.adaptris:interlok-stubs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent d4d35d9 commit f29f639
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 @@ -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'
Expand Down

0 comments on commit f29f639

Please sign in to comment.