Skip to content

Commit

Permalink
Merge pull request #74 from CDaRip2U/release-3.4
Browse files Browse the repository at this point in the history
#70 update for release 3.4
  • Loading branch information
planetf1 authored Dec 10, 2021
2 parents 12727a8 + 7e85cd9 commit 560f961
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.4-SNAPSHOT
RELEASE_VERSION: 3.4
steps:
- uses: actions/checkout@v2
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.4-SNAPSHOT'
version = '3.4'

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

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

0 comments on commit 560f961

Please sign in to comment.