[Git][java-team/eclipse-platform-resources][master] 3 commits: New upstream version 4.16

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



Emmanuel Bourg pushed to branch master 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
- - - - -
23411d3d by Emmanuel Bourg at 2020-06-28T22:52:03+02:00
Update upstream source from tag 'upstream/4.16'

Update to upstream version '4.16'
with Debian dir 30b7ce3e24243ac40c3b09f3dbf423e6831af784
- - - - -
af518fa1 by Emmanuel Bourg at 2020-06-28T22:53:01+02:00
New upstream release (4.16)

- - - - -


17 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
- debian/changelog
- 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>


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+eclipse-platform-resources (4.16-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Sun, 28 Jun 2020 22:52:38 +0200
+
 eclipse-platform-resources (4.15-1) unstable; urgency=medium
 
   * New upstream release


=====================================
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/-/compare/3bf9be517b78a6ed0b7199e3d6b12ceb580b850b...af518fa165e9fe6d8b3bcca58309d2139326633d

-- 
View it on GitLab: https://salsa.debian.org/java-team/eclipse-platform-resources/-/compare/3bf9be517b78a6ed0b7199e3d6b12ceb580b850b...af518fa165e9fe6d8b3bcca58309d2139326633d
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/a8e12e95/attachment.html>


More information about the pkg-java-commits mailing list