mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 09:15:38 +02:00
Update o.e.cdt.core plugin version as necessary due to recent change.
Change-Id: Ief752f55f52597795ad0df0035a67f13e6b36ac1
This commit is contained in:
parent
1084e608d0
commit
88ee46b514
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
|
||||
Bundle-Version: 6.0.0.qualifier
|
||||
Bundle-Version: 6.1.0.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -280,7 +280,7 @@ public interface ICPPNodeFactory extends INodeFactory {
|
|||
public ICPPASTName newName(char[] name);
|
||||
|
||||
/**
|
||||
* @since 6.0
|
||||
* @since 6.1
|
||||
*/
|
||||
@Override
|
||||
public ICPPASTName newName(String name);
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>6.0.0-SNAPSHOT</version>
|
||||
<version>6.1.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.core</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue