Skip to content

Commit

Permalink
Merge pull request #29 from planetf1/issue28a
Browse files Browse the repository at this point in the history
(Release 2.11) Update version to 2.11
  • Loading branch information
planetf1 authored Jul 1, 2021
2 parents 2ba7fcd + f849c2a commit dceb933
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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: 2.11-SNAPSHOT
RELEASE_VERSION: 2.11
steps:
- uses: actions/checkout@v2
name: Checkout source
Expand Down
7 changes: 4 additions & 3 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 = '2.11-SNAPSHOT'
version = '2.11'

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

ext {
// The version of Egeria to use
egeriaVersion = "2.11-SNAPSHOT"
egeriaVersion = "2.11"
}
dependencies {
implementation "org.odpi.egeria:open-connector-framework:${egeriaVersion}"
implementation "org.odpi.egeria:repository-services-connectors:${egeriaVersion}"
implementation "org.odpi.egeria:server-chassis-spring:${egeriaVersion}"
implementation("org.apache.commons:commons-lang3:3.12.0")

bundledLibs 'org.slf4j:slf4j-api'
bundledLibs 'org.apache.httpcomponents:httpclient:4.5.13'
Expand All @@ -46,6 +46,7 @@ dependencies {
testImplementation 'org.codehaus.groovy:groovy:3.0.8'
testImplementation 'org.codehaus.groovy:groovy-dateutil:3.0.8'
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0-SNAPSHOT'
testImplementation "org.odpi.egeria:repository-services-implementation:${egeriaVersion}"
}

// Maven Central (technically sonatype oss) requires we distribute source and javadoc
Expand Down

0 comments on commit dceb933

Please sign in to comment.