From 987e9dc2492f6e36851251522df236ffb0eb15ff Mon Sep 17 00:00:00 2001 From: cccs-br <56260250+cccs-br@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:52:16 -0500 Subject: [PATCH 01/10] Update azure-pipelines.yml --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4b6f9e9..0eef596 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,10 +5,10 @@ trigger: - develop - main -pr: - branches: - include: - - develop +# pr: +# branches: +# include: +# - develop variables: tag: '$(Build.BuildId)' @@ -41,4 +41,4 @@ steps: # jdkArchitectureOption: 'x64' # publishJUnitResults: true # testResultsFiles: '**/surefire-reports/TEST-*.xml' -# goals: 'deploy' \ No newline at end of file +# goals: 'deploy' From 8b61ee66647673197a49689055d6e879b278e875 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 16:22:46 -0500 Subject: [PATCH 02/10] [chappie] release 1.3.0 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index f30b3b3..466bc34 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.3.0-SNAPSHOT + 1.3.0 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource @@ -93,8 +93,8 @@ ossrh https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ - - + + scala-tools.org From 9ba1f8a64e0477bee8865b01b951f0a07e195831 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 16:57:24 -0500 Subject: [PATCH 03/10] [chappie] release 1.4.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 02db00e..2419dec 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.4.0-SNAPSHOT + 1.4.0 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource @@ -182,7 +182,7 @@ https://s01.oss.sonatype.org/ true - + From d53b2709639048c678c04fa3ff4c8d0f45464926 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 17:33:06 -0500 Subject: [PATCH 04/10] [chappie] release 1.5.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 81574c3..242d98d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.5.0-SNAPSHOT + 1.5.0 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource @@ -202,7 +202,7 @@ - + From 320e13d728e3aacdaf762a11d7f48e65ff6ba5b8 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 17:40:15 -0500 Subject: [PATCH 05/10] [chappie] release 1.6.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5af296b..d7d8ccc 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.6.0-SNAPSHOT + 1.6.0 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From faba5057d523ace0005adb085a4aa062fa74ca2c Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 18:03:10 -0500 Subject: [PATCH 06/10] [chappie] release 1.7.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4457a79..f29a5f1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.7.0-SNAPSHOT + 1.7.0 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From 999b1641c72f047c5565cd98df645e60dd4fb020 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Fri, 29 Dec 2023 14:28:31 -0500 Subject: [PATCH 07/10] [chappie] bumped to 1.7.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f29a5f1..d7d1add 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.7.0 + 1.7.1-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From 7e7cbd0aaa007b84f5da9564cfa45910dd63de24 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Fri, 29 Dec 2023 14:29:33 -0500 Subject: [PATCH 08/10] Removing az pipeline. --- .github/workflows/maven-publish.yml | 34 ----------------------------- azure-pipelines.yml | 31 -------------------------- 2 files changed, 65 deletions(-) delete mode 100644 .github/workflows/maven-publish.yml delete mode 100644 azure-pipelines.yml diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml deleted file mode 100644 index f165a6d..0000000 --- a/.github/workflows/maven-publish.yml +++ /dev/null @@ -1,34 +0,0 @@ -# This workflow will build a package using Maven and then publish it to GitHub packages when a release is created -# For more information see: https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#apache-maven-with-a-settings-path - -name: Publish Release - -on: - release: - types: [created] - -jobs: - build: - - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - - steps: - - uses: actions/checkout@v3 - - name: Set up JDK 11 - uses: actions/setup-java@v3 - with: - java-version: '11' - distribution: 'temurin' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml - settings-path: ${{ github.workspace }} # location for the settings.xml file - - - name: Build with Maven - run: mvn -B package --file pom.xml - - - name: Publish to GitHub Packages Apache Maven - run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml - env: - GITHUB_TOKEN: ${{ github.token }} diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index adba20b..0000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,31 +0,0 @@ -trigger: - batch: true - branches: - include: - - develop - - main - -variables: - tag: '$(Build.BuildId)' - -pool: - vmImage: 'ubuntu-latest' - -steps: - - task: DownloadSecureFile@1 - name: settingsxml - displayName: Download maven settings xml - inputs: - secureFile: settings_min.xml - - task: Maven@3 - displayName: "Build project with maven" - inputs: - mavenPomFile: "pom.xml" - mavenOptions: "-Xmx3072m" - javaHomeOption: "JDKVersion" - jdkVersionOption: "1.11" - jdkArchitectureOption: "x64" - publishJUnitResults: true - testResultsFiles: "**/surefire-reports/TEST-*.xml" - goals: "deploy" - options: "-s $(settingsxml.secureFilePath) -Dgpg.skip=false" \ No newline at end of file From f2d74f786fe5cc57b35575bc7b071e4cd7401683 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Fri, 29 Dec 2023 14:31:06 -0500 Subject: [PATCH 09/10] [chappie] release 1.7.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d7d1add..7bf0bf4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.7.1-SNAPSHOT + 1.7.1 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From ec0bddc90519c0e56760e1f9d25ce8b5e48c0717 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Fri, 29 Dec 2023 14:31:18 -0500 Subject: [PATCH 10/10] [chappie] resetting version to match develop --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7bf0bf4..2f39063 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.7.1 + 1.8.0-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource