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

Commit 9222340

Browse files
authored
Merge pull request #101 from planetf1/release-3.0
Update version to 3.0 for release
2 parents 7a36868 + 47eb74c commit 9222340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ allprojects {
3939

4040
// Published artifact info, equired for maven publishing - this is the version of our artifact
4141
group = 'org.odpi.egeria'
42-
version = '3.0-SNAPSHOT'
42+
version = '3.0'
4343

4444
apply plugin: 'idea'
4545

@@ -59,7 +59,7 @@ allprojects {
5959
subprojects {
6060

6161
ext {
62-
egeriaVersion = '3.0-SNAPSHOT'
62+
egeriaVersion = '3.0'
6363
}
6464

6565
apply plugin: 'java-library'

0 commit comments

Comments
 (0)