[Git][java-team/eclipse-platform-resources][upstream] New upstream version 4.16

Emmanuel Bourg gitlab at salsa.debian.org
Sun Jun 28 22:18:58 BST 2020



Emmanuel Bourg pushed to branch upstream at Debian Java Maintainers / eclipse-platform-resources


Commits:
838150a7 by Emmanuel Bourg at 2020-06-28T22:52:01+02:00
New upstream version 4.16
- - - - -


16 changed files:

- .mvn/extensions.xml
- bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
- bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
- bundles/org.eclipse.core.filesystem.macosx/pom.xml
- bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
- bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
- bundles/org.eclipse.core.tools.resources/pom.xml
- pom.xml
- tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
- tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
- tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
- tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
- tests/org.eclipse.core.tests.resources/META-INF/MANIFEST.MF
- tests/org.eclipse.core.tests.resources/pom.xml
- tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/TestUtil.java
- tests/pom.xml


Changes:

=====================================
.mvn/extensions.xml
=====================================
@@ -16,6 +16,6 @@
   <extension>
     <groupId>org.eclipse.tycho.extras</groupId>
     <artifactId>tycho-pomless</artifactId>
-    <version>1.6.0</version>
+    <version>1.7.0</version>
   </extension>
 </extensions>
\ No newline at end of file


=====================================
bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


=====================================
bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


=====================================
bundles/org.eclipse.core.filesystem.macosx/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


=====================================
bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


=====================================
bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
=====================================
@@ -11,7 +11,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


=====================================
bundles/org.eclipse.core.tools.resources/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>


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


=====================================
tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
=====================================
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
 
   <properties>


=====================================
tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant1</artifactId>


=====================================
tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant2</artifactId>


=====================================
tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant3</artifactId>


=====================================
tests/org.eclipse.core.tests.resources/META-INF/MANIFEST.MF
=====================================
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: Eclipse Core Tests Resources
 Bundle-SymbolicName: org.eclipse.core.tests.resources; singleton:=true
-Bundle-Version: 3.10.900.qualifier
+Bundle-Version: 3.10.1000.qualifier
 Bundle-Vendor: Eclipse.org
 Export-Package: org.eclipse.core.tests.filesystem,
  org.eclipse.core.tests.internal.alias,


=====================================
tests/org.eclipse.core.tests.resources/pom.xml
=====================================
@@ -15,11 +15,11 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources</artifactId>
-  <version>3.10.900-SNAPSHOT</version>
+  <version>3.10.1000-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <properties>


=====================================
tests/org.eclipse.core.tests.resources/src/org/eclipse/core/tests/resources/TestUtil.java
=====================================
@@ -36,7 +36,7 @@ public class TestUtil {
 		if (timedOut) {
 			// We don't expect any extra jobs run during the test: try to cancel them
 			log(IStatus.INFO, owner, "Trying to cancel running jobs: " + getRunningOrWaitingJobs(null));
-			getRunningOrWaitingJobs(null).forEach(job -> job.cancel());
+			getRunningOrWaitingJobs(null).forEach(Job::cancel);
 			waitForJobs(owner, 5, 1000);
 		}
 


=====================================
tests/pom.xml
=====================================
@@ -14,7 +14,7 @@
   <parent>
     <groupId>eclipse.platform.resources</groupId>
     <artifactId>eclipse.platform.resources</artifactId>
-    <version>4.15.0-SNAPSHOT</version>
+    <version>4.16.0-SNAPSHOT</version>
   </parent>
   <artifactId>eclipse.platform.resources.tests</artifactId>
   <packaging>pom</packaging>



View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-resources/-/commit/838150a7f6d4b53b0dc67266ee6be24c0828254a

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-resources/-/commit/838150a7f6d4b53b0dc67266ee6be24c0828254a
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/20200628/31a70c8c/attachment.html>


More information about the pkg-java-commits mailing list