[Git][java-team/eclipse-platform-ua][upstream] New upstream version 4.23

Jochen Sprickerhof (@jspricke) gitlab at salsa.debian.org
Fri Mar 18 07:10:19 GMT 2022



Jochen Sprickerhof pushed to branch upstream at Debian Java Maintainers / eclipse-platform-ua


Commits:
584fdd37 by Jochen Sprickerhof at 2022-03-18T07:38:31+01:00
New upstream version 4.23
- - - - -


22 changed files:

- .mvn/extensions.xml
- Jenkinsfile
- infocenter-web/infocenter-app/pom.xml
- infocenter-web/infocenter-product/pom.xml
- infocenter-web/pom.xml
- org.eclipse.help.base/META-INF/MANIFEST.MF
- org.eclipse.help.base/pom.xml
- org.eclipse.help.webapp/META-INF/MANIFEST.MF
- org.eclipse.help.webapp/pom.xml
- org.eclipse.help/pom.xml
- org.eclipse.tips.feature/feature.xml
- org.eclipse.tips.feature/pom.xml
- org.eclipse.ua.tests.doc/pom.xml
- org.eclipse.ua.tests/META-INF/MANIFEST.MF
- org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm
- org.eclipse.ua.tests/pom.xml
- org.eclipse.ui.cheatsheets/pom.xml
- org.eclipse.ui.intro.quicklinks.examples/pom.xml
- org.eclipse.ui.intro.solstice.examples/pom.xml
- org.eclipse.ui.intro/pom.xml
- pom.xml
- tests-pom/pom.xml


Changes:

=====================================
.mvn/extensions.xml
=====================================
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
 <extensions>
-  <extension>
-    <groupId>org.eclipse.tycho.extras</groupId>
-    <artifactId>tycho-pomless</artifactId>
-    <version>2.5.0</version>
-  </extension>
+	<extension>
+		<groupId>org.eclipse.tycho</groupId>
+		<artifactId>tycho-build</artifactId>
+		<version>2.7.0</version>
+	</extension>
 </extensions>
\ No newline at end of file


=====================================
Jenkinsfile
=====================================
@@ -52,7 +52,7 @@ pipeline {
 				}
 			}
 			steps {
-				sh "wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh"
+				sh "wget https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/scripts/verifyFreezePeriod.sh"
 				sh "chmod +x verifyFreezePeriod.sh"
 				withCredentials([string(credentialsId: 'google-api-key', variable: 'GOOGLE_API_KEY')]) {
 					sh './verifyFreezePeriod.sh'


=====================================
infocenter-web/infocenter-app/pom.xml
=====================================
@@ -11,7 +11,7 @@
 	<parent>
 		<groupId>org.eclipse.help</groupId>
 		<artifactId>infocenter-parent</artifactId>
-		<version>4.22.0-SNAPSHOT</version>
+		<version>4.23.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>infocenter-app</artifactId>
 	<packaging>war</packaging>


=====================================
infocenter-web/infocenter-product/pom.xml
=====================================
@@ -11,7 +11,7 @@
 	<parent>
 		<groupId>org.eclipse.help</groupId>
 		<artifactId>infocenter-parent</artifactId>
-		<version>4.22.0-SNAPSHOT</version>
+		<version>4.23.0-SNAPSHOT</version>
 	</parent>
 	<artifactId>infocenter-product</artifactId>
 	<packaging>eclipse-repository</packaging>


=====================================
infocenter-web/pom.xml
=====================================
@@ -11,7 +11,7 @@
 	<parent>
 		<groupId>org.eclipse</groupId>
 		<artifactId>eclipse-platform-parent</artifactId>
-		<version>4.22.0-SNAPSHOT</version>
+		<version>4.23.0-SNAPSHOT</version>
 		<relativePath>../../eclipse-platform-parent</relativePath>
 	</parent>
 	<groupId>org.eclipse.help</groupId>


=====================================
org.eclipse.help.base/META-INF/MANIFEST.MF
=====================================
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %help_base_plugin_name
 Bundle-SymbolicName: org.eclipse.help.base; singleton:=true
-Bundle-Version: 4.3.500.qualifier
+Bundle-Version: 4.3.600.qualifier
 Bundle-Activator: org.eclipse.help.internal.base.HelpBasePlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin


=====================================
org.eclipse.help.base/pom.xml
=====================================
@@ -14,11 +14,11 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.help</groupId>
   <artifactId>org.eclipse.help.base</artifactId>
-  <version>4.3.500-SNAPSHOT</version>
+  <version>4.3.600-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <properties>
     <defaultSigning-excludeInnerJars>true</defaultSigning-excludeInnerJars>


=====================================
org.eclipse.help.webapp/META-INF/MANIFEST.MF
=====================================
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %help_webapp_plugin_name
 Bundle-SymbolicName: org.eclipse.help.webapp;singleton:=true
-Bundle-Version: 3.10.500.qualifier
+Bundle-Version: 3.10.600.qualifier
 Bundle-Activator: org.eclipse.help.internal.webapp.HelpWebappPlugin
 Bundle-Vendor: %providerName
 Bundle-Localization: plugin


=====================================
org.eclipse.help.webapp/pom.xml
=====================================
@@ -14,11 +14,11 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.help</groupId>
   <artifactId>org.eclipse.help.webapp</artifactId>
-  <version>3.10.500-SNAPSHOT</version>
+  <version>3.10.600-SNAPSHOT</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>


=====================================
org.eclipse.help/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.help</groupId>
   <artifactId>org.eclipse.help</artifactId>


=====================================
org.eclipse.tips.feature/feature.xml
=====================================
@@ -15,7 +15,7 @@
 <feature
       id="org.eclipse.tips.feature"
       label="%featureName"
-      version="0.2.1600.qualifier"
+      version="0.2.1700.qualifier"
       provider-name="%providerName"
       license-feature="org.eclipse.license"
       license-feature-version="0.0.0">


=====================================
org.eclipse.tips.feature/pom.xml
=====================================
@@ -18,12 +18,12 @@
   <parent>
     <groupId>eclipse.platform.ua</groupId>
     <artifactId>eclipse.platform.ua</artifactId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.tips.feature</artifactId>
-  <version>0.2.1600-SNAPSHOT</version>
+  <version>0.2.1700-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
     <build>
      <plugins>


=====================================
org.eclipse.ua.tests.doc/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>tests-pom</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
     <relativePath>../tests-pom/</relativePath>
   </parent>
   <groupId>org.eclipse.ua</groupId>


=====================================
org.eclipse.ua.tests/META-INF/MANIFEST.MF
=====================================
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: User Assistance Test
 Bundle-SymbolicName: org.eclipse.ua.tests;singleton:=true
-Bundle-Version: 3.5.100.qualifier
+Bundle-Version: 3.5.200.qualifier
 Bundle-Activator: org.eclipse.ua.tests.plugin.UserAssistanceTestPlugin
 Require-Bundle: org.junit,
  org.eclipse.core.resources,


=====================================
org.eclipse.ua.tests/data/help/performance/search/ua_help_war.htm
=====================================
@@ -36,7 +36,7 @@ was unzipped.</li>
 directory.</li>
   <li>Download org.eclipse.equinox.http.servletbridge_<version>.jar and 
   org.eclipse.equinox.servletbridge_<version>.jar from the
-  <a href="http://download.eclipse.org/eclipse/equinox/">equinox download site</a>. 
+  <a href="https://download.eclipse.org/eclipse/equinox/">equinox download site</a>. 
   Select a version of Equinox that matches the version of Eclipse you are 
   running to take you to the downloads page.</li>
   <li>Extract servletbridge.jar from org.eclipse.equinox.servletbridge_<version>.jar.</li>


=====================================
org.eclipse.ua.tests/pom.xml
=====================================
@@ -14,12 +14,12 @@
   <parent>
     <artifactId>tests-pom</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
     <relativePath>../tests-pom/</relativePath>
   </parent>
   <groupId>org.eclipse.ua</groupId>
   <artifactId>org.eclipse.ua.tests</artifactId>
-  <version>3.5.100-SNAPSHOT</version>
+  <version>3.5.200-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <properties>


=====================================
org.eclipse.ui.cheatsheets/pom.xml
=====================================
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.cheatsheets</artifactId>


=====================================
org.eclipse.ui.intro.quicklinks.examples/pom.xml
=====================================
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.intro.quicklinks.examples</artifactId>


=====================================
org.eclipse.ui.intro.solstice.examples/pom.xml
=====================================
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.intro.solstice.examples</artifactId>


=====================================
org.eclipse.ui.intro/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.ua</artifactId>
     <groupId>eclipse.platform.ua</groupId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.intro</artifactId>


=====================================
pom.xml
=====================================
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.eclipse</groupId>
     <artifactId>eclipse-platform-parent</artifactId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
     <relativePath>../eclipse-platform-parent</relativePath>
   </parent>
   <groupId>eclipse.platform.ua</groupId>


=====================================
tests-pom/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <groupId>eclipse.platform.ua</groupId>
     <artifactId>eclipse.platform.ua</artifactId>
-    <version>4.22.0-SNAPSHOT</version>
+    <version>4.23.0-SNAPSHOT</version>
   </parent>
   <artifactId>tests-pom</artifactId>
   <packaging>pom</packaging>



View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ua/-/commit/584fdd37205bf49b237ad68f426fefaa89977e19

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-ua/-/commit/584fdd37205bf49b237ad68f426fefaa89977e19
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20220318/80f60859/attachment.htm>


More information about the pkg-java-commits mailing list