mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2024-11-22 08:46:56 -06:00
fix release
This commit is contained in:
parent
bb57a479d6
commit
d401e62a7c
@ -1,12 +1,9 @@
|
||||
- 6fb23b7b (HEAD -> main) simplify command template prefix
|
||||
- bb57a479 (HEAD -> main) fixed integrated tests for HashRange vs HashInterval, expanded constructions for Set
|
||||
- 63500882 minor release
|
||||
- 6fb23b7b simplify command template prefix
|
||||
- 480db201 improve StringSet argument compatibility
|
||||
- a1234879 improve error details for missing functions
|
||||
- d79ff1fa notes: HashRange and HashInterval do (incl,incl) and (incl,excl) respectively
|
||||
- 244217c6 #163 Make NBIO file read errors more helpful
|
||||
- cb7d9d16 #163 Make NBIO file read errors more helpful
|
||||
- 2a7406e0 #162 Allow hash range functions to span single value ranges
|
||||
- 21be4c19 (origin/main) updated release notes
|
||||
- d57835e4 updated scripts for main branch name
|
||||
- e27b39b0 #158 Simplify YamlStatement Loader part 2, remove previous loader
|
||||
- 46b2447d #158 Simplify YamlStatement Loader
|
||||
- 941f08c0 example map usage for proposed change
|
||||
|
34
release.xml
34
release.xml
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>release</id>
|
||||
<activation>
|
||||
<activeByDefault>true</activeByDefault>
|
||||
</activation>
|
||||
<properties>
|
||||
<gpg.executable>gpg</gpg.executable>
|
||||
<gpg.keyname>${env.GPG_KEY_NAME}</gpg.keyname>
|
||||
<gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>
|
||||
<!-- <gpg.passphraseServerId>${env.GPG_SERVER_NAME}</gpg.passphraseServerId>-->
|
||||
<!-- <gpg.passphrase>${env.GPG_PASSPHRASE}</gpg.passphrase>-->
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
||||
<servers>
|
||||
<server>
|
||||
<id>${env.GPG_SERVER_NAME}</id>
|
||||
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
|
||||
</server>
|
||||
<server>
|
||||
<id>${env.MAVEN_REPO_SERVER_ID}</id>
|
||||
<username>${env.MAVEN_REPO_SERVER_USERNAME}</username>
|
||||
<password>${env.MAVEN_REPO_SERVER_PASSWORD}</password>
|
||||
</server>
|
||||
</servers>
|
||||
|
||||
</settings>
|
Loading…
Reference in New Issue
Block a user