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

Commit f7fe824

Browse files
authored
Merge pull request #114 from planetf1/issue112b
#112 update branch to 3.2
2 parents 6aa3337 + 562ddd9 commit f7fe824

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.2-SNAPSHOT
7+
ARG egeriaversion=3.2
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.2-SNAPSHOT
19+
ARG connectorversion=3.2
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.2-SNAPSHOT'
42+
version = '3.2'
4343

4444
apply plugin: 'idea'
4545

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

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

6565
apply plugin: 'java-library'

0 commit comments

Comments
 (0)