You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by dc...@apache.org on 2022/07/25 16:21:38 UTC

[datasketches-memory] branch 2.2.X updated (6494a09 -> 9ddae41)

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: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[datasketches-memory] 01/01: Merge pull request #167 from apache/deployment-changes

Posted by dc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dcromberge pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git

commit 9ddae4174a84fae4f97f020caa8e9902a6f74469
Merge: 6494a09 3969a1f
Author: David Cromberge <dc...@apache.org>
AuthorDate: Mon Jul 25 17:21:33 2022 +0100

    Merge pull request #167 from apache/deployment-changes
    
    Add custom deploy script

 .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(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org