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

Commit

Permalink
Merge pull request #107 from planetf1/r31
Browse files Browse the repository at this point in the history
Update to release 3.1
  • Loading branch information
planetf1 authored Aug 31, 2021
2 parents c4fc9b9 + 18328a6 commit 687f1b3
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 687f1b3

Please sign in to comment.