Skip to content

Commit 2bc5c46

Browse files
committed
removing bintray link
1 parent 28ba7f7 commit 2bc5c46

7 files changed

+6
-7
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Git Changelog Maven Plugin
22
[![Build Status](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin.svg?branch=master)](https://travis-ci.org/tomasbjerre/git-changelog-maven-plugin)
33
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin/badge.svg)](https://maven-badges.herokuapp.com/maven-central/se.bjurr.gitchangelog/git-changelog-maven-plugin)
4-
[![Bintray](https://api.bintray.com/packages/tomasbjerre/tomasbjerre/se.bjurr.gitchangelog%3Agit-changelog-maven-plugin/images/download.svg) ](https://bintray.com/tomasbjerre/tomasbjerre/se.bjurr.gitchangelog%3Agit-changelog-maven-plugin/_latestVersion)
54

65
This is a Maven plugin for [Git Changelog Lib](https://github.com/tomasbjerre/git-changelog-lib).
76

git-changelog-maven-plugin-example/CHANGELOG_ignoreCommitsOlderThan.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Changelog of Git Changelog Maven plugin.
44

55
## Unreleased
66
### No issue
7-
[maven-release-plugin] prepare for next development iteration *2021-03-29 15:45:43*
7+
[maven-release-plugin] prepare for next development iteration *2021-03-29 15:47:06*
88

99

1010

git-changelog-maven-plugin-example/CHANGELOG_inline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog of Git Changelog Maven plugin.
55
## Unreleased
66
### No issue
77

8-
[e2bc2659fc15196](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e2bc2659fc15196) Tomas Bjerre *2021-03-29 15:45:43*
8+
[28ba7f7b83bb29a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/28ba7f7b83bb29a) Tomas Bjerre *2021-03-29 15:47:06*
99

1010
[maven-release-plugin] prepare for next development iteration
1111

git-changelog-maven-plugin-example/CHANGELOG_jira.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog of Git Changelog Maven plugin.
88
**[maven-release-plugin] prepare for next development iteration**
99

1010

11-
[e2bc2659fc15196](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e2bc2659fc15196) Tomas Bjerre *2021-03-29 15:45:43*
11+
[28ba7f7b83bb29a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/28ba7f7b83bb29a) Tomas Bjerre *2021-03-29 15:47:06*
1212

1313

1414
## 1.68

git-changelog-maven-plugin-example/CHANGELOG_minimal.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog of Git Changelog Maven plugin.
88
**[maven-release-plugin] prepare for next development iteration**
99

1010

11-
[e2bc2659fc15196](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e2bc2659fc15196) Tomas Bjerre *2021-03-29 15:45:43*
11+
[28ba7f7b83bb29a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/28ba7f7b83bb29a) Tomas Bjerre *2021-03-29 15:47:06*
1212

1313

1414
## git-changelog-maven-plugin-1.68

git-changelog-maven-plugin-example/CHANGELOG_templatefile.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changelog of Git Changelog Maven plugin.
88
**[maven-release-plugin] prepare for next development iteration**
99

1010

11-
[e2bc2659fc15196](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/e2bc2659fc15196) Tomas Bjerre *2021-03-29 15:45:43*
11+
[28ba7f7b83bb29a](https://github.com/tomasbjerre/git-changelog-maven-plugin/commit/28ba7f7b83bb29a) Tomas Bjerre *2021-03-29 15:47:06*
1212

1313

1414
## 1.68

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
<maven.compiler.target>1.7</maven.compiler.target>
4646
<maven.compiler.source>1.7</maven.compiler.source>
47-
<changelog-lib>1.96</changelog-lib>
47+
<changelog-lib>1.144.5</changelog-lib>
4848
</properties>
4949

5050
<dependencies>

0 commit comments

Comments
 (0)