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

Commit

Permalink
Merge pull request #126 from planetf1/release-3.3
Browse files Browse the repository at this point in the history
Update to final 3.3 release
  • Loading branch information
planetf1 authored Nov 3, 2021
2 parents a63e5ae + 15ff3cb commit ef2bb50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Thes are optional tags used to add additional metadata into the docker image
# These may be supplied by the pipeline in future - until then they will default

ARG egeriaversion=3.3-SNAPSHOT
ARG egeriaversion=3.3
ARG baseimage=docker.io/odpi/egeria

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

FROM ${baseimage}:${egeriaversion}

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

#ENV connectorversion ${connectorversion}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ allprojects {

// Published artifact info, equired for maven publishing - this is the version of our artifact
group = 'org.odpi.egeria'
version = '3.3-SNAPSHOT'
version = '3.3'

apply plugin: 'idea'

Expand All @@ -59,7 +59,7 @@ allprojects {
subprojects {

ext {
egeriaVersion = '3.3-SNAPSHOT'
egeriaVersion = '3.3'
}

apply plugin: 'java-library'
Expand Down

0 comments on commit ef2bb50

Please sign in to comment.