From b16f6a937c740624b6e8bd72cfb0c45d040a5fa7 Mon Sep 17 00:00:00 2001 From: Thibaut Demaret Date: Sat, 6 Jun 2026 11:00:08 +0200 Subject: [PATCH 1/2] sdk: bump model.version to 4.6.2-SNAPSHOT for NVMe-oF types Signed-off-by: Thibaut Demaret --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73cc3507..b6d2c562 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ limitations under the License. 1.3.11 - 4.6.1 + 4.6.2-SNAPSHOT python3 From 59b6329999bac7a790a085d746473c1293a3e62c Mon Sep 17 00:00:00 2001 From: Thibaut Demaret Date: Thu, 18 Jun 2026 12:14:43 +0200 Subject: [PATCH 2/2] gitignore: add Eclipse project files Signed-off-by: Thibaut Demaret --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 84820052..ace28273 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.rpm *.so *.spec +.classpath +.project +.settings/ .bash_history .eggs/ .idea/