Skip to content

Commit

Permalink
Merge pull request #22 from itsallcode/upgrade-oft
Browse files Browse the repository at this point in the history
Upgrade oft
  • Loading branch information
kaklakariada authored May 21, 2021
2 parents a855c92 + c77178c commit 3238359
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0]

### Changed

- [#22](https://github.com/itsallcode/openfasttrace-maven-plugin/pull/22) Upgrade to [OpenFastTrace 3.1.0](https://github.com/itsallcode/openfasttrace/releases/tag/3.1.0), adding support for JVM languages Clojure, Kotlin and Scala.

## [1.0.0] - 2020-07-08

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>11</java.version>
<oft.version>3.0.2</oft.version>
<oft.version>3.1.0</oft.version>
<maven.core.version>3.6.3</maven.core.version>
<skipSigningArtifacts>true</skipSigningArtifacts>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import org.itsallcode.openfasttrace.api.core.SpecificationItem;
import org.itsallcode.openfasttrace.api.core.Trace;
import org.itsallcode.openfasttrace.api.importer.ImportSettings;
import org.itsallcode.openfasttrace.api.importer.tag.config.PathConfig;
import org.itsallcode.openfasttrace.api.report.ReportVerbosity;
import org.itsallcode.openfasttrace.core.Oft;
import org.itsallcode.openfasttrace.core.OftRunner;
Expand Down

0 comments on commit 3238359

Please sign in to comment.