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 f3a46bbd47fd19e94747a7400ccb9e6ec87e32af
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Jun 10 10:17:03 2026 +0200

    Prepare release `0.1.0` (#16)
---
 android-tests/build.gradle.kts | 2 +-
 pom.xml                        | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index 3bf80a5..1aa388a 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-SNAPSHOT"
+val libraryVersion = "0.1.0"
 val libraryJar = 
rootProject.file("../target/copernik-xml-factory-${libraryVersion}.jar")
 
 android {
diff --git a/pom.xml b/pom.xml
index ad0e767..f0121ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,13 +13,13 @@
   </parent>
   <groupId>eu.copernik</groupId>
   <artifactId>copernik-xml-factory</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <name>Copernik XML Factory</name>
   <url>https://github.com/copernik-eu/copernik-xml-factory/</url>
   <inceptionYear>2026</inceptionYear>
   <description>XML Factory provides secure-by-default JAXP factory creation, 
abstracting over
     implementation-specific XXE hardening differences between the stock JDK 
and external JAXP implementations
-    (Apache Xerces, Woodstox, Saxon-HE).</description>
+    (Android, Apache Xalan, Apache Xerces, Woodstox, Saxon-HE).</description>
 
   <organization>
     <name>Copernik</name>
@@ -40,7 +40,7 @@
     
<connection>scm:git:https://github.com/copernik-eu/copernik-xml-factory.git</connection>
     
<developerConnection>scm:git:[email protected]:copernik-eu/copernik-xml-factory.git</developerConnection>
     <url>https://github.com/copernik-eu/copernik-xml-factory</url>
-    <tag>HEAD</tag>
+    <tag>v${project.version}</tag>
   </scm>
 
   <issueManagement>

Reply via email to