From 325c4d018224f16344ac260597ba8234e4b0f7ce Mon Sep 17 00:00:00 2001 From: Dan Rusei Date: Sat, 21 Feb 2026 22:08:59 +0200 Subject: [PATCH] bump the version --- .gitignore | 3 +++ .vscode/settings.json | 7 ------- danube-client-proto/pom.xml | 2 +- danube-client/pom.xml | 2 +- pom.xml | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index a6c4b87..1bf3e13 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,6 @@ target/ # IntelliJ .idea/ *.iml + +# Others +.vscode/ \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 2acc5f6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "java.jdt.ls.java.home": "/home/rdan/.sdkman/candidates/java/21-tem", - "java.import.maven.enabled": true, - "java.configuration.updateBuildConfiguration": "automatic", - "maven.executable.preferMavenWrapper": false, - "java.compile.nullAnalysis.mode": "disabled" -} \ No newline at end of file diff --git a/danube-client-proto/pom.xml b/danube-client-proto/pom.xml index 6834bcf..82aa663 100644 --- a/danube-client-proto/pom.xml +++ b/danube-client-proto/pom.xml @@ -7,7 +7,7 @@ com.danubemessaging danube-java - 0.1.0-SNAPSHOT + 0.2.0 ../pom.xml diff --git a/danube-client/pom.xml b/danube-client/pom.xml index 5c1c514..01ad87c 100644 --- a/danube-client/pom.xml +++ b/danube-client/pom.xml @@ -7,7 +7,7 @@ com.danubemessaging danube-java - 0.1.0-SNAPSHOT + 0.2.0 ../pom.xml diff --git a/pom.xml b/pom.xml index f039fff..a24f1a1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.danubemessaging danube-java - 0.1.0-SNAPSHOT + 0.2.0 pom Danube Java Danube Java client multi-module build