File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
cc.codechecker.eclipse.parent
cc.codechecker.eclipse.repository Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments