Skip to content

Commit 0ab70eb

Browse files
joewizclaude
andcommitted
[refactor] Set version to 0.9.0-SNAPSHOT for pre-adoption development
Version 1.0.0 will be the first stable release from the eXist-db org. 0.9.0-SNAPSHOT signals feature-complete, pending official adoption. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f8875e0 commit 0ab70eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.exist-db</groupId>
1515
<artifactId>exist-http-client</artifactId>
16-
<version>1.0.0</version>
16+
<version>0.9.0-SNAPSHOT</version>
1717

1818
<name>EXPath HTTP Client Module</name>
1919
<description>Native EXPath HTTP Client Module for eXist-db using java.net.http.HttpClient</description>

src/main/java/org/exist/xquery/modules/httpclient/HttpClientModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class HttpClientModule extends AbstractInternalModule {
4747

4848
public static final String NAMESPACE_URI = "http://expath.org/ns/http-client";
4949
public static final String PREFIX = "http";
50-
public static final String RELEASE = "1.0.0";
50+
public static final String RELEASE = "0.9.0-SNAPSHOT";
5151

5252
public static final String ERROR_NS = "http://expath.org/ns/error";
5353

xar-assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
</components>
5454

5555
<changelog>
56-
<change xmlns="http://exist-db.org/xquery/repo" version="1.0.0">
56+
<change xmlns="http://exist-db.org/xquery/repo" version="0.9.0-SNAPSHOT">
5757
<ul xmlns="http://www.w3.org/1999/xhtml">
5858
<li>Initial release as standalone EXPath package</li>
5959
<li>Native implementation using java.net.http.HttpClient (zero external dependencies)</li>

0 commit comments

Comments
 (0)