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

Commit

Permalink
Merge pull request #73 from lpalashevski/new-snapshot
Browse files Browse the repository at this point in the history
1.2-snapshot
  • Loading branch information
Ljupcho Palashevski committed May 18, 2023
2 parents 959e85f + ef938d6 commit 99edb6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
with:
context: .
push: true
tags: odpi/egeria-connector-jdbc::${{ env.CONNECTOR_VERSION }}, odpi/egeria-connector-jdbc::latest, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:latest
tags: odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}, odpi/egeria-connector-jdbc:latest, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:latest
platforms: linux/amd64,linux/arm64
build-args: |
EGERIA_BASE_IMAGE=${{ env.EGERIA_BASE_IMAGE }}
Expand All @@ -82,7 +82,7 @@ jobs:
with:
context: .
push: true
tags: odpi/egeria-connector-jdbc::${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}
tags: odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}, quay.io/odpi/egeria-connector-jdbc:${{ env.CONNECTOR_VERSION }}
platforms: linux/amd64,linux/arm64
build-args: |
EGERIA_BASE_IMAGE=${{ env.EGERIA_BASE_IMAGE }}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {
allprojects {

group = 'org.odpi.egeria'
version = '1.1-SNAPSHOT'
version = '1.2-SNAPSHOT'

// Mostly java, so default to this for now
apply plugin: 'java'
Expand Down Expand Up @@ -58,7 +58,7 @@ allprojects {
// Assign variables for any constraints
ext {
// add version variables here
egeriaversion='4.0-SNAPSHOT'
egeriaversion='4.1-SNAPSHOT'
}

dependencies {
Expand Down

0 comments on commit 99edb6e

Please sign in to comment.