Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Typo in Plugin-in Template #1493

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Conversation

Markus1812
Copy link
Contributor

This change fixes a typo in the plugin-in template "View contribution using 4.x API".

@eclipse-pde-bot
Copy link
Contributor

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

features/org.eclipse.pde-feature/feature.xml
ui/org.eclipse.pde.ui.templates/META-INF/MANIFEST.MF
ui/org.eclipse.pde/META-INF/MANIFEST.MF
ui/org.eclipse.pde/pom.xml

An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch.

Git patch
From e89d6494a20652b62096d0709e48be12c5e54ff4 Mon Sep 17 00:00:00 2001
From: Eclipse PDE Bot <[email protected]>
Date: Mon, 25 Nov 2024 14:24:39 +0000
Subject: [PATCH] Version bump(s) for 4.35 stream


diff --git a/features/org.eclipse.pde-feature/feature.xml b/features/org.eclipse.pde-feature/feature.xml
index 56dc0e145e..d52425401a 100644
--- a/features/org.eclipse.pde-feature/feature.xml
+++ b/features/org.eclipse.pde-feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.pde"
       label="%featureName"
-      version="3.16.100.qualifier"
+      version="3.16.200.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">
diff --git a/ui/org.eclipse.pde.ui.templates/META-INF/MANIFEST.MF b/ui/org.eclipse.pde.ui.templates/META-INF/MANIFEST.MF
index 4caeba10d7..bfba2be41c 100644
--- a/ui/org.eclipse.pde.ui.templates/META-INF/MANIFEST.MF
+++ b/ui/org.eclipse.pde.ui.templates/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %bundleName
 Bundle-SymbolicName: org.eclipse.pde.ui.templates;singleton:=true
-Bundle-Version: 3.8.400.qualifier
+Bundle-Version: 3.8.500.qualifier
 Bundle-Vendor: %bundleVendor
 Bundle-RequiredExecutionEnvironment: JavaSE-17
 Export-Package: org.eclipse.pde.internal.ui.templates;x-internal:=true,
diff --git a/ui/org.eclipse.pde/META-INF/MANIFEST.MF b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
index 811a807999..f4cf4885c1 100644
--- a/ui/org.eclipse.pde/META-INF/MANIFEST.MF
+++ b/ui/org.eclipse.pde/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.pde;singleton:=true
-Bundle-Version: 3.13.2900.qualifier
+Bundle-Version: 3.13.3000.qualifier
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin
diff --git a/ui/org.eclipse.pde/pom.xml b/ui/org.eclipse.pde/pom.xml
index 6ae70939c8..fb91c273de 100644
--- a/ui/org.eclipse.pde/pom.xml
+++ b/ui/org.eclipse.pde/pom.xml
@@ -18,7 +18,7 @@
     <relativePath>../../</relativePath>
   </parent>
   <artifactId>org.eclipse.pde</artifactId>
-  <version>3.13.2900-SNAPSHOT</version>
+  <version>3.13.3000-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
 
   <build>
-- 
2.47.0

Further information are available in Common Build Issues - Missing version increments.

Copy link

github-actions bot commented Nov 25, 2024

Test Results

   285 files  ±0     285 suites  ±0   50m 33s ⏱️ - 1m 23s
 3 586 tests ±0   3 510 ✅ ±0   76 💤 ±0  0 ❌ ±0 
10 950 runs  ±0  10 719 ✅ ±0  231 💤 ±0  0 ❌ ±0 

Results for commit 289e26a. ± Comparison against base commit 86709bf.

♻️ This comment has been updated with latest results.

@vogella vogella merged commit dbb6c33 into eclipse-pde:master Nov 26, 2024
18 checks passed
@iloveeclipse
Copy link
Member

@vogella : master branch is not opened yet. Please wait for announcement mail

@vogella
Copy link
Contributor

vogella commented Nov 26, 2024

I trusted the freeze check and meanwhile the master opened official.

@Markus1812 Markus1812 deleted the patch-1 branch November 26, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants