This repository was archived by the owner on Jan 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
# Thes are optional tags used to add additional metadata into the docker image
5
5
# These may be supplied by the pipeline in future - until then they will default
6
6
7
- ARG egeriaversion=3.3-SNAPSHOT
7
+ ARG egeriaversion=3.3
8
8
ARG baseimage=docker.io/odpi/egeria
9
9
10
10
# DEFER setting this for now, using the ${version}:
@@ -16,7 +16,7 @@ ARG baseimage=docker.io/odpi/egeria
16
16
17
17
FROM ${baseimage}:${egeriaversion}
18
18
19
- ARG connectorversion=3.3-SNAPSHOT
19
+ ARG connectorversion=3.3
20
20
ARG postgresurl=https://jdbc.postgresql.org/download/postgresql-42.2.23.jar
21
21
22
22
# ENV connectorversion ${connectorversion}
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ allprojects {
39
39
40
40
// Published artifact info, equired for maven publishing - this is the version of our artifact
41
41
group = ' org.odpi.egeria'
42
- version = ' 3.3-SNAPSHOT '
42
+ version = ' 3.3'
43
43
44
44
apply plugin : ' idea'
45
45
@@ -59,7 +59,7 @@ allprojects {
59
59
subprojects {
60
60
61
61
ext {
62
- egeriaVersion = ' 3.3-SNAPSHOT '
62
+ egeriaVersion = ' 3.3'
63
63
}
64
64
65
65
apply plugin : ' java-library'
You can’t perform that action at this time.
0 commit comments