Skip to content

Commit 9f43b04

Browse files
author
Gyorgy Orban
committed
update eclipse base and tycho versions
1 parent ed094fc commit 9f43b04

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

eclipse-plugin/eclipse/cc.codechecker.eclipse.parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<packaging>pom</packaging>
1313

1414
<properties>
15-
<tycho.version>0.22.0</tycho.version>
15+
<tycho.version>1.2.0</tycho.version>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17-
<eclipse-repo.url>http://download.eclipse.org/releases/mars</eclipse-repo.url>
17+
<eclipse-repo.url>http://download.eclipse.org/releases/oxygen</eclipse-repo.url>
1818
</properties>
1919

2020
<repositories>

eclipse-plugin/eclipse/cc.codechecker.eclipse.repository/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.eclipse.tycho</groupId>
3030
<artifactId>tycho-p2-repository-plugin</artifactId>
31-
<version>0.22.0</version>
31+
<version>1.2.0</version>
3232
<configuration>
3333
<includeAllDependencies>true</includeAllDependencies>
3434
</configuration>

eclipse-plugin/eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18-
<eclipse-repo.url>http://download.eclipse.org/releases/mars</eclipse-repo.url>
18+
<eclipse-repo.url>http://download.eclipse.org/releases/oxygen</eclipse-repo.url>
1919
</properties>
2020

2121
</project>

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a C/C++ code analysis plugin for Eclipse that shows bugs detected by the
88

99
* Linux operating system
1010
* Recent [CodeChecker](https://github.com/Ericsson/codechecker)
11-
* [Eclipse](www.eclipse.org): the plugin is currently tested with Eclipse Neon, but any recent Eclipse version should work
11+
* [Eclipse](www.eclipse.org): the plugin is currently tested with Eclipse Oxygen, but any recent Eclipse version should work
1212
* Eclipse CDT
1313
* Java 1.7
1414

0 commit comments

Comments
 (0)