This is an automated email from the ASF dual-hosted git repository.

ppkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git

commit f1d7c477e76085b2cd0a8751e31cce40a08510d9
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 10 14:03:37 2026 +0200

    Next development cycle (#22)
---
 android-tests/build.gradle.kts | 2 +-
 pom.xml                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index 1aa388a..f76d3a1 100644
--- a/android-tests/build.gradle.kts
+++ b/android-tests/build.gradle.kts
@@ -10,7 +10,7 @@ plugins {
     id("de.mannodermaus.android-junit5") version "1.14.0.0"
 }
 
-val libraryVersion = "0.1.0"
+val libraryVersion = "0.2.0-SNAPSHOT"
 val libraryJar = 
rootProject.file("../target/copernik-xml-factory-${libraryVersion}.jar")
 
 android {
diff --git a/pom.xml b/pom.xml
index 9a7296a..9dbd01c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   </parent>
   <groupId>eu.copernik</groupId>
   <artifactId>copernik-xml-factory</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>Copernik XML Factory</name>
   <url>https://github.com/copernik-eu/copernik-xml-factory/</url>
   <inceptionYear>2026</inceptionYear>

Reply via email to