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

Commit

Permalink
#32 Migrate to senzing-api-runtime (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj authored Oct 4, 2022
1 parent c5a4f8f commit bbcda15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2022-10-05

### Changed in 0.2.0

- In `Dockerfile`, updated FROM instruction to `senzing/senzingapi-tools:3.3.0`

## [0.1.2] - 2022-09-29

### Changed in 0.1.2
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=senzing/senzing-base:1.6.12
ARG BASE_IMAGE=senzing/senzingapi-runtime:3.3.0
ARG BASE_BUILDER_IMAGE=senzing/base-image-debian:1.0.10

# -----------------------------------------------------------------------------
Expand All @@ -11,7 +11,7 @@ ENV REFRESHED_AT=2022-09-27

LABEL Name="senzing/connector-neo4j-builder" \
Maintainer="[email protected]" \
Version="0.1.2"
Version="0.2.0"

# Set environment variables.

Expand Down Expand Up @@ -40,7 +40,7 @@ ENV REFRESHED_AT=2022-09-27

LABEL Name="senzing/connector-neo4j" \
Maintainer="[email protected]" \
Version="0.1.2"
Version="0.2.0"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.senzing</groupId>
<artifactId>neo4j-connector</artifactId>
<version>0.1.2</version>
<version>0.2.0</version>
<packaging>jar</packaging>
<name>G2 Neo4J Connector</name>
<description>G2 Neo4J connector app</description>
Expand Down

0 comments on commit bbcda15

Please sign in to comment.