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 #114 from planetf1/issue112b
Browse files Browse the repository at this point in the history
#112 update branch to 3.2
  • Loading branch information
planetf1 authored Oct 1, 2021
2 parents 6aa3337 + 562ddd9 commit f7fe824
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.2-SNAPSHOT
ARG egeriaversion=3.2
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.2-SNAPSHOT
ARG connectorversion=3.2
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.2-SNAPSHOT'
version = '3.2'

apply plugin: 'idea'

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

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

apply plugin: 'java-library'
Expand Down

0 comments on commit f7fe824

Please sign in to comment.