Skip to content

Commit 0fedffd

Browse files
authored
Merge pull request #47 from itsallcode/prepare-release-1.6.0
Prepare release 1.6.0
2 parents fc10cfe + b91568e commit 0fedffd

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
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>
@@ -396,4 +394,4 @@
396394
</plugin>
397395
</plugins>
398396
</build>
399-
</project>
397+
</project>

0 commit comments

Comments
 (0)