From 6bf0bf7dfd13bc34c4853bb174dafbd9869be3e8 Mon Sep 17 00:00:00 2001 From: Frank Schnicke <77283144+FrankSchnicke@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:58:52 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9a501fae..f080f2b5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ [![Components Lib javadoc](https://javadoc.io/badge2/org.eclipse.basyx/basyx.components.lib/javadoc.svg)](https://javadoc.io/doc/org.eclipse.basyx/basyx.components.lib) Components Lib +This repository contains BaSyx Java V1. If you're looking for BaSyx Java V2, see [here](https://github.com/eclipse-basyx/basyx-java-server-sdk). + + The Eclipse BaSyx Java Components are part of the [Eclipse BaSyx middleware](https://www.eclipse.org/basyx/). The Components utilize the [BaSyx Java SDK](https://github.com/eclipse-basyx/basyx-java-sdk) to provide easy to use off-the-shelf components and have been created within the [BaSys](https://www.basys40.de/) project. ## Eclipse Wiki From 3595688c95dfe79bc9fd1b2db4c133ffaa2fb328 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 06:28:45 +0000 Subject: [PATCH 2/2] Bump h2 in /basyx.components/basyx.components.lib Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- basyx.components/basyx.components.lib/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basyx.components/basyx.components.lib/pom.xml b/basyx.components/basyx.components.lib/pom.xml index 1b7fe57f..1042b9f4 100644 --- a/basyx.components/basyx.components.lib/pom.xml +++ b/basyx.components/basyx.components.lib/pom.xml @@ -95,7 +95,7 @@ com.h2database h2 - 2.1.214 + 2.2.220