This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch update_7.0.X_from_main
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit 855716358f385e1c2a52773725bf643ac9eabd9b
Author: Lee Rhodes <[email protected]>
AuthorDate: Fri Jan 3 10:08:36 2025 -0800

    push changes into 7.0.X
---
 .github/workflows/auto-check_cpp_files.yml | 45 ------------------------------
 .github/workflows/manual-javadoc.yml       | 39 --------------------------
 pom.xml                                    |  2 +-
 3 files changed, 1 insertion(+), 85 deletions(-)

diff --git a/.github/workflows/auto-check_cpp_files.yml 
b/.github/workflows/auto-check_cpp_files.yml
deleted file mode 100644
index f80403e5..00000000
--- a/.github/workflows/auto-check_cpp_files.yml
+++ /dev/null
@@ -1,45 +0,0 @@
-name: Auto C++ Serialization Compatibility Test
-
-on:
-  pull_request:
-  push:
-    branches: [ 7.0.X ]
-  workflow_dispatch:
-
-jobs:
-  build:
-    name: SerDe Test
-    runs-on: ubuntu-latest
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v4
-
-      - name: Checkout C++
-        uses: actions/checkout@v4
-        with:
-          repository: apache/datasketches-cpp
-          path: cpp
-
-      - name: Setup Java
-        uses: actions/setup-java@v4
-        with:
-          java-version: '17'
-          distribution: 'temurin'
-
-      - name: Configure C++ build
-        run: cd cpp/build && cmake .. -DGENERATE=true
-
-      - name: Build C++ unit tests
-        run: cd cpp && cmake --build build --config Release
-
-      - name: Run C++ tests
-        run: cd cpp && cmake --build build --config Release --target test
-
-      - name: Make dir
-        run: mkdir -p serialization_test_data/cpp_generated_files
-
-      - name: Copy files
-        run: cp cpp/build/*/test/*_cpp.sk 
serialization_test_data/cpp_generated_files
-
-      - name: Run Java tests
-        run: mvn test -P check-cpp-files
diff --git a/.github/workflows/manual-javadoc.yml 
b/.github/workflows/manual-javadoc.yml
deleted file mode 100644
index f1cd56e7..00000000
--- a/.github/workflows/manual-javadoc.yml
+++ /dev/null
@@ -1,39 +0,0 @@
-name: Publish JavaDoc
-
-on:
-  pull_request:
-  push:
-    branches: [ 7.0.X ]
-  workflow_dispatch:
-
-jobs:
-  javadoc:
-    runs-on: ubuntu-latest
-
-    steps:
-      - name: Checkout
-        uses: actions/checkout@v4
-
-      - name: Setup Java
-        uses: actions/setup-java@v4
-        with:
-          java-version: '17'
-          distribution: 'temurin'
-
-      - name: Echo Java Version
-        run:  java -version
-
-      - name: Print Current workflow
-        run: >
-          cat .github/workflows/manual-javadoc.yml
-
-      - name: Generate JavaDoc
-        run: mvn clean javadoc:javadoc
-
-      - name: Deploy JavaDoc
-        uses: JamesIves/[email protected]
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-          folder: target/reports/apidocs
-          target-folder: docs/${{ github.ref_name }}
-          branch: gh-pages
diff --git a/pom.xml b/pom.xml
index c72af4f3..35022e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@ under the License.
 
   <groupId>org.apache.datasketches</groupId>
   <artifactId>datasketches-java</artifactId>
-  <version>7.1.0-SNAPSHOT</version>
+  <version>7.0.0</version>
   <packaging>jar</packaging>
 
   <name>${project.artifactId}</name>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to