From 5b4025f221c0543610d24645f7fa5592793d8c86 Mon Sep 17 00:00:00 2001 From: Vincent Fuchs Date: Tue, 21 Feb 2023 19:05:47 +0100 Subject: [PATCH] Preparing 2.2.0 release (#118) * bump to 2.2.0-SNAPSHOT * changelog and docs for bitbucket --------- Co-authored-by: Vincent Fuchs --- CHANGELOG.md | 11 +++++++++++ README.md | 13 +++++++++++++ github-crawler-autoconfigure/pom.xml | 4 ++-- github-crawler-core/pom.xml | 4 ++-- github-crawler-starter/pom.xml | 4 ++-- pom.xml | 2 +- 6 files changed, 31 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f51f3bf..100f1d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,17 @@ ### Fixed +## [2.2.0] - 2023-02-XX + +### Changed +- upgraded to Kotlin 1.8.10 + +### Added +- PR #116 : Bitbucket support + +### Fixed +- PR #115 : better parsing in JsonPathParser + ## [2.1.0] - 2022-11-14 ### Changed diff --git a/README.md b/README.md index 6d5f1a8..8417da1 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,19 @@ Just like for GitLab, there's basic support for Azure Devops ! organization-name: "myOrg#myProject" ``` +## BitBucket support + +since v2.2.0, there's also support for BitBucket ! + +``` + crawler: + source-control: + type: "BITBUCKET" + url: YOUR_BITBUCKET_URL + organizationName: myProject + apiToken: "abcedfr6rwqwzslqhvfmdpuo5amfyv25a" +``` + ## File content parsers diff --git a/github-crawler-autoconfigure/pom.xml b/github-crawler-autoconfigure/pom.xml index 6f36451..4754154 100644 --- a/github-crawler-autoconfigure/pom.xml +++ b/github-crawler-autoconfigure/pom.xml @@ -4,7 +4,7 @@ com.societegenerale.github-crawler github-crawler-autoconfigure - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT jar github-crawler-autoconfigure @@ -12,7 +12,7 @@ com.societegenerale.github-crawler github-crawler-parent - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/github-crawler-core/pom.xml b/github-crawler-core/pom.xml index f2c6bd3..6e14cac 100644 --- a/github-crawler-core/pom.xml +++ b/github-crawler-core/pom.xml @@ -4,7 +4,7 @@ com.societegenerale.github-crawler github-crawler-core - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT jar github-crawler-core @@ -12,7 +12,7 @@ com.societegenerale.github-crawler github-crawler-parent - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/github-crawler-starter/pom.xml b/github-crawler-starter/pom.xml index c1babbb..418379b 100644 --- a/github-crawler-starter/pom.xml +++ b/github-crawler-starter/pom.xml @@ -4,7 +4,7 @@ com.societegenerale.github-crawler github-crawler-starter - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT jar github-crawler-starter @@ -12,7 +12,7 @@ com.societegenerale.github-crawler github-crawler-parent - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index 4faaca1..eda4eac 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.societegenerale.github-crawler github-crawler-parent - 2.1.1-SNAPSHOT + 2.2.0-SNAPSHOT pom github-crawler