File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
# MojoHaus BuildNumber Maven Plugin
2
2
3
3
This is the [ buildnumber-maven-plugin] ( http://www.mojohaus.org/buildnumber-maven-plugin/ ) .
4
-
4
+
5
5
[ ![ The MIT License] ( https://img.shields.io/github/license/mojohaus/buildnumber-maven-plugin.svg?label=License )] ( https://opensource.org/licenses/MIT )
6
6
[ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.codehaus.mojo/buildnumber-maven-plugin.svg?label=Maven%20Central )] ( https://search.maven.org/artifact/org.codehaus.mojo/buildnumber-maven-plugin )
7
7
[ ![ Build Status] ( https://github.com/mojohaus/buildnumber-maven-plugin/workflows/GitHub%20CI/badge.svg?branch=master )] ( https://github.com/mojohaus/buildnumber-maven-plugin/actions/workflows/maven.yml?query=branch%3Amaster )
@@ -19,3 +19,4 @@ For publishing the site do the following:
19
19
cd target/checkout
20
20
mvn verify site site:stage scm-publish:publish-scm
21
21
```
22
+
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.codehaus.mojo</groupId >
7
7
<artifactId >mojo-parent</artifactId >
8
- <version >80 </version >
8
+ <version >84 </version >
9
9
</parent >
10
10
11
11
<artifactId >buildnumber-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments