This is an automated email from the ASF dual-hosted git repository.
dcromberge pushed a change to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git
from 6494a09 Restore versions for dependency update plugin
add 332485b Add custom deploy script
add 3969a1f Fix rat path
new 9ddae41 Merge pull request #167 from apache/deployment-changes
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/maven.yml | 2 +-
.gitignore | 2 +-
README.md | 13 ++--
datasketches-memory-java11/pom.xml | 16 +----
datasketches-memory-java8/pom.xml | 2 +-
docs/eclipse.md | 2 +-
docs/intellij.md | 2 +-
docs/maven.md | 2 +-
docs/module-system.md | 2 +-
pom.xml | 4 +-
tools/scripts/{ => assets}/CheckMemoryJar.java | 0
tools/scripts/{ => assets}/LoremIpsum.txt | 0
.../{getGitProperties.sh => get-git-properties.sh} | 0
...kage-mr-jar.sh => package-multi-release-jar.sh} | 6 +-
...ackage-jar.sh => package-single-release-jar.sh} | 31 ++-------
tools/scripts/sign-deploy-jar.sh | 77 ++++++++++++++++++++++
tools/scripts/{test-mr-jar.sh => test-jar.sh} | 35 ++++------
17 files changed, 121 insertions(+), 75 deletions(-)
rename tools/scripts/{ => assets}/CheckMemoryJar.java (100%)
rename tools/scripts/{ => assets}/LoremIpsum.txt (100%)
rename tools/scripts/{getGitProperties.sh => get-git-properties.sh} (100%)
rename tools/scripts/{package-mr-jar.sh => package-multi-release-jar.sh} (96%)
rename tools/scripts/{compile-package-jar.sh => package-single-release-jar.sh}
(81%)
create mode 100755 tools/scripts/sign-deploy-jar.sh
rename tools/scripts/{test-mr-jar.sh => test-jar.sh} (76%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]