Skip to content

Commit

Permalink
Upgrade tycho upgrade + windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Läubrich committed Jul 28, 2020
1 parent 99a8934 commit 11ae518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>Cucumber Eclipse Parent</name>

<properties>
<tycho-version>1.3.0</tycho-version>
<tycho-version>1.7.0</tycho-version>
<maven-scm-plugin-version>1.11.1</maven-scm-plugin-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down Expand Up @@ -43,7 +43,7 @@
<environment>
<os>win32</os>
<ws>win32</ws>
<arch>x86</arch>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
Expand Down

0 comments on commit 11ae518

Please sign in to comment.