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 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
88ARG 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
1717FROM ${baseimage}:${egeriaversion}
1818
19- ARG connectorversion=3.3-SNAPSHOT
19+ ARG connectorversion=3.3
2020ARG postgresurl=https://jdbc.postgresql.org/download/postgresql-42.2.23.jar
2121
2222# ENV connectorversion ${connectorversion}
Original file line number Diff line number Diff 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 {
5959subprojects {
6060
6161 ext {
62- egeriaVersion = ' 3.3-SNAPSHOT '
62+ egeriaVersion = ' 3.3'
6363 }
6464
6565 apply plugin : ' java-library'
You can’t perform that action at this time.
0 commit comments