Skip to content

Commit

Permalink
use tycho 1.5.0 and Eclipse-2019-09 platform
Browse files Browse the repository at this point in the history
Signed-off-by: anb0s <[email protected]>
  • Loading branch information
anb0s committed Oct 27, 2019
1 parent ac9b317 commit 53e6443
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.2.0</version>
<version>1.5.0</version>
</extension>
</extensions>
4 changes: 2 additions & 2 deletions de.anbos.eclipse.logviewer.site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
<appArgLine>-application org.eclipse.ant.core.antRunner -buildfile packaging-p2composite.ant p2.composite.add -Dsite.label="LogViewer" -Dsite.dir=${site.dir} -Dproject.build.directory=${project.build.directory} -DunqualifiedVersion=${unqualifiedVersion} -DbuildQualifier=${buildQualifier}</appArgLine>
<repositories>
<repository>
<id>Oxygen</id>
<id>Eclipse-2019-09</id>
<layout>p2</layout>
<url>http://download.eclipse.org/releases/oxygen</url>
<url>http://download.eclipse.org/releases/2019-09</url>
</repository>
</repositories>
<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<properties>
<new.version>0.9.9-SNAPSHOT</new.version>
<tycho.version>1.4.0</tycho.version>
<target.platform>Eclipse-2019-06</target.platform>
<tycho.version>1.5.0</tycho.version>
<target.platform>Eclipse-2019-09</target.platform>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -97,7 +97,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.10</version>
<version>3.0.0</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 53e6443

Please sign in to comment.