Skip to content

Commit

Permalink
Merge pull request #62 from CDaRip2U/release-3.3
Browse files Browse the repository at this point in the history
#58 update for release 3.3
  • Loading branch information
CDaRip2U authored Nov 4, 2021
2 parents fb94066 + 65672df commit 4d668d0
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.3-SNAPSHOT
RELEASE_VERSION: 3.3
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.3-SNAPSHOT'
version = '3.3'

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

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

0 comments on commit 4d668d0

Please sign in to comment.