Merge branch 'develop' into feature/add_branchLinkProvider

This commit is contained in:
eheimbuch
2020-07-07 10:01:26 +02:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Add branch link provider to access branch links in plugins [#1243](https://github.com/scm-manager/scm-manager/pull/1243)
### Fixed
- Fix file extension detection with new spotter version
## [2.2.0] - 2020-07-03
### Added
- Rename repository name (and namespace if permitted) ([#1218](https://github.com/scm-manager/scm-manager/pull/1218))

View File

@@ -304,7 +304,7 @@
<dependency>
<groupId>com.github.sdorra</groupId>
<artifactId>spotter-core</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</dependency>
<dependency>