File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.6.0] - 2022-08-21
10+
911### Refactoring
1012
1113- [ PR #45 ] ( https://github.com/itsallcode/openfasttrace-maven-plugin/pull/45 ) Upgrade dependencies
14+ - [ PR #46 ] ( https://github.com/itsallcode/openfasttrace-maven-plugin/pull/46 ) Remove license header from source files
15+ - [ PR #47 ] ( https://github.com/itsallcode/openfasttrace-maven-plugin/pull/47 ) Prepare release
16+ - This upgrades to [ OpenFastTrace 3.6.0] ( https://github.com/itsallcode/openfasttrace/releases/tag/3.6.0 )
1217
1318## [ 1.5.0] - 2022-03-17
1419
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Add the openfasttrace-maven-plugin to your `pom.xml`:
3434<plugin >
3535 <groupId >org.itsallcode</groupId >
3636 <artifactId >openfasttrace-maven-plugin</artifactId >
37- <version >1.5 .0</version >
37+ <version >1.6 .0</version >
3838 <executions >
3939 <execution >
4040 <id >trace-requirements</id >
Original file line number Diff line number Diff line change 1- <project xmlns =" http://maven.apache.org/POM/4.0.0"
2- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
42 <modelVersion >4.0.0</modelVersion >
53
64 <groupId >org.itsallcode</groupId >
75 <artifactId >openfasttrace-maven-plugin</artifactId >
8- <version >1.5 .0</version >
6+ <version >1.6 .0</version >
97 <packaging >maven-plugin</packaging >
108
119 <name >OpenFastTrace Maven Plugin</name >
396394 </plugin >
397395 </plugins >
398396 </build >
399- </project >
397+ </project >
You can’t perform that action at this time.
0 commit comments