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

Commit ef2bb50

Browse files
authored
Merge pull request #126 from planetf1/release-3.3
Update to final 3.3 release
2 parents a63e5ae + 15ff3cb commit ef2bb50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Thes are optional tags used to add additional metadata into the docker image
55
# These may be supplied by the pipeline in future - until then they will default
66

7-
ARG egeriaversion=3.3-SNAPSHOT
7+
ARG egeriaversion=3.3
88
ARG baseimage=docker.io/odpi/egeria
99

1010
# DEFER setting this for now, using the ${version}:
@@ -16,7 +16,7 @@ ARG baseimage=docker.io/odpi/egeria
1616

1717
FROM ${baseimage}:${egeriaversion}
1818

19-
ARG connectorversion=3.3-SNAPSHOT
19+
ARG connectorversion=3.3
2020
ARG postgresurl=https://jdbc.postgresql.org/download/postgresql-42.2.23.jar
2121

2222
#ENV connectorversion ${connectorversion}

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.3-SNAPSHOT'
42+
version = '3.3'
4343

4444
apply plugin: 'idea'
4545

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

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

6565
apply plugin: 'java-library'

0 commit comments

Comments
 (0)