Skip to content

Commit

Permalink
Merge pull request #117 from CDaRip2U/release-3.7
Browse files Browse the repository at this point in the history
release: #115 update for version 3.7
  • Loading branch information
mandy-chessell authored Apr 7, 2022
2 parents 0265c6a + 6d2c260 commit f122140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
name: "Merge"
env:
RELEASE_VERSION: 3.7-SNAPSHOT
RELEASE_VERSION: 3.7
steps:
- uses: actions/checkout@v3
name: Checkout source
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (System.getenv('CI')) {

// Published artifact info, equired for maven publishing - this is the version of our artifact
group = 'org.odpi.egeria'
version = '3.7-SNAPSHOT'
version = '3.7'

repositories {
mavenCentral()
Expand All @@ -31,7 +31,7 @@ configurations {

ext {
// The version of Egeria to use
egeriaVersion = '3.7-SNAPSHOT'
egeriaVersion = '3.7'
}
dependencies {
implementation "org.odpi.egeria:open-connector-framework:${egeriaVersion}"
Expand Down

0 comments on commit f122140

Please sign in to comment.