Skip to content

Commit

Permalink
Preparing 2.2.0 release (#118)
Browse files Browse the repository at this point in the history
* bump to 2.2.0-SNAPSHOT

* changelog and docs for bitbucket

---------

Co-authored-by: Vincent Fuchs <[email protected]>
  • Loading branch information
vincent-fuchs and Vincent Fuchs authored Feb 21, 2023
1 parent c6c5ef9 commit 5b4025f
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions github-crawler-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-autoconfigure</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>github-crawler-autoconfigure</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions github-crawler-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-core</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>github-crawler-core</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions github-crawler-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-starter</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>github-crawler-starter</name>

<parent>
<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.societegenerale.github-crawler</groupId>
<artifactId>github-crawler-parent</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>github-crawler</name>
Expand Down

0 comments on commit 5b4025f

Please sign in to comment.