From 166b2d79f47ab88e434b1946364c54481cc8a189 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 10:17:07 -0400 Subject: [PATCH 1/7] [chappie] bumped to 1.8.1-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c9d9a57..15a377b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.8.0 + 1.8.1-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From eeb3e1115cfdae777d50a37230d948b50a82445d Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 10:20:37 -0400 Subject: [PATCH 2/7] Fix ossrh-nexus-plugin --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 15a377b..c1fb137 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 + 1.6.13 true ossrh From b028df174f6722eb87ab637b7588171f024dd2d0 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 13:58:58 -0400 Subject: [PATCH 3/7] [chappie] release 1.8.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c1fb137..9d556f1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.8.1-SNAPSHOT + 1.8.1 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From 4d448057827595697cdd62ac774b91faa0796425 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 14:05:48 -0400 Subject: [PATCH 4/7] [chappie] bumped to 1.8.2-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9d556f1..488d460 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.8.1 + 1.8.2-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource From 7079341e0e9cbc12642164edf637f399ea8a5a22 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 14:09:41 -0400 Subject: [PATCH 5/7] Ensure jar for docs and source are generated. --- .github/workflows/maven.yml | 2 +- pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5e52613..a612976 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -10,7 +10,7 @@ name: Build and Publish on: push: - branches: [ "develop", "main" ] + branches: [ "develop", "main", "patch/*", "rc/*" ] pull_request: branches: [ "develop" ] diff --git a/pom.xml b/pom.xml index 488d460..ab4c21b 100644 --- a/pom.xml +++ b/pom.xml @@ -107,6 +107,7 @@ compile testCompile + doc-jar @@ -115,6 +116,19 @@ ${java.version} + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + verify + + jar-no-fork + + + + org.scalatest scalatest-maven-plugin From 3be9969fd7b10f1f390f5ef25dfe472f60d02a9f Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 14:11:05 -0400 Subject: [PATCH 6/7] [chappie] release 1.8.2 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ab4c21b..83a6c70 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.8.2-SNAPSHOT + 1.8.2 spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource @@ -128,7 +128,7 @@ - + org.scalatest scalatest-maven-plugin From 5bf72ccd19d42f23a740a4e06fa14f420092e904 Mon Sep 17 00:00:00 2001 From: cccs-br Date: Wed, 24 Apr 2024 14:11:18 -0400 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 83a6c70..927b5e9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ io.github.cybercentrecanada spark-msgpack-datasource-3.5_2.12 jar - 1.8.2 + 1.9.0-SNAPSHOT spark-msgpack-datasource A spark datasource implementation for the msgpack file format. https://github.com/CybercentreCanada/spark-msgpack-datasource