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