Skip to content

Commit

Permalink
Update for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Urisman authored and Igor Urisman committed Feb 2, 2024
1 parent 72f8119 commit af74d4e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Variant CVM Server SPI Standard Library
### Release 1.0.0
### Release 1.0.1
14 changes: 14 additions & 0 deletions bin/refresh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
#
# Copy the latest SPI jar locally.
# Will fail if there's no build in variant/SERVER/target/universal
# TODO: Figure out how to deal with this circular dependency
#

set -e
root_dir=$(cd $(dirname $0)/..; pwd)
# SPI jar is packaged alongside server directory inside of the distribution ZIP archive.
tmpdir="/tmp/$RANDOM"
mkdir $tmpdir
unzip $root_dir/../variant/SERVER/target/universal/variant-server*.zip -d $tmpdir
cp $tmpdir/variant-spi*.jar $root_dir/lib
2 changes: 1 addition & 1 deletion bin/release.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Build server extension API standard library.
# Build server SPI standard library.
#

version=1.0.1-RC1
Expand Down
Binary file modified lib/variant-spi-1.0.1-RC1.jar
Binary file not shown.

0 comments on commit af74d4e

Please sign in to comment.