diff options
-rwxr-xr-x | pom.xml | 3 | ||||
-rw-r--r-- | releases/1.14.6-container-release.yaml | 7 |
2 files changed, 9 insertions, 1 deletions
@@ -106,7 +106,8 @@ <!-- fix the driver version to match the one defined in janusgraph-cql spring-boot (2.4) is otherwise downgrading it to 4.9.0 --> - <!-- see https://github.com/JanusGraph/janusgraph/blob/v0.6.0/pom.xml#L120 --> + <!-- see https://github.com/spring-projects/spring-boot/blob/d336a96b7f204a398b8237560c5dfa7095c53460/spring-boot-project/spring-boot-dependencies/build.gradle#L163 --> + <!-- see https://github.com/JanusGraph/janusgraph/blob/6105d67f412def90ed6e704fa01cbf656602e6c9/pom.xml#L112 --> <cassandra-driver.version>4.17.0</cassandra-driver.version> <datastax.native-protocol.version>1.5.1</datastax.native-protocol.version> </properties> diff --git a/releases/1.14.6-container-release.yaml b/releases/1.14.6-container-release.yaml new file mode 100644 index 0000000..0fd4e11 --- /dev/null +++ b/releases/1.14.6-container-release.yaml @@ -0,0 +1,7 @@ +distribution_type: container +container_release_tag: 1.14.6 +project: aai/graphadmin +ref: 9c821e2e2745813157cfef3572e9b4adf4d4720c +containers: + - name: aai-graphadmin + version: 1.14-STAGING-20240814T142434Z |