Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Update to release 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Aug 31, 2021
1 parent c4fc9b9 commit 18328a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {

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

apply plugin: 'idea'

Expand All @@ -59,7 +59,7 @@ allprojects {
subprojects {

ext {
egeriaVersion = '3.1-SNAPSHOT'
egeriaVersion = '3.1'
}

apply plugin: 'java-library'
Expand Down

0 comments on commit 18328a6

Please sign in to comment.