1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

bump to 4.5.102-SNAPSHOT

Change-Id: I12c461c9d05241629442ae84ea1c2f439a23039d
Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
nickboldt 2019-07-17 07:53:45 -04:00
parent 19351cbc2b
commit a0e9810512
3 changed files with 3 additions and 3 deletions

View file

@ -20,6 +20,6 @@
<groupId>org.eclipse.tm.rse</groupId> <groupId>org.eclipse.tm.rse</groupId>
<artifactId>org.eclipse.tm.site</artifactId> <artifactId>org.eclipse.tm.site</artifactId>
<version>4.5.101-SNAPSHOT</version> <version>4.5.102-SNAPSHOT</version>
<packaging>eclipse-repository</packaging> <packaging>eclipse-repository</packaging>
</project> </project>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.terminal.control; singleton:=true Bundle-SymbolicName: org.eclipse.tm.terminal.control; singleton:=true
Bundle-Version: 4.5.100.qualifier Bundle-Version: 4.5.102.qualifier
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.tm.terminal</groupId> <groupId>org.eclipse.tm.terminal</groupId>
<artifactId>org.eclipse.tm.terminal.maven-build</artifactId> <artifactId>org.eclipse.tm.terminal.maven-build</artifactId>
<version>4.5.100-SNAPSHOT</version> <version>4.5.102-SNAPSHOT</version>
<relativePath>../../admin/pom-build.xml</relativePath> <relativePath>../../admin/pom-build.xml</relativePath>
</parent> </parent>