diff --git a/.editorconfig b/.editorconfig
index 14a9625..18b50af 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -37,3 +37,11 @@ insert_final_newline = unset
trim_trailing_whitespace = unset
indent_style = unset
indent_size = unset
+
+[**/jacoco.exec]
+charset = unset
+end_of_line = unset
+insert_final_newline = unset
+trim_trailing_whitespace = unset
+indent_style = unset
+indent_size = unset
diff --git a/guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/SqlGuardTest.java b/guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/integration/SqlGuardTest.java
similarity index 99%
rename from guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/SqlGuardTest.java
rename to guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/integration/SqlGuardTest.java
index e3a3401..ce2452d 100644
--- a/guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/SqlGuardTest.java
+++ b/guard/jsqltranspiler/src/test/java/org/eclipse/daanse/sql/guard/jsqltranspiler/integration/SqlGuardTest.java
@@ -12,7 +12,7 @@
* Stefan Bischof (bipolis.org) - initial
*/
-package org.eclipse.daanse.sql.guard.jsqltranspiler;
+package org.eclipse.daanse.sql.guard.jsqltranspiler.integration;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
diff --git a/guard/jsqltranspiler/test.bndrun b/guard/jsqltranspiler/test.bndrun
index 17d2bb3..ee3a10c 100644
--- a/guard/jsqltranspiler/test.bndrun
+++ b/guard/jsqltranspiler/test.bndrun
@@ -44,7 +44,7 @@
-runfw: org.apache.felix.framework
--runee: JavaSE-21
+-runee: JavaSE-25
-runrequires: \
bnd.identity;id='${project.artifactId}-tests',\
diff --git a/pom.xml b/pom.xml
index 4df9cbb..78ed6cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
org.eclipse.daanse
org.eclipse.daanse.pom.parent
- 0.0.3
+ 0.0.5-SNAPSHOT
org.eclipse.daanse.sql
${revision}
@@ -41,6 +41,20 @@
${java.version}
+
+
+ ossrh
+ Sonatype Nexus Snapshots
+ https://central.sonatype.com/repository/maven-snapshots
+
+ false
+
+
+ true
+
+
+
+