Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Commit

Permalink
Update TB to 6.4.0.beta1 (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso authored Sep 21, 2020
1 parent 0c93fe9 commit d45a31e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
</parent>

<properties>
<flow.version>2.4-SNAPSHOT</flow.version>
<testbench.version>6.4.0.beta1</testbench.version>

<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -28,8 +31,6 @@
<maven.deploy.plugin.version>2.8.2</maven.deploy.plugin.version>
<driver.binary.downloader.maven.plugin.version>1.0.14
</driver.binary.downloader.maven.plugin.version>
<flow.version>2.4-SNAPSHOT</flow.version>
<testbench.version>6.4.0.alpha2</testbench.version>

<!-- OSGi support -->
<osgi.bundle.import.package>*</osgi.bundle.import.package>
Expand Down

0 comments on commit d45a31e

Please sign in to comment.