Skip to content

Commit 9135957

Browse files
committed
Updated release notes and readme for 1.0.1
1 parent 7fd836c commit 9135957

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Simply add `buildversion-plugin` to your pom, executing the `set-properties` goa
2323
<plugin>
2424
<groupId>com.code54.mojo</groupId>
2525
<artifactId>buildversion-plugin</artifactId>
26-
<version>1.0.1-SNAPSHOT</version>
26+
<version>1.0.1</version>
2727
<executions>
2828
<execution>
2929
<goals><goal>set-properties</goal></goals>
@@ -100,7 +100,7 @@ Example:
100100
<plugin>
101101
<groupId>com.code54.mojo</groupId>
102102
<artifactId>buildversion-plugin</artifactId>
103-
<version>1.0.1-SNAPSHOT</version>
103+
<version>1.0.1</version>
104104
<executions>
105105
<execution>
106106
<goals><goal>set-properties</goal></goals>

ReleaseNotes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release Notes - buildversion-plugin
22

3+
## v1.0.1
4+
5+
* New gitCmd option let's you specify location of 'git' command to use
6+
7+
* Does not depend on bash anymore
8+
9+
* Better error handling and logging when invoking git
10+
11+
* Fix: use ${basedir} instead of "." as location for git repo.
12+
This resolves problem when calling maven from within Eclipse.
13+
14+
315
## v1.0.0 First release
416

517

0 commit comments

Comments
 (0)