Skip to content

Commit

Permalink
Switch to Tycho 1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Fedorov <[email protected]>
  • Loading branch information
ruspl-afed committed Jan 25, 2020
1 parent 49446dd commit 7cc58d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018 ArSysOp
Copyright (c) 2018, 2020 ArSysOp
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -23,6 +23,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.2.0</version>
<version>1.6.0</version>
</extension>
</extensions>
14 changes: 7 additions & 7 deletions releng/ru.arsysop.mola.parent/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018 ArSysOp
Copyright (c) 2018, 2020 ArSysOp
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -31,7 +31,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>1.2.0</tycho.version>
<tycho.version>1.6.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -61,6 +61,11 @@
</target>

<environments>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>win32</os>
<ws>win32</ws>
Expand All @@ -71,11 +76,6 @@
<ws>cocoa</ws>
<arch>x86_64</arch>
</environment>
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
</environment>
</environments>
</configuration>
</plugin>
Expand Down

0 comments on commit 7cc58d7

Please sign in to comment.