Skip to content

Commit 817efc1

Browse files
joewizclaude
andcommitted
[refactor] Set version to 0.9.0-SNAPSHOT for pre-release
Reserve 1.0.0 for first stable release from eXist-db org. 0.9.0 signals feature-complete, awaiting official adoption. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 91a9a0a commit 817efc1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A standalone XAR package implementing the [EXPath Cryptographic Module](http://e
77
Download the `.xar` from [Releases](https://github.com/joewiz/exist-crypto/releases) and install with the eXist-db Package Manager or the `xst` CLI:
88

99
```bash
10-
xst package install exist-crypto-1.0.0.xar
10+
xst package install exist-crypto-0.9.0-SNAPSHOT.xar
1111
```
1212

1313
## Functions
@@ -99,7 +99,7 @@ This package is a clean-room replacement for the legacy [`expath-crypto-module`]
9999
1. **Install the new package** — a `pre-install.xq` script automatically detects and removes the old `expath-crypto-module` if present:
100100

101101
```bash
102-
xst package install exist-crypto-1.0.0.xar
102+
xst package install exist-crypto-0.9.0-SNAPSHOT.xar
103103
```
104104

105105
To remove the old package manually (e.g., before downloading the new one):

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-crypto</artifactId>
16-
<version>1.0.0</version>
16+
<version>0.9.0-SNAPSHOT</version>
1717

1818
<name>EXPath Crypto Module</name>
1919
<description>EXPath Cryptographic Module for eXist-db: HMAC, symmetric encryption/decryption, and XML digital signatures using Java JCE</description>

xar-assembly.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</components>
5959

6060
<changelog>
61-
<change xmlns="http://exist-db.org/xquery/repo" version="1.0.0">
61+
<change xmlns="http://exist-db.org/xquery/repo" version="0.9.0-SNAPSHOT">
6262
<ul xmlns="http://www.w3.org/1999/xhtml">
6363
<li>Initial release as standalone EXPath package</li>
6464
<li>Functions: crypto:hash, crypto:hmac, crypto:encrypt, crypto:decrypt, crypto:generate-signature, crypto:validate-signature</li>

0 commit comments

Comments
 (0)