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 1/7] 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 2/7] [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 3/7] [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 4/7] [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 5/7] [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 6/7] [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 809700e446495de994ea11b55c4f5d05bb1b579e Mon Sep 17 00:00:00 2001 From: cccs-br Date: Thu, 28 Dec 2023 18:03:22 -0500 Subject: [PATCH 7/7] [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 f29a5f1..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.0 + 1.8.0-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource