1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-09 03:23:07 +02:00

pom problem

This commit is contained in:
Dave McKnight 2015-07-18 00:54:09 -04:00
parent 7f902d0675
commit 97bd591807
2 changed files with 34 additions and 34 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.rse.services.local;singleton:=true
Bundle-Version: 2.2.0.qualifier
Bundle-Version: 2.2.1.qualifier
Bundle-Activator: org.eclipse.rse.internal.services.local.Activator
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -7,9 +7,9 @@
<groupId>org.eclipse.tm</groupId>
<version>4.0.0-SNAPSHOT</version>
<relativePath>../../../admin/pom-build.xml</relativePath>
</parent>
</parent>
<groupId>org.eclipse.tm</groupId>
<artifactId>org.eclipse.rse.services.local</artifactId>
<version>2.2.0.qualifier</version>
<version>2.2.1.qualifier</version>
<packaging>eclipse-plugin</packaging>
</project>