Skip to content

Commit 1870bbe

Browse files
committed
Version bumps for 4.34 stream
Contributes to eclipse-platform/eclipse.platform.releng.aggregator#2299
1 parent aadc046 commit 1870bbe

File tree

4 files changed

+4
-16
lines changed

4 files changed

+4
-16
lines changed

ua/org.eclipse.help.base/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %help_base_plugin_name
44
Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
5-
Bundle-Version: 4.4.500.qualifier
5+
Bundle-Version: 4.4.600.qualifier
66
Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

ua/org.eclipse.help.base/pom.xml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,9 @@
1818
</parent>
1919
<groupId>org.eclipse.help</groupId>
2020
<artifactId>org.eclipse.help.base</artifactId>
21-
<version>4.4.500-SNAPSHOT</version>
21+
<version>4.4.600-SNAPSHOT</version>
2222
<packaging>eclipse-plugin</packaging>
2323
<properties>
2424
<defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>
2525
</properties>
26-
<build>
27-
<plugins>
28-
<plugin>
29-
<groupId>org.eclipse.tycho</groupId>
30-
<artifactId>tycho-packaging-plugin</artifactId>
31-
<version>${tycho.version}</version>
32-
<configuration>
33-
<format>'v${buildTimestamp}'</format>
34-
</configuration>
35-
</plugin>
36-
</plugins>
37-
</build>
3826
</project>

ua/org.eclipse.help.webapp/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %help_webapp_plugin_name
44
Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true
5-
Bundle-Version: 3.11.500.qualifier
5+
Bundle-Version: 3.11.600.qualifier
66
Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

ua/org.eclipse.help.webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</parent>
1919
<groupId>org.eclipse.help</groupId>
2020
<artifactId>org.eclipse.help.webapp</artifactId>
21-
<version>3.11.500-SNAPSHOT</version>
21+
<version>3.11.600-SNAPSHOT</version>
2222
<packaging>eclipse-plugin</packaging>
2323
<build>
2424
<plugins>

0 commit comments

Comments
 (0)