1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00

Bug 521515: Bump version number of o.e.c.native.serial

Change-Id: I17b97079c7a3da6df78376b657014dbb81fe60ef
This commit is contained in:
Jonah Graham 2020-02-18 11:34:11 -05:00
parent 9204702e8d
commit 0c21abb3a6
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: Serial Port Bundle-Name: Serial Port
Bundle-SymbolicName: org.eclipse.cdt.native.serial Bundle-SymbolicName: org.eclipse.cdt.native.serial
Bundle-Version: 1.1.300.qualifier Bundle-Version: 1.1.400.qualifier
Bundle-Vendor: Eclipse CDT Bundle-Vendor: Eclipse CDT
Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.cdt.serial Export-Package: org.eclipse.cdt.serial

View file

@ -23,7 +23,7 @@
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>1.1.300-SNAPSHOT</version> <version>1.1.400-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.native.serial</artifactId> <artifactId>org.eclipse.cdt.native.serial</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>