mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix up version in core.test dependencies.
This commit is contained in:
parent
c37051ea90
commit
1d4e841ea6
1 changed files with 2 additions and 2 deletions
|
@ -41,12 +41,12 @@
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>org.eclipse.cdt.core.linux.x86</artifactId>
|
<artifactId>org.eclipse.cdt.core.linux.x86</artifactId>
|
||||||
<version>5.2.0-SNAPSHOT</version>
|
<version>5.2.0</version>
|
||||||
<type>eclipse-plugin</type>
|
<type>eclipse-plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
|
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
|
||||||
<version>5.2.0-SNAPSHOT</version>
|
<version>5.2.0</version>
|
||||||
<type>eclipse-plugin</type>
|
<type>eclipse-plugin</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Add table
Reference in a new issue