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

Commit 47eb74c

Browse files
committed
Update version to 3.0 for release
Signed-off-by: Nigel Jones <[email protected]>
1 parent 7a36868 commit 47eb74c

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)